|
| | __construct (string $title, string $httpPostVar, protected ilSamlIdpXmlMetadataParser $idpMetadataParser) |
| |
| | checkInput () |
| |
| | __construct (string $a_title="", string $a_postvar="") |
| |
| | setValue (string $a_value) |
| |
| | getValue () |
| |
| | setCols (int $a_cols) |
| |
| | getCols () |
| |
| | setRows (int $a_rows) |
| |
| | getRows () |
| |
| | setMaxNumOfChars (int $a_number) |
| |
| | getMaxNumOfChars () |
| |
| | setMinNumOfChars (int $a_number) |
| |
| | getMinNumOfChars () |
| |
| | setUseRte (bool $a_usert, string $version='') |
| |
| | getUseRte () |
| |
| | addPlugin (string $a_plugin) |
| |
| | removePlugin (string $a_plugin) |
| |
| | addButton (string $a_button) |
| |
| | removeButton (string $a_button) |
| |
| | setRTESupport (int $obj_id, string $obj_type, string $module, ?string $cfg_template=null, bool $hide_switch=false, ?string $version=null) |
| | Set RTE support for a special module. More...
|
| |
| | removeRTESupport () |
| |
| | setRteTags (array $a_rtetags) |
| |
| | getRteTags () |
| |
| | setRteTagSet (string $a_set_name) |
| |
| | getRteTagSet ($a_set_name) |
| |
| | getRteTagString () |
| |
| | setUseTagsForRteOnly (bool $a_val) |
| | Set use tags for RTE only (default is true) More...
|
| |
| | getUseTagsForRteOnly () |
| |
| | setValueByArray (array $a_values) |
| |
| | checkInput () |
| |
| | getInput () |
| |
| | insert (ilTemplate $a_tpl) |
| |
| | usePurifier (bool $a_flag=null) |
| | Setter/Getter for the html purifier usage. More...
|
| |
| | setPurifier (ilHtmlPurifierInterface $Purifier) |
| | Setter for the html purifier. More...
|
| |
| | getPurifier () |
| |
| | setRTERootBlockElement (?string $a_root_block_element) |
| |
| | getRTERootBlockElement () |
| |
| | disableButtons ($a_button) |
| | Sets buttons which should be disabled in TinyMCE. More...
|
| |
| | getDisabledButtons (bool $as_array=true) |
| |
| | getInitialRteWidth () |
| |
| | setInitialRteWidth (int $initial_rte_width) |
| |
| | isCharLimited () |
| |
| | addSubItem (ilFormPropertyGUI $a_item) |
| |
| | getSubItems () |
| |
| | getSubInputItemsRecursive () |
| | returns a flat array of possibly existing subitems recursively More...
|
| |
| | checkSubItemsInput () |
| | Check SubItems. More...
|
| |
| | getSubForm () |
| |
| | getItemByPostVar (string $a_post_var) |
| |
| | __construct (string $a_title="", string $a_postvar="") |
| |
| | executeCommand () |
| |
| | getType () |
| |
| | setTitle (string $a_title) |
| |
| | getTitle () |
| |
| | setPostVar (string $a_postvar) |
| |
| | getPostVar () |
| |
| | getFieldId () |
| |
| | setInfo (string $a_info) |
| |
| | getInfo () |
| |
| | setAlert (string $a_alert) |
| |
| | getAlert () |
| |
| | setRequired (bool $a_required) |
| |
| | getRequired () |
| |
| | setDisabled (bool $a_disabled) |
| |
| | getDisabled () |
| |
| | checkInput () |
| | Check input, strip slashes etc. More...
|
| |
| | setParentForm (ilPropertyFormGUI $a_parentform) |
| |
| | getParentForm () |
| |
| | setParent (ilFormPropertyGUI $a_val) |
| |
| | getParent () |
| |
| | getSubForm () |
| |
| | hideSubForm () |
| |
| | setHiddenTitle (string $a_val) |
| |
| | getHiddenTitle () |
| |
| | getItemByPostVar (string $a_post_var) |
| | Get item by post var. More...
|
| |
| | serializeData () |
| |
| | unserializeData (string $a_data) |
| |
| | setParentTable ($a_val) |
| | Set parent table. More...
|
| |
| | getParentTable () |
| | Get parent table. More...
|
| |
| | writeToSession () |
| |
| | clearFromSession () |
| |
| | readFromSession () |
| |
| | getHiddenTag (string $a_post_var, string $a_value) |
| |
| | setMulti (bool $a_multi, bool $a_sortable=false, bool $a_addremove=true) |
| |
| | getMulti () |
| |
| | setMultiValues (array $a_values) |
| |
| | getMultiValues () |
| |
| | getContentOutsideFormTag () |
| | Get content that has to reside outside of the parent form tag, e.g. More...
|
| |
| | stripSlashesAddSpaceFallback (string $a_str) |
| | Strip slashes with add space fallback, see https://www.ilias.de/mantis/view.php?id=19727. More...
|
| |
| | getTableFilterLabelFor () |
| | Get label "for" attribute value for filter. More...
|
| |
| | getFormLabelFor () |
| | Get label "for" attribute value for form. More...
|
| |
| | setRequestParam (string $key, $val) |
| | This writes the request (aka post) values. More...
|
| |