| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
This class represents a survey question category wizard property in a property form. More...
 Inheritance diagram for ilCategoryWizardInputGUI:
 Inheritance diagram for ilCategoryWizardInputGUI: Collaboration diagram for ilCategoryWizardInputGUI:
 Collaboration diagram for ilCategoryWizardInputGUI:| Public Member Functions | |
| __construct ($a_title="", $a_postvar="") | |
| Constructor. | |
| getUseOtherAnswer () | |
| setUseOtherAnswer ($a_value) | |
| getCategoryCount () | |
| setShowNeutralCategory ($a_value) | |
| getShowNeutralCategory () | |
| setNeutralCategoryTitle ($a_title) | |
| getNeutralCategoryTitle () | |
| setValue ($a_value) | |
| Set Value. | |
| setValues ($a_values) | |
| Set Values. | |
| getValues () | |
| Get Values. | |
| setAllowMove ($a_allow_move) | |
| Set allow move. | |
| getAllowMove () | |
| Get allow move. | |
| setShowWizard ($a_value) | |
| getShowWizard () | |
| setCategoryText ($a_text) | |
| getCategoryText () | |
| setShowSavePhrase ($a_value) | |
| getShowSavePhrase () | |
| getDisabledScale () | |
| setDisabledScale ($a_value) | |
| checkInput () | |
| Check input, strip slashes etc. | |
| insert (&$a_tpl) | |
| Insert property html. | |
|  Public Member Functions inherited from ilTextInputGUI | |
| getValue () | |
| Get Value. | |
| 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 YUI autocomplete | |
| setDataSource ($href) | |
| set datasource link for YUI autocomplete | |
| getDataSourceSchema () | |
| get datasource schema for YUI autocomplete | |
| setDataSourceSchema ($ds) | |
| set datasource schema for YUI autocomplete | |
| getDataSourceResultFormat () | |
| get data result format callback for YUI autocomplete | |
| setDataSourceResultFormat ($callback) | |
| set data result format callback for YUI autocomplete | |
| setDataSourceDelimiter ($ar) | |
| set data delimiter array | |
| getDataSourceDelimiter () | |
| get data delimiter array | |
| 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) | |
| Protected Member Functions | |
| calcNeutralCategoryScale () | |
|  Protected Member Functions inherited from ilTextInputGUI | |
| render ($a_mode="") | |
| Render item. | |
| Protected Attributes | |
| $values = array() | |
| $allowMove = false | |
| $disabled_scale = true | |
| $show_wizard = false | |
| $show_save_phrase = false | |
| $categorytext | |
| $show_neutral_category = false | |
| $neutral_category_title | |
| $use_other_answer | |
|  Protected Attributes inherited from ilTextInputGUI | |
| $value | |
| $maxlength = 200 | |
| $size = 40 | |
| $validationRegexp | |
| $validationFailureMessage = '' | |
| $suffix | |
| $style_css | |
| $css_class | |
| $yui_dataSource | |
| $yui_dataSchema | |
| $yui_formatCallback | |
| $yui_delimiterarray = array() | |
| $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 = "" | |
This class represents a survey question category wizard property in a property form.
Definition at line 31 of file class.ilCategoryWizardInputGUI.php.
| ilCategoryWizardInputGUI::__construct | ( | $a_title = "", | |
| $a_postvar = "" | |||
| ) | 
Constructor.
| string | $a_title | Title | 
| string | $a_postvar | Post Variable | 
Reimplemented from ilTextInputGUI.
Definition at line 49 of file class.ilCategoryWizardInputGUI.php.
References $lng.
| 
 | protected | 
Definition at line 75 of file class.ilCategoryWizardInputGUI.php.
| ilCategoryWizardInputGUI::checkInput | ( | ) | 
Check input, strip slashes etc.
set alert, if input is not ok.
Reimplemented from ilTextInputGUI.
Definition at line 223 of file class.ilCategoryWizardInputGUI.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:| ilCategoryWizardInputGUI::getAllowMove | ( | ) | 
Get allow move.
Definition at line 173 of file class.ilCategoryWizardInputGUI.php.
References $allowMove.
Referenced by insert().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilCategoryWizardInputGUI::getCategoryCount | ( | ) | 
Definition at line 69 of file class.ilCategoryWizardInputGUI.php.
| ilCategoryWizardInputGUI::getCategoryText | ( | ) | 
Definition at line 193 of file class.ilCategoryWizardInputGUI.php.
References $categorytext.
Referenced by insert().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilCategoryWizardInputGUI::getDisabledScale | ( | ) | 
Definition at line 208 of file class.ilCategoryWizardInputGUI.php.
References $disabled_scale.
Referenced by insert().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilCategoryWizardInputGUI::getNeutralCategoryTitle | ( | ) | 
Definition at line 108 of file class.ilCategoryWizardInputGUI.php.
References $neutral_category_title.
Referenced by insert().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilCategoryWizardInputGUI::getShowNeutralCategory | ( | ) | 
Definition at line 98 of file class.ilCategoryWizardInputGUI.php.
References $show_neutral_category.
Referenced by insert().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilCategoryWizardInputGUI::getShowSavePhrase | ( | ) | 
Definition at line 203 of file class.ilCategoryWizardInputGUI.php.
References $show_save_phrase.
Referenced by insert().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilCategoryWizardInputGUI::getShowWizard | ( | ) | 
Definition at line 183 of file class.ilCategoryWizardInputGUI.php.
References $show_wizard.
Referenced by insert().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilCategoryWizardInputGUI::getUseOtherAnswer | ( | ) | 
Definition at line 59 of file class.ilCategoryWizardInputGUI.php.
References $use_other_answer.
Referenced by insert().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilCategoryWizardInputGUI::getValues | ( | ) | 
Get Values.
Definition at line 153 of file class.ilCategoryWizardInputGUI.php.
References $values.
| ilCategoryWizardInputGUI::insert | ( | & | $a_tpl | ) | 
Insert property html.
Reimplemented from ilTextInputGUI.
Definition at line 298 of file class.ilCategoryWizardInputGUI.php.
References $lng, $tpl, getAllowMove(), getCategoryText(), ilFormPropertyGUI\getDisabled(), getDisabledScale(), ilFormPropertyGUI\getFieldId(), ilUtil\getImagePath(), ilTextInputGUI\getMaxLength(), getNeutralCategoryTitle(), ilFormPropertyGUI\getPostVar(), getShowNeutralCategory(), getShowSavePhrase(), getShowWizard(), ilTextInputGUI\getSize(), getUseOtherAnswer(), ilYuiUtil\initDomEvent(), and ilUtil\prepareFormOutput().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilCategoryWizardInputGUI::setAllowMove | ( | $a_allow_move | ) | 
Set allow move.
| boolean | $a_allow_move | Allow move | 
Definition at line 163 of file class.ilCategoryWizardInputGUI.php.
| ilCategoryWizardInputGUI::setCategoryText | ( | $a_text | ) | 
Definition at line 188 of file class.ilCategoryWizardInputGUI.php.
| ilCategoryWizardInputGUI::setDisabledScale | ( | $a_value | ) | 
Definition at line 213 of file class.ilCategoryWizardInputGUI.php.
| ilCategoryWizardInputGUI::setNeutralCategoryTitle | ( | $a_title | ) | 
Definition at line 103 of file class.ilCategoryWizardInputGUI.php.
| ilCategoryWizardInputGUI::setShowNeutralCategory | ( | $a_value | ) | 
Definition at line 93 of file class.ilCategoryWizardInputGUI.php.
| ilCategoryWizardInputGUI::setShowSavePhrase | ( | $a_value | ) | 
Definition at line 198 of file class.ilCategoryWizardInputGUI.php.
| ilCategoryWizardInputGUI::setShowWizard | ( | $a_value | ) | 
Definition at line 178 of file class.ilCategoryWizardInputGUI.php.
| ilCategoryWizardInputGUI::setUseOtherAnswer | ( | $a_value | ) | 
Definition at line 64 of file class.ilCategoryWizardInputGUI.php.
| ilCategoryWizardInputGUI::setValue | ( | $a_value | ) | 
Set Value.
| string | $a_value | Value | 
Reimplemented from ilTextInputGUI.
Definition at line 118 of file class.ilCategoryWizardInputGUI.php.
References $_POST, and ilTextInputGUI\$value.
| ilCategoryWizardInputGUI::setValues | ( | $a_values | ) | 
Set Values.
| array | $a_value | Value | 
Definition at line 143 of file class.ilCategoryWizardInputGUI.php.
| 
 | protected | 
Definition at line 34 of file class.ilCategoryWizardInputGUI.php.
Referenced by getAllowMove().
| 
 | protected | 
Definition at line 38 of file class.ilCategoryWizardInputGUI.php.
Referenced by getCategoryText().
| 
 | protected | 
Definition at line 35 of file class.ilCategoryWizardInputGUI.php.
Referenced by getDisabledScale().
| 
 | protected | 
Definition at line 40 of file class.ilCategoryWizardInputGUI.php.
Referenced by getNeutralCategoryTitle().
| 
 | protected | 
Definition at line 39 of file class.ilCategoryWizardInputGUI.php.
Referenced by getShowNeutralCategory().
| 
 | protected | 
Definition at line 37 of file class.ilCategoryWizardInputGUI.php.
Referenced by getShowSavePhrase().
| 
 | protected | 
Definition at line 36 of file class.ilCategoryWizardInputGUI.php.
Referenced by getShowWizard().
| 
 | protected | 
Definition at line 41 of file class.ilCategoryWizardInputGUI.php.
Referenced by getUseOtherAnswer().
| 
 | protected | 
Definition at line 33 of file class.ilCategoryWizardInputGUI.php.
Referenced by getValues().