Property | Type | Description | |
---|---|---|---|
default_values | List |
||
items | List |
||
onChange | string | ||
restrict_values | bool |
Method | Description | |
---|---|---|
Add_Default_Value ( string defaultValue ) : void |
Adds a default value for this combo box based element
|
|
Add_Item ( string newItem ) : void |
Add a new possible, selectable value to this combo box
|
|
Set_Values ( string values ) : void |
Sets all of the possible, selectable values
|
Method | Description | |
---|---|---|
Inner_Read_Data ( |
Reads the inner data from the CompleteTemplate XML format This reads the possible values for the combo box from a options subelement and the default value from a value subelement |
|
comboBox_Element ( string Title, string Html_Element_Name ) : System |
Constructor for a new instance of the comboBox_Element class
|
|
render_helper ( |
Method helps to render all single combo box based elements
|
|
render_helper ( |
Method helps to render all single combo box based elements
|
public Add_Default_Value ( string defaultValue ) : void | ||
defaultValue | string | New default value |
return | void |
public Add_Item ( string newItem ) : void | ||
newItem | string | New possible, selectable value |
return | void |
protected Inner_Read_Data ( |
||
XMLReader | Current template xml configuration reader | |
return | void |
public Set_Values ( string values ) : void | ||
values | string | Array of possible, selectable values |
return | void |
protected comboBox_Element ( string Title, string Html_Element_Name ) : System | ||
Title | string | Title for this element |
Html_Element_Name | string | Name for the html components and styles for this element |
return | System |
protected render_helper ( |
||
Output | Output for the generated html for this element | |
instance_value | string | Value for the current digital resource to display |
Skin_Code | string | Code for the current html skin |
Current_User | Current user, who's rights may impact the way an element is rendered | |
CurrentLanguage | Web_Language_Enum | Current user-interface language |
Translator | Language support object which handles simple translational duties | |
Base_URL | string | Base URL for the current request |
return | void |
protected render_helper ( |
||
Output | Output for the generated html for this element | |
instance_value | string | Value for the current digital resource to display |
Skin_Code | string | Code for the current html skin |
Current_User | Current user, who's rights may impact the way an element is rendered | |
CurrentLanguage | Web_Language_Enum | Current user-interface language |
Translator | Language support object which handles simple translational duties | |
Base_URL | string | Base URL for the current request |
initial_value | bool | Flag indicates if the value in the instance_value param is actually instructional text, and not a true value |
return | void |