Свойство | Type | Description | |
---|---|---|---|
default_value | bool |
Méthode | Description | |
---|---|---|
Inner_Read_Data ( |
Reads the inner data from the CompleteTemplate XML format This does nothing in the checkbox elements |
|
checkBox_Element ( string Title, string Html_Element_Name, string Check_Box_Text ) : System.IO |
Constructor for a new instance of the simpleTextBox_Element class
|
|
render_helper ( |
Method helps to render all simple text box based elements
|
protected Inner_Read_Data ( |
||
XMLReader | Current template xml configuration reader | |
Résultat | void |
protected checkBox_Element ( string Title, string Html_Element_Name, string Check_Box_Text ) : System.IO | ||
Title | string | Title for this element |
Html_Element_Name | string | Name for the html components and styles for this element |
Check_Box_Text | string | Text to include after the checkbox (related to the element title ) |
Résultat | System.IO |
protected render_helper ( |
||
Output | Output for the generated html for this element | |
instance_value | bool | 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 |
Résultat | void |