Property | Type | Description | |
---|---|---|---|
first_label | string | ||
second_label | string |
Method | Description | |
---|---|---|
Inner_Read_Data ( |
Reads the inner data from the CompleteTemplate XML format This procedure does not currently read any inner xml (not yet necessary) |
|
render_helper ( |
Method helps to render the html for all elements based on textBox_TextBox_Element class
|
|
render_helper ( |
Method helps to render the html for all elements based on textBox_TextBox_Element class
|
|
textBox_TextBox_Element ( string Title, string Html_Element_Name ) : System |
Constructor for a new instance of the textBox_TextBox_Element class
|
protected Inner_Read_Data ( |
||
XMLReader | Current template xml configuration reader | |
return | void |
protected render_helper ( |
||
Output | Output for the generate html for this element | |
instance_values_text1 | List |
Value(s) for the current digital resource to display in the first text box |
instance_values_text2 | List |
Value(s) for the current digital resource to display in the second text 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 render_helper ( |
||
Output | Output for the generate html for this element | |
instance_value_text1 | string | Value for the current digital resource to display in the first text box |
instance_value_text2 | string | Value for the current digital resource to display in the second text 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_TextBox_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 |