| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
This class represents a key value pair wizard property in a property form. More...
 Inheritance diagram for ilErrorTextWizardInputGUI:
 Inheritance diagram for ilErrorTextWizardInputGUI: Collaboration diagram for ilErrorTextWizardInputGUI:
 Collaboration diagram for ilErrorTextWizardInputGUI:| Public Member Functions | |
| __construct ($a_title="", $a_postvar="") | |
| Constructor. | |
| setValue ($a_value) | |
| Set Value. | |
| setKeySize ($a_size) | |
| Set key size. | |
| getKeySize () | |
| Get key size. | |
| setValueSize ($a_size) | |
| Set value size. | |
| getValueSize () | |
| Get value size. | |
| setKeyMaxlength ($a_maxlength) | |
| Set key maxlength. | |
| getKeyMaxlength () | |
| Get key maxlength. | |
| setValueMaxlength ($a_maxlength) | |
| Set value maxlength. | |
| getValueMaxlength () | |
| Get value maxlength. | |
| setValueName ($a_name) | |
| Set value name. | |
| getValueName () | |
| Get value name. | |
| setKeyName ($a_name) | |
| Set key name. | |
| getKeyName () | |
| Get key name. | |
| setValues ($a_values) | |
| Set Values. | |
| getValues () | |
| Get Values. | |
| checkInput () | |
| Check input, strip slashes etc. | |
| insert (&$a_tpl) | |
| Insert property html. | |
|  Public Member Functions inherited from ilTextInputGUI | |
| getValue () | |
| Get Value. | |
| setMulti ($a_multi, $a_sortable=false) | |
| setValidationFailureMessage ($a_msg) | |
| Set message string for validation failure. | |
| getValidationFailureMessage () | |
| setValidationRegexp ($a_value) | |
| Set validation regexp. | |
| getValidationRegexp () | |
| Get validation regexp. | |
| setMaxLength ($a_maxlength) | |
| Set Max Length. | |
| getMaxLength () | |
| Get Max Length. | |
| setSize ($a_size) | |
| Set Size. | |
| setInlineStyle ($a_style) | |
| Set inline style. | |
| getInlineStyle () | |
| Get inline style. | |
| setCssClass ($a_class) | |
| getCssClass () | |
| setValueByArray ($a_values) | |
| Set value by array. | |
| getSize () | |
| Get Size. | |
| setSuffix ($a_value) | |
| Set suffix. | |
| getSuffix () | |
| Get suffix. | |
| setInputType ($a_type) | |
| set input type | |
| getInputType () | |
| get input type | |
| setSubmitFormOnEnter ($a_val) | |
| Set submit form on enter. | |
| getSubmitFormOnEnter () | |
| Get submit form on enter. | |
| getDataSource () | |
| get datasource link for js autocomplete | |
| setDataSource ($href) | |
| set datasource link for js autocomplete | |
| setMultiValues (array $a_values) | |
| Set multi values. | |
| getTableFilterHTML () | |
| Get HTML for table filter. | |
| getToolbarHTML () | |
| Get HTML for toolbar. | |
|  Public Member Functions inherited from ilSubEnabledFormPropertyGUI | |
| addSubItem ($a_item) | |
| Add Subitem. | |
| getSubItems () | |
| Get Subitems. | |
| checkSubItemsInput () | |
| Check SubItems. | |
| getSubForm () | |
| Get sub form html. | |
| getItemByPostVar ($a_post_var) | |
| Get item by post var. | |
|  Public Member Functions inherited from ilFormPropertyGUI | |
| & | executeCommand () | 
| Execute command. | |
| getType () | |
| Get Type. | |
| setTitle ($a_title) | |
| Set Title. | |
| getTitle () | |
| Get Title. | |
| setPostVar ($a_postvar) | |
| Set Post Variable. | |
| getPostVar () | |
| Get Post Variable. | |
| getFieldId () | |
| Get Post Variable. | |
| setInfo ($a_info) | |
| Set Information Text. | |
| getInfo () | |
| Get Information Text. | |
| setAlert ($a_alert) | |
| Set Alert Text. | |
| getAlert () | |
| Get Alert Text. | |
| setRequired ($a_required) | |
| Set Required. | |
| getRequired () | |
| Get Required. | |
| setDisabled ($a_disabled) | |
| Set Disabled. | |
| getDisabled () | |
| Get Disabled. | |
| setParentForm ($a_parentform) | |
| Set Parent Form. | |
| getParentForm () | |
| Get Parent Form. | |
| setParent ($a_val) | |
| Set Parent GUI object. | |
| getParent () | |
| Get Parent GUI object. | |
| hideSubForm () | |
| Sub form hidden on init? | |
| setHiddenTitle ($a_val) | |
| Set hidden title (for screenreaders) | |
| getHiddenTitle () | |
| Get hidden title. | |
| serializeData () | |
| serialize data | |
| unserializeData ($a_data) | |
| unserialize data | |
| writeToSession () | |
| Write to session. | |
| clearFromSession () | |
| Clear session value. | |
| readFromSession () | |
| Read from session. | |
| getHiddenTag ($a_post_var, $a_value) | |
| Get hidden tag (used for disabled properties) | |
| setMulti ($a_multi) | |
| Set Multi. | |
| getMulti () | |
| Get Multi. | |
| getMultiValues () | |
| Get multi values. | |
| Protected Attributes | |
| $values = array() | |
| $key_size = 20 | |
| $value_size = 20 | |
| $key_maxlength = 255 | |
| $value_maxlength = 255 | |
| $key_name = "" | |
| $value_name = "" | |
|  Protected Attributes inherited from ilTextInputGUI | |
| $value | |
| $maxlength = 200 | |
| $size = 40 | |
| $validationRegexp | |
| $validationFailureMessage = '' | |
| $suffix | |
| $style_css | |
| $css_class | |
| $ajax_datasource | |
| $submit_form_on_enter = false | |
|  Protected Attributes inherited from ilSubEnabledFormPropertyGUI | |
| $sub_items = array() | |
|  Protected Attributes inherited from ilFormPropertyGUI | |
| $type | |
| $title | |
| $postvar | |
| $info | |
| $alert | |
| $required = false | |
| $parentgui | |
| $parentform | |
| $hidden_title = "" | |
| $multi | |
| $multi_values | |
| Additional Inherited Members | |
|  Protected Member Functions inherited from ilTextInputGUI | |
| render ($a_mode="") | |
| Render item. | |
This class represents a key value pair wizard property in a property form.
Definition at line 31 of file class.ilErrorTextWizardInputGUI.php.
| ilErrorTextWizardInputGUI::__construct | ( | $a_title = "", | |
| $a_postvar = "" | |||
| ) | 
Constructor.
| string | $a_title | Title | 
| string | $a_postvar | Post Variable | 
Reimplemented from ilTextInputGUI.
Definition at line 47 of file class.ilErrorTextWizardInputGUI.php.
| ilErrorTextWizardInputGUI::checkInput | ( | ) | 
Check input, strip slashes etc.
set alert, if input is not ok.
Reimplemented from ilTextInputGUI.
Definition at line 218 of file class.ilErrorTextWizardInputGUI.php.
References $_POST, $lng, ilSubEnabledFormPropertyGUI\checkSubItemsInput(), ilFormPropertyGUI\getPostVar(), ilFormPropertyGUI\getRequired(), ilFormPropertyGUI\setAlert(), and ilUtil\stripSlashesRecursive().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilErrorTextWizardInputGUI::getKeyMaxlength | ( | ) | 
Get key maxlength.
Definition at line 128 of file class.ilErrorTextWizardInputGUI.php.
References $key_maxlength.
Referenced by insert().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilErrorTextWizardInputGUI::getKeyName | ( | ) | 
Get key name.
Definition at line 188 of file class.ilErrorTextWizardInputGUI.php.
References $key_name.
Referenced by insert().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilErrorTextWizardInputGUI::getKeySize | ( | ) | 
Get key size.
Definition at line 88 of file class.ilErrorTextWizardInputGUI.php.
References $key_size.
Referenced by insert().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilErrorTextWizardInputGUI::getValueMaxlength | ( | ) | 
Get value maxlength.
Definition at line 148 of file class.ilErrorTextWizardInputGUI.php.
References $value_maxlength.
Referenced by insert().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilErrorTextWizardInputGUI::getValueName | ( | ) | 
Get value name.
Definition at line 168 of file class.ilErrorTextWizardInputGUI.php.
References $value_name.
Referenced by insert().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilErrorTextWizardInputGUI::getValues | ( | ) | 
Get Values.
Definition at line 208 of file class.ilErrorTextWizardInputGUI.php.
References $values.
| ilErrorTextWizardInputGUI::getValueSize | ( | ) | 
Get value size.
Definition at line 108 of file class.ilErrorTextWizardInputGUI.php.
References $value_size.
Referenced by insert().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilErrorTextWizardInputGUI::insert | ( | & | $a_tpl | ) | 
Insert property html.
Reimplemented from ilTextInputGUI.
Definition at line 284 of file class.ilErrorTextWizardInputGUI.php.
References $lng, $tpl, ilTextInputGUI\$value, getKeyMaxlength(), getKeyName(), getKeySize(), ilFormPropertyGUI\getPostVar(), getValueMaxlength(), getValueName(), getValueSize(), and ilUtil\prepareFormOutput().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilErrorTextWizardInputGUI::setKeyMaxlength | ( | $a_maxlength | ) | 
Set key maxlength.
| integer | $a_size | Key maxlength | 
Definition at line 118 of file class.ilErrorTextWizardInputGUI.php.
| ilErrorTextWizardInputGUI::setKeyName | ( | $a_name | ) | 
Set key name.
| string | $a_name | value name | 
Definition at line 178 of file class.ilErrorTextWizardInputGUI.php.
| ilErrorTextWizardInputGUI::setKeySize | ( | $a_size | ) | 
Set key size.
| integer | $a_size | Key size | 
Definition at line 78 of file class.ilErrorTextWizardInputGUI.php.
| ilErrorTextWizardInputGUI::setValue | ( | $a_value | ) | 
Set Value.
| string | $a_value | Value | 
Reimplemented from ilTextInputGUI.
Definition at line 57 of file class.ilErrorTextWizardInputGUI.php.
| ilErrorTextWizardInputGUI::setValueMaxlength | ( | $a_maxlength | ) | 
Set value maxlength.
| integer | $a_size | value maxlength | 
Definition at line 138 of file class.ilErrorTextWizardInputGUI.php.
| ilErrorTextWizardInputGUI::setValueName | ( | $a_name | ) | 
Set value name.
| string | $a_name | value name | 
Definition at line 158 of file class.ilErrorTextWizardInputGUI.php.
| ilErrorTextWizardInputGUI::setValues | ( | $a_values | ) | 
Set Values.
| array | $a_value | Value | 
Definition at line 198 of file class.ilErrorTextWizardInputGUI.php.
| ilErrorTextWizardInputGUI::setValueSize | ( | $a_size | ) | 
Set value size.
| integer | $a_size | value size | 
Definition at line 98 of file class.ilErrorTextWizardInputGUI.php.
| 
 | protected | 
Definition at line 36 of file class.ilErrorTextWizardInputGUI.php.
Referenced by getKeyMaxlength().
| 
 | protected | 
Definition at line 38 of file class.ilErrorTextWizardInputGUI.php.
Referenced by getKeyName().
| 
 | protected | 
Definition at line 34 of file class.ilErrorTextWizardInputGUI.php.
Referenced by getKeySize().
| 
 | protected | 
Definition at line 37 of file class.ilErrorTextWizardInputGUI.php.
Referenced by getValueMaxlength().
| 
 | protected | 
Definition at line 39 of file class.ilErrorTextWizardInputGUI.php.
Referenced by getValueName().
| 
 | protected | 
Definition at line 35 of file class.ilErrorTextWizardInputGUI.php.
Referenced by getValueSize().
| 
 | protected | 
Definition at line 33 of file class.ilErrorTextWizardInputGUI.php.
Referenced by getValues().