프로퍼티 | 타입 | 설명 | |
---|---|---|---|
cols | int | ||
cols_mozilla | int | ||
rows | int |
메소드 | 설명 | |
---|---|---|
Add_Default_Value ( string defaultValue ) : void |
Adds a default value for this text area based element
|
메소드 | 설명 | |
---|---|---|
Inner_Read_Data ( |
Reads the inner data from the CompleteTemplate XML format This reads the default value from a value subelement |
|
render_helper ( |
Method helps to render all simple text area based elements
|
|
render_helper ( |
Method helps to render all simple text area based elements
|
|
textArea_Element ( string Title, string Html_Element_Name ) : System |
Constructor for a new instance of the textArea_Element class
|
public Add_Default_Value ( string defaultValue ) : void | ||
defaultValue | string | New default value |
리턴 | void |
protected Inner_Read_Data ( |
||
XMLReader | Current template xml configuration reader | |
리턴 | 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 |
isMozilla | bool | Flag indicates if the browser is Mozilla Firefox |
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 |
리턴 | 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 |
isMozilla | bool | Flag indicates if the browser is Mozilla Firefox |
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 |
리턴 | void |
protected textArea_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 |
리턴 | System |