Property | Type | Description | |
---|---|---|---|
possible_select_items_text | List |
||
possible_select_items_value | List |
||
second_label | string |
Method | Description | |
---|---|---|
Add_Select_Item ( string text, string value ) : void |
Adds a new possible string for the combo/select box, along with associated value
|
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 |
|
render_helper ( |
Method helps to render the html for all elements based on textBox_ComboBox_Element class
|
|
textBox_ComboBox_Element ( string Title, string Html_Element_Name ) : System |
Constructor for a new instance of the textBox_ComboBox_Element class
|
public Add_Select_Item ( string text, string value ) : void | ||
text | string | Text to display in the combo/select box |
value | string | Associated value for this option |
return | void |
protected Inner_Read_Data ( |
||
XMLReader | Current template xml configuration reader | |
return | void |
protected render_helper ( |
||
Output | Output for the generate html for this element | |
text_values | List |
Value(s) for the current digital resource to display in the text box |
select_values | List |
Value(s) for the current digital resource to display in the combo box |
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 textBox_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 List |
||
return | List |
protected List |
||
return | List |