Свойство | Тип | Описание | |
---|---|---|---|
clear_textbox_on_combobox_change | bool | ||
code_to_statement_dictionary | string>.Dictionary | ||
default_codes | List |
||
default_values | List |
||
possible_select_items | List |
||
second_label | string |
Метод | Описание | |
---|---|---|
Add_Item ( string newitem ) : void |
Adds a possible, selectable value to the combo/select box
|
Метод | Описание | |
---|---|---|
Add_Code_Statement_Link ( string code, string statement ) : void |
Adds a link between a code and default statement, so that selecting the code will set the corresponding default statement
|
|
Inner_Read_Data ( |
Reads the inner data from the CompleteTemplate XML format This reads the possible values for the combo box from an options subelement. The default value for the combo box is from a code subelement and the default value for the text box is from a statement subelement. |
|
comboBox_TextBox_Element ( string Title, string Html_Element_Name ) : System |
Constructor for a new instance of the comboBox_TextBox_Element class
|
|
render_helper ( |
Method helps to render the html for all elements based on comboBox_TextBox_Element class
|
|
render_helper ( |
Method helps to render the html for all elements based on comboBox_TextBox_Element class
|
|
render_helper ( |
Method helps to render the html for all elements based on the comboBox_TextBox_Element class
|
|
render_helper ( |
Method helps to render the html for all elements based on comboBox_TextBox_Element class
|
protected Add_Code_Statement_Link ( string code, string statement ) : void | ||
code | string | Code |
statement | string | Default statement for that code |
Результат | void |
public Add_Item ( string newitem ) : void | ||
newitem | string | New possible, selectable value |
Результат | void |
protected Inner_Read_Data ( |
||
XMLReader | Current template xml configuration reader | |
Результат | void |
protected comboBox_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 |
Результат | System |
protected render_helper ( |
||
Output | Output for the generate html for this element | |
select_values | List |
Value(s) for the current digital resource to display in the combo box |
text_values | List |
Value(s) for the current digital resource to display in the 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 |
Результат | void |
protected render_helper ( |
||
Output | Output for the generate html for this element | |
select_value | string | Value for the current digital resource to display in the combo box |
userdefined_possible | List |
List of possible select values, set by the user |
text_value | string | Value for the current digital resource to display in the 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 |
initial_value | bool | Flag indicates if the value in the select_value param is actually instructional text, and not a true value |
Результат | void |
protected render_helper ( |
||
Output | Output for the generate html for this element | |
select_value | string | Value for the current digital resource to display in the combo box |
text_value | string | Value for the current digital resource to display in the 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 |
Результат | void |
protected render_helper ( |
||
Output | Output for the generate html for this element | |
select_value | string | Value for the current digital resource to display in the combo box |
text_value | string | Value for the current digital resource to display in the 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 |
initial_value | bool | Flag indicates if the value in the select_value param is actually instructional text, and not a true value |
Результат | void |
protected bool clear_textbox_on_combobox_change | ||
Результат | bool |
protected Dictionary |
||
Результат | string>.Dictionary |