| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
This class represents a single choice wizard property in a property form. More...
 Inheritance diagram for ilImageWizardInputGUI:
 Inheritance diagram for ilImageWizardInputGUI: Collaboration diagram for ilImageWizardInputGUI:
 Collaboration diagram for ilImageWizardInputGUI:| Public Member Functions | |
| __construct ($a_title="", $a_postvar="") | |
| Constructor. | |
| setDisableUpload ($disable_upload) | |
| setDisableActions ($disable_actions) | |
| setDisableText ($disable_text) | |
| setValue ($a_value) | |
| Set Value. | |
| setSuffixes ($a_suffixes) | |
| Set Accepted Suffixes. | |
| getSuffixes () | |
| Get Accepted Suffixes. | |
| setValues ($a_values) | |
| Set Values. | |
| getValues () | |
| Get Values. | |
| setQuestionObject ($a_value) | |
| Set question object. | |
| getQuestionObject () | |
| Get question object. | |
| setAllowMove ($a_allow_move) | |
| Set allow move. | |
| getAllowMove () | |
| Get allow move. | |
| 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 js autocomplete | |
| setDataSource ($href, $a_delimiter=null) | |
| set datasource link for js autocomplete | |
| setMultiValues (array $a_values) | |
| Set multi values. | |
| render ($a_mode="") | |
| Render item. | |
| getTableFilterHTML () | |
| Get HTML for table filter. | |
| getToolbarHTML () | |
| Get HTML for toolbar. | |
| setDisableHtmlAutoComplete ($autocomplete) | |
| isHtmlAutoCompleteDisabled () | |
|  Public Member Functions inherited from ilSubEnabledFormPropertyGUI | |
| addSubItem ($a_item) | |
| Add Subitem. | |
| getSubItems () | |
| Get Subitems. | |
| getSubInputItemsRecursive () | |
| returns a flat array of possibly existing subitems recursively | |
| 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, $a_sortable=false, $a_addremove=true) | |
| Set Multi. | |
| getMulti () | |
| Get Multi. | |
| getMultiValues () | |
| Get multi values. | |
| getContentOutsideFormTag () | |
| Get content that has to reside outside of the parent form tag, e.g. | |
| Protected Attributes | |
| $values = array() | |
| $allowMove = false | |
| $qstObject = null | |
| $suffixes = array() | |
| $disable_text = false | |
| $disable_upload = false | |
| $disable_actions = false | |
|  Protected Attributes inherited from ilTextInputGUI | |
| $value | |
| $maxlength = 200 | |
| $size = 40 | |
| $validationRegexp | |
| $validationFailureMessage = '' | |
| $suffix | |
| $style_css | |
| $css_class | |
| $ajax_datasource | |
| $ajax_datasource_delimiter | |
| $submit_form_on_enter = false | |
| $autocomplete_disabled = 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 = false | |
| $multi_sortable = false | |
| $multi_addremove = true | |
| $multi_values | |
| Additional Inherited Members | |
|  Protected Member Functions inherited from ilFormPropertyGUI | |
| setType ($a_type) | |
| Set Type. | |
| getMultiIconsHTML () | |
| Get HTML for multiple value icons. | |
This class represents a single choice wizard property in a property form.
Definition at line 13 of file class.ilImageWizardInputGUI.php.
| ilImageWizardInputGUI::__construct | ( | $a_title = "", | |
| $a_postvar = "" | |||
| ) | 
Constructor.
| string | $a_title | Title | 
| string | $a_postvar | Post Variable | 
Reimplemented from ilTextInputGUI.
Definition at line 30 of file class.ilImageWizardInputGUI.php.
References ilTextInputGUI\setSize(), and setSuffixes().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilImageWizardInputGUI::checkInput | ( | ) | 
Check input, strip slashes etc.
set alert, if input is not ok.
Reimplemented from ilTextInputGUI.
Definition at line 167 of file class.ilImageWizardInputGUI.php.
References $_POST, $filename, $lng, ilTextInputGUI\$suffix, ilSubEnabledFormPropertyGUI\checkSubItemsInput(), ilFormPropertyGUI\getPostVar(), ilFormPropertyGUI\getRequired(), getSuffixes(), ilFormPropertyGUI\setAlert(), ilUtil\stripSlashesRecursive(), and ilUtil\virusHandling().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilImageWizardInputGUI::getAllowMove | ( | ) | 
Get allow move.
Definition at line 157 of file class.ilImageWizardInputGUI.php.
References $allowMove.
Referenced by insert().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilImageWizardInputGUI::getQuestionObject | ( | ) | 
Get question object.
Definition at line 137 of file class.ilImageWizardInputGUI.php.
References $qstObject.
| ilImageWizardInputGUI::getSuffixes | ( | ) | 
Get Accepted Suffixes.
Definition at line 97 of file class.ilImageWizardInputGUI.php.
References $suffixes.
Referenced by checkInput(), and insert().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilImageWizardInputGUI::getValues | ( | ) | 
Get Values.
Definition at line 117 of file class.ilImageWizardInputGUI.php.
References $values.
| ilImageWizardInputGUI::insert | ( | & | $a_tpl | ) | 
Insert property html.
Reimplemented from ilTextInputGUI.
Definition at line 285 of file class.ilImageWizardInputGUI.php.
References $lng, ilTextInputGUI\$suffix, $tpl, ilTextInputGUI\$value, getAllowMove(), ilFormPropertyGUI\getFieldId(), ilUtil\getFileSizeInfo(), ilUtil\getImagePath(), ilFormPropertyGUI\getPostVar(), getSuffixes(), ilYuiUtil\initDomEvent(), and ilUtil\prepareFormOutput().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilImageWizardInputGUI::setAllowMove | ( | $a_allow_move | ) | 
Set allow move.
| boolean | $a_allow_move | Allow move | 
Definition at line 147 of file class.ilImageWizardInputGUI.php.
| ilImageWizardInputGUI::setDisableActions | ( | $disable_actions | ) | 
| boolean | $disable_actions | 
Definition at line 49 of file class.ilImageWizardInputGUI.php.
References $disable_actions.
| ilImageWizardInputGUI::setDisableText | ( | $disable_text | ) | 
| boolean | $disable_text | 
Definition at line 57 of file class.ilImageWizardInputGUI.php.
References $disable_text.
| ilImageWizardInputGUI::setDisableUpload | ( | $disable_upload | ) | 
| boolean | $disable_upload | 
Definition at line 41 of file class.ilImageWizardInputGUI.php.
References $disable_upload.
| ilImageWizardInputGUI::setQuestionObject | ( | $a_value | ) | 
Set question object.
| object | $a_value | test object | 
Definition at line 127 of file class.ilImageWizardInputGUI.php.
| ilImageWizardInputGUI::setSuffixes | ( | $a_suffixes | ) | 
Set Accepted Suffixes.
| array | $a_suffixes | Accepted Suffixes | 
Definition at line 87 of file class.ilImageWizardInputGUI.php.
Referenced by __construct().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilImageWizardInputGUI::setValue | ( | $a_value | ) | 
Set Value.
| string | $a_value | Value | 
Reimplemented from ilTextInputGUI.
Definition at line 67 of file class.ilImageWizardInputGUI.php.
References ilTextInputGUI\$value.
| ilImageWizardInputGUI::setValues | ( | $a_values | ) | 
Set Values.
| array | $a_value | Value | 
Definition at line 107 of file class.ilImageWizardInputGUI.php.
| 
 | protected | 
Definition at line 16 of file class.ilImageWizardInputGUI.php.
Referenced by getAllowMove().
| 
 | protected | 
Definition at line 22 of file class.ilImageWizardInputGUI.php.
Referenced by setDisableActions().
| 
 | protected | 
Definition at line 20 of file class.ilImageWizardInputGUI.php.
Referenced by setDisableText().
| 
 | protected | 
Definition at line 21 of file class.ilImageWizardInputGUI.php.
Referenced by setDisableUpload().
| 
 | protected | 
Definition at line 17 of file class.ilImageWizardInputGUI.php.
Referenced by getQuestionObject().
| 
 | protected | 
Definition at line 18 of file class.ilImageWizardInputGUI.php.
Referenced by getSuffixes().
| 
 | protected | 
Definition at line 15 of file class.ilImageWizardInputGUI.php.
Referenced by getValues().