|
ILIAS
Release_5_0_x_branch Revision 61816
|
Input GUI for the configuration of select input elements. More...
Inheritance diagram for ilSelectBuilderInputGUI:
Collaboration diagram for ilSelectBuilderInputGUI:Public Member Functions | |
| __construct ($a_title="", $a_postvar="") | |
| Constructor. | |
| getOpenAnswerIndexes () | |
| Get open answer indexes. | |
| setOpenAnswerIndexes ($a_indexes) | |
| Set open answer indexes. | |
| addOpenAnswerIndex ($a_idx) | |
| Mark an index as open answer. | |
| isOpenAnswerIndex ($a_idx) | |
| Check if an index is an open answer index. | |
| checkInput () | |
| Check input, strip slashes etc. | |
| setValueByArray ($a_values) | |
| Set value by array. | |
| insert ($a_tpl) | |
| Insert property html. | |
Public Member Functions inherited from ilTextWizardInputGUI | |
| setValues ($a_values) | |
| Set Values. | |
| setValue ($a_value) | |
| Set Value. | |
| getValues () | |
| Get Values. | |
| setAllowMove ($a_allow_move) | |
| Set allow move. | |
| getAllowMove () | |
| Get allow move. | |
| 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 () | |
| 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 | |
| setDataSourceSubmitOnSelection ($a_stat) | |
| getDataSourceSubmitOnSelection () | |
| setDataSourceSubmitUrl ($a_url) | |
| getDataSourceSubmitUrl () | |
| setMultiValues (array $a_values) | |
| Set multi values. | |
| 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 | |
| $open_answer_indexes = array() | |
Protected Attributes inherited from ilTextWizardInputGUI | |
| $values = array() | |
| $allowMove = false | |
Protected Attributes inherited from ilTextInputGUI | |
| $value | |
| $maxlength = 200 | |
| $size = 40 | |
| $validationRegexp | |
| $validationFailureMessage = '' | |
| $suffix | |
| $style_css | |
| $css_class | |
| $ajax_datasource | |
| $ajax_datasource_delimiter | |
| $ajax_datasource_commit = FALSE | |
| $ajax_datasource_commit_url | |
| $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. | |
Input GUI for the configuration of select input elements.
E.g course custum field, udf field, ...
Definition at line 12 of file class.ilSelectBuilderInputGUI.php.
| ilSelectBuilderInputGUI::__construct | ( | $a_title = "", |
|
$a_postvar = "" |
|||
| ) |
Constructor.
| string | $a_title | Title |
| string | $a_postvar | Post Variable |
Reimplemented from ilTextWizardInputGUI.
Definition at line 19 of file class.ilSelectBuilderInputGUI.php.
| ilSelectBuilderInputGUI::addOpenAnswerIndex | ( | $a_idx | ) |
Mark an index as open answer.
Definition at line 44 of file class.ilSelectBuilderInputGUI.php.
Referenced by checkInput(), and setValueByArray().
Here is the caller graph for this function:| ilSelectBuilderInputGUI::checkInput | ( | ) |
Check input, strip slashes etc.
set alert, if input is not ok.
Reimplemented from ilTextWizardInputGUI.
Definition at line 64 of file class.ilSelectBuilderInputGUI.php.
References $_POST, $lng, ilTextInputGUI\$value, addOpenAnswerIndex(), ilSubEnabledFormPropertyGUI\checkSubItemsInput(), ilFormPropertyGUI\getPostVar(), ilFormPropertyGUI\getRequired(), ilTextInputGUI\getValidationRegexp(), ilFormPropertyGUI\setAlert(), setOpenAnswerIndexes(), and ilUtil\stripSlashes().
Here is the call graph for this function:| ilSelectBuilderInputGUI::getOpenAnswerIndexes | ( | ) |
Get open answer indexes.
Definition at line 28 of file class.ilSelectBuilderInputGUI.php.
References $open_answer_indexes.
| ilSelectBuilderInputGUI::insert | ( | $a_tpl | ) |
Insert property html.
Definition at line 124 of file class.ilSelectBuilderInputGUI.php.
References $lng, $tpl, ilTextInputGUI\$value, ilGlyphGUI\ADD, ilGlyphGUI\DOWN, ilGlyphGUI\get(), ilTextWizardInputGUI\getAllowMove(), ilFormPropertyGUI\getDisabled(), ilFormPropertyGUI\getFieldId(), ilTextInputGUI\getMaxLength(), ilFormPropertyGUI\getPostVar(), ilTextInputGUI\getSize(), isOpenAnswerIndex(), ilUtil\prepareFormOutput(), ilGlyphGUI\REMOVE, and ilGlyphGUI\UP.
Here is the call graph for this function:| ilSelectBuilderInputGUI::isOpenAnswerIndex | ( | $a_idx | ) |
Check if an index is an open answer index.
| type | $a_idx |
Definition at line 54 of file class.ilSelectBuilderInputGUI.php.
Referenced by insert().
Here is the caller graph for this function:| ilSelectBuilderInputGUI::setOpenAnswerIndexes | ( | $a_indexes | ) |
Set open answer indexes.
Definition at line 36 of file class.ilSelectBuilderInputGUI.php.
Referenced by checkInput().
Here is the caller graph for this function:| ilSelectBuilderInputGUI::setValueByArray | ( | $a_values | ) |
Set value by array.
| array | $a_values | value array |
Reimplemented from ilTextInputGUI.
Definition at line 109 of file class.ilSelectBuilderInputGUI.php.
References $_POST, addOpenAnswerIndex(), and ilFormPropertyGUI\getPostVar().
Here is the call graph for this function:
|
protected |
Definition at line 15 of file class.ilSelectBuilderInputGUI.php.
Referenced by getOpenAnswerIndexes().