Property | Type | Description | |
---|---|---|---|
boxes_per_line | int | ||
items | List |
||
max_boxes | int | ||
view_choices_string | string |
Method | Description | |
---|---|---|
Add_Item ( string newItem ) : void |
Adds a possible, selectable value to the combo/select box
|
|
Add_Items ( string New_Items ) : void |
Adds a series of possible, selectable values to the combo/select box
|
Method | Description | |
---|---|---|
Inner_Read_Data ( |
Reads the inner data from the CompleteTemplate XML format This reads the default value from a value subelement |
|
multipleComboBox_Element ( string Title, string Html_Element_Name ) : System |
Constructor for a new instance of the multipleComboBox_Element class
|
|
render_helper ( |
Method helps to render all multiple combo box based elements
|
|
render_helper ( |
Method helps to render all multiple combo box based elements
|
|
render_helper ( |
Method helps to render all multiple combo box based elements
|
|
render_helper ( |
Method helps to render all multiple combo box based elements
|
|
render_helper ( |
Method helps to render all multiple combo box based elements
|
|
render_helper ( |
Method helps to render all multiple combo box based elements
|
public Add_Item ( string newItem ) : void | ||
newItem | string | New possible, selectable value |
return | void |
public Add_Items ( string New_Items ) : void | ||
New_Items | string | List of new possible, selectable value |
return | void |
protected Inner_Read_Data ( |
||
XMLReader | Current template xml configuration reader | |
return | void |
protected multipleComboBox_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_values | List |
Value(s) for the current digital resource to display |
possible_values | List |
Possible vlaues for the combo boxes |
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_values | List |
Value(s) 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_values | ReadOnlyCollection |
Value(s) for the current digital resource to display |
possible_values | List |
Possible vlaues for the combo boxes |
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_values | ReadOnlyCollection |
Value(s) 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 |
possible_values | List |
Possible vlaues for this combo boxes |
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 |
return | void |