|
ILIAS
Release_3_10_x_branch Revision 61812
|
This class represents a text area property in a property form. More...
Inheritance diagram for ilTextAreaInputGUI:
Collaboration diagram for ilTextAreaInputGUI:Public Member Functions | |
| __construct ($a_title="", $a_postvar="") | |
| Constructor. | |
| setValue ($a_value) | |
| Set Value. | |
| getValue () | |
| Get Value. | |
| setCols ($a_cols) | |
| Set Cols. | |
| getCols () | |
| Get Cols. | |
| setRows ($a_rows) | |
| Set Rows. | |
| getRows () | |
| Get Rows. | |
| setUseRte ($a_usert) | |
| Set Use Rich Text Editing. | |
| getUseRte () | |
| Get Use Rich Text Editing. | |
| addPlugin ($a_plugin) | |
| Add RTE plugin. | |
| removePlugin ($a_plugin) | |
| Remove RTE plugin. | |
| addButton ($a_button) | |
| Add RTE button. | |
| removeButton ($a_button) | |
| Remove RTE button. | |
| setRTESupport ($obj_id, $obj_type, $module) | |
| Set RTE support for a special module. | |
| removeRTESupport () | |
| Remove RTE support for a special module. | |
| setRteTags ($a_rtetags) | |
| Set Valid RTE Tags. | |
| getRteTags () | |
| Get Valid RTE Tags. | |
| setRteTagSet ($a_set_name) | |
| Set Set of Valid RTE Tags. | |
| getRteTagSet ($a_set_name) | |
| Get Set of Valid RTE Tags. | |
| getRteTagString () | |
| RTE Tag string. | |
| setValueByArray ($a_values) | |
| Set value by array. | |
| checkInput () | |
| Check input, strip slashes etc. | |
| insert (&$a_tpl) | |
| Insert property html. | |
Public Member Functions inherited from ilSubEnabledFormPropertyGUI | |
| addSubItem ($a_item) | |
| Add Subitem. | |
| getSubItems () | |
| Get Subitems. | |
| setSubformMode ($a_subformmode) | |
| Set Subform Mode. | |
| getSubformMode () | |
| Get Subform Mode. | |
| checkSubItemsInput () | |
| Check SubItems. | |
| getSubForm () | |
| Get sub form html. | |
Public Member Functions inherited from ilFormPropertyGUI | |
| 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. | |
Protected Attributes | |
| $value | |
| $cols | |
| $rows | |
| $usert | |
| $rtetags | |
| $plugins | |
| $buttons | |
| $rtesupport | |
| $rte_tag_set | |
Protected Attributes inherited from ilSubEnabledFormPropertyGUI | |
| $sub_items = array() | |
| $subformmode = "bottom" | |
Protected Attributes inherited from ilFormPropertyGUI | |
| $type | |
| $title | |
| $postvar | |
| $info | |
| $alert | |
| $required = false | |
Additional Inherited Members | |
Protected Member Functions inherited from ilFormPropertyGUI | |
| setType ($a_type) | |
| Set Type. | |
This class represents a text area property in a property form.
Definition at line 33 of file class.ilTextAreaInputGUI.php.
| ilTextAreaInputGUI::__construct | ( | $a_title = "", |
|
$a_postvar = "" |
|||
| ) |
Constructor.
| string | $a_title | Title |
| string | $a_postvar | Post Variable |
Reimplemented from ilFormPropertyGUI.
Definition at line 80 of file class.ilTextAreaInputGUI.php.
References setRteTagSet(), and ilFormPropertyGUI\setType().
Here is the call graph for this function:| ilTextAreaInputGUI::addButton | ( | $a_button | ) |
Add RTE button.
| string | $a_button | Button name |
Definition at line 195 of file class.ilTextAreaInputGUI.php.
| ilTextAreaInputGUI::addPlugin | ( | $a_plugin | ) |
Add RTE plugin.
| string | $a_plugin | Plugin name |
Definition at line 175 of file class.ilTextAreaInputGUI.php.
| ilTextAreaInputGUI::checkInput | ( | ) |
Check input, strip slashes etc.
set alert, if input is not ok.
Reimplemented from ilFormPropertyGUI.
Definition at line 301 of file class.ilTextAreaInputGUI.php.
References $lng, ilSubEnabledFormPropertyGUI\checkSubItemsInput(), ilFormPropertyGUI\getPostVar(), ilFormPropertyGUI\getRequired(), getRteTagString(), getUseRte(), ilFormPropertyGUI\setAlert(), and ilUtil\stripSlashes().
Here is the call graph for this function:| ilTextAreaInputGUI::getCols | ( | ) |
Get Cols.
Definition at line 125 of file class.ilTextAreaInputGUI.php.
References $cols.
Referenced by insert().
Here is the caller graph for this function:| ilTextAreaInputGUI::getRows | ( | ) |
Get Rows.
Definition at line 145 of file class.ilTextAreaInputGUI.php.
References $rows.
Referenced by insert().
Here is the caller graph for this function:| ilTextAreaInputGUI::getRteTags | ( | ) |
Get Valid RTE Tags.
Definition at line 245 of file class.ilTextAreaInputGUI.php.
References $rtetags.
Referenced by getRteTagString(), and insert().
Here is the caller graph for this function:| ilTextAreaInputGUI::getRteTagSet | ( | $a_set_name | ) |
Get Set of Valid RTE Tags.
Definition at line 267 of file class.ilTextAreaInputGUI.php.
| ilTextAreaInputGUI::getRteTagString | ( | ) |
RTE Tag string.
Definition at line 276 of file class.ilTextAreaInputGUI.php.
References $result, and getRteTags().
Referenced by checkInput().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTextAreaInputGUI::getUseRte | ( | ) |
Get Use Rich Text Editing.
Definition at line 165 of file class.ilTextAreaInputGUI.php.
References $usert.
Referenced by checkInput(), and insert().
Here is the caller graph for this function:| ilTextAreaInputGUI::getValue | ( | ) |
Get Value.
Definition at line 105 of file class.ilTextAreaInputGUI.php.
References $value.
Referenced by insert().
Here is the caller graph for this function:| ilTextAreaInputGUI::insert | ( | & | $a_tpl | ) |
Insert property html.
Definition at line 326 of file class.ilTextAreaInputGUI.php.
References ilRTE\_getRTEClassname(), getCols(), ilFormPropertyGUI\getDisabled(), ilFormPropertyGUI\getFieldId(), ilFormPropertyGUI\getPostVar(), getRows(), getRteTags(), getUseRte(), getValue(), and ilUtil\prepareFormOutput().
Here is the call graph for this function:| ilTextAreaInputGUI::removeButton | ( | $a_button | ) |
Remove RTE button.
| string | $a_button | Button name |
Definition at line 205 of file class.ilTextAreaInputGUI.php.
| ilTextAreaInputGUI::removePlugin | ( | $a_plugin | ) |
Remove RTE plugin.
| string | $a_plugin | Plugin name |
Definition at line 185 of file class.ilTextAreaInputGUI.php.
| ilTextAreaInputGUI::removeRTESupport | ( | ) |
Remove RTE support for a special module.
Definition at line 225 of file class.ilTextAreaInputGUI.php.
| ilTextAreaInputGUI::setCols | ( | $a_cols | ) |
Set Cols.
| int | $a_cols | Cols |
Definition at line 115 of file class.ilTextAreaInputGUI.php.
Referenced by ilObjWikiGUI\initSettingsForm().
Here is the caller graph for this function:| ilTextAreaInputGUI::setRows | ( | $a_rows | ) |
Set Rows.
| int | $a_rows | Rows |
Definition at line 135 of file class.ilTextAreaInputGUI.php.
Referenced by ilObjPaymentSettingsGUI\generalSettingsObject(), and ilObjUserGUI\initForm().
Here is the caller graph for this function:| ilTextAreaInputGUI::setRTESupport | ( | $obj_id, | |
| $obj_type, | |||
| $module | |||
| ) |
Set RTE support for a special module.
Definition at line 217 of file class.ilTextAreaInputGUI.php.
| ilTextAreaInputGUI::setRteTags | ( | $a_rtetags | ) |
Set Valid RTE Tags.
| array | $a_rtetags | Valid RTE Tags |
Definition at line 235 of file class.ilTextAreaInputGUI.php.
Referenced by setRteTagSet().
Here is the caller graph for this function:| ilTextAreaInputGUI::setRteTagSet | ( | $a_set_name | ) |
Set Set of Valid RTE Tags.
Definition at line 256 of file class.ilTextAreaInputGUI.php.
References setRteTags().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTextAreaInputGUI::setUseRte | ( | $a_usert | ) |
Set Use Rich Text Editing.
| int | $a_usert | Use Rich Text Editing |
Definition at line 155 of file class.ilTextAreaInputGUI.php.
| ilTextAreaInputGUI::setValue | ( | $a_value | ) |
Set Value.
| string | $a_value | Value |
Definition at line 95 of file class.ilTextAreaInputGUI.php.
Referenced by ilObjForumGUI\editObject(), assTextQuestionGUI\editQuestion(), ilObjFileAccessSettingsGUI\editSettings(), ilGroupRegistrationGUI\fillRegistrationType(), ilCourseRegistrationGUI\fillRegistrationType(), ilObjMDSettingsGUI\initCopyrightEditForm(), ilObjRemoteCourseGUI\initEditTable(), ilAdvancedMDSettingsGUI\initFieldForm(), ilCalendarAppointmentGUI\initForm(), ilAdvancedMDSettingsGUI\initForm(), ilObjSessionGUI\initForm(), ilObjCourseGUI\initForm(), ilPersonalProfileGUI\initForm(), ilObjGroupGUI\initForm(), ilCourseObjectivesGUI\initFormTitle(), ilObjCourseGUI\initInfoEditor(), ilObjMediaCastGUI\initSettingsForm(), setValueByArray(), and ilMailingListsGUI\showForm().
Here is the caller graph for this function:| ilTextAreaInputGUI::setValueByArray | ( | $a_values | ) |
Set value by array.
| array | $a_values | value array |
Definition at line 291 of file class.ilTextAreaInputGUI.php.
References ilFormPropertyGUI\getPostVar(), and setValue().
Here is the call graph for this function:
|
protected |
Definition at line 41 of file class.ilTextAreaInputGUI.php.
|
protected |
Definition at line 36 of file class.ilTextAreaInputGUI.php.
Referenced by getCols().
|
protected |
Definition at line 40 of file class.ilTextAreaInputGUI.php.
|
protected |
Definition at line 37 of file class.ilTextAreaInputGUI.php.
Referenced by getRows().
|
protected |
Definition at line 44 of file class.ilTextAreaInputGUI.php.
|
protected |
Definition at line 42 of file class.ilTextAreaInputGUI.php.
|
protected |
Definition at line 39 of file class.ilTextAreaInputGUI.php.
Referenced by getRteTags().
|
protected |
Definition at line 38 of file class.ilTextAreaInputGUI.php.
Referenced by getUseRte().
|
protected |
Definition at line 35 of file class.ilTextAreaInputGUI.php.
Referenced by getValue().