| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
Tiny MCE editor class. More...
 Inheritance diagram for ilTinyMCE:
 Inheritance diagram for ilTinyMCE: Collaboration diagram for ilTinyMCE:
 Collaboration diagram for ilTinyMCE:| Public Member Functions | |
| ilTinyMCE ($a_version="") | |
| addPlugin ($a_plugin_name) | |
| removePlugin ($a_plugin_name) | |
| addRTESupport ($obj_id, $obj_type, $a_module="", $allowFormElements=FALSE, $cfg_template=null, $hide_switch=false) | |
| Returns the path to the content css file for the editor. | |
| addCustomRTESupport ($obj_id, $obj_type, $tags) | |
| Adds custom support for an RTE in an ILIAS form. | |
| addUserTextEditor ($editor_selector) | |
| Adds custom support for an RTE in an ILIAS form. | |
| setStyleSelect ($a_styleselect) | |
| Set Enable Style Selecttion. | |
| getStyleSelect () | |
| Get Enable Style Selecttion. | |
| _buildAdvancedBlockformatsFromHTMLTags ($a_html_tags) | |
| _buildAdvancedButtonsFromHTMLTags ($a_buttons_section, $a_html_tags) | |
| _buildButtonsFromHTMLTags ($a_html_tags) | |
| _buildAdvancedTableButtonsFromHTMLTags ($a_html_tags) | |
| _getEditorLanguage () | |
| _getValidElementsFromHTMLTags ($a_html_tags) | |
| setRTERootBlockElement ($a_root_block_element) | |
| Setter for the TinyMCE root block element. | |
| getRTERootBlockElement () | |
| Getter for the TinyMCE root block element. | |
| disableButtons ($a_button) | |
| Sets buttons which should be disabled in TinyMCE. | |
| getDisabledButtons ($as_array=true) | |
| Returns the disabled TinyMCE buttons. | |
| setRemoveImgContextMenuItem ($remove_img_context_menu_item) | |
| getRemoveImgContextMenuItem () | |
|  Public Member Functions inherited from ilRTE | |
| ilRTE ($a_version="") | |
| addButton ($a_button_name) | |
| Adds a button to the button list. | |
| removeButton ($a_button_name) | |
| Removes a button from the button list. | |
| addRTESupport () | |
| Adds support for an RTE in an ILIAS form. | |
| _cleanupMediaObjectUsage ($a_text, $a_usage_type, $a_usage_id) | |
| synchronises appearances of media objects in $a_text with media object usage table | |
| setRTERootBlockElement () | |
| disableButtons () | |
| getDisabledButtons () | |
| Static Public Member Functions | |
| static | _removeRedundantSeparators ($a_string) | 
| Removes redundant seperators and removes ,, and , at the first or last position of the string. | |
|  Static Public Member Functions inherited from ilRTE | |
| static | _getRTEClassname () | 
| static | _replaceMediaObjectImageSrc ($a_text, $a_direction=0) | 
| replaces image source from mob image urls with the mob id or replaces mob id with the correct image source | |
| static | _getMediaObjects ($a_text, $a_direction=0) | 
| Returns all media objects found in the passed string. | |
| Protected Member Functions | |
| handleIliasImageManagerAdded () | |
| handleImgContextMenuItem ($tpl) | |
| Protected Attributes | |
| $mode = "textareas" | |
| $version = "" | |
| $vd = "" | |
| $remove_img_context_menu_item = false | |
| $root_block_element = null | |
| $disabled_buttons = array() | |
| Additional Inherited Members | |
|  Data Fields inherited from ilRTE | |
| const | ILIAS_IMG_MANAGER_PLUGIN = 'ilias_image_manager_plugin' | 
| $plugins | |
| $buttons | |
| $tpl | |
| $ctrl | |
| $lng | |
Tiny MCE editor class.
This class provides access methods for Tiny MCE
Definition at line 35 of file class.ilTinyMCE.php.
| ilTinyMCE::_buildAdvancedBlockformatsFromHTMLTags | ( | $a_html_tags | ) | 
Definition at line 451 of file class.ilTinyMCE.php.
Referenced by _buildAdvancedButtonsFromHTMLTags(), _buildButtonsFromHTMLTags(), addCustomRTESupport(), and addRTESupport().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTinyMCE::_buildAdvancedButtonsFromHTMLTags | ( | $a_buttons_section, | |
| $a_html_tags | |||
| ) | 
Definition at line 505 of file class.ilTinyMCE.php.
References $res, _buildAdvancedBlockformatsFromHTMLTags(), and ilRTE\getDisabledButtons().
Referenced by addCustomRTESupport(), and addRTESupport().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTinyMCE::_buildAdvancedTableButtonsFromHTMLTags | ( | $a_html_tags | ) | 
Definition at line 766 of file class.ilTinyMCE.php.
References $res, and ilRTE\getDisabledButtons().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilTinyMCE::_buildButtonsFromHTMLTags | ( | $a_html_tags | ) | 
Definition at line 657 of file class.ilTinyMCE.php.
References $res, _buildAdvancedBlockformatsFromHTMLTags(), and ilRTE\getDisabledButtons().
Referenced by addUserTextEditor().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTinyMCE::_getEditorLanguage | ( | ) | 
Definition at line 789 of file class.ilTinyMCE.php.
References $ilUser, $lang, and vd().
Referenced by addCustomRTESupport(), addRTESupport(), and addUserTextEditor().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTinyMCE::_getValidElementsFromHTMLTags | ( | $a_html_tags | ) | 
Definition at line 803 of file class.ilTinyMCE.php.
Referenced by addCustomRTESupport(), addRTESupport(), and addUserTextEditor().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Removes redundant seperators and removes ,, and , at the first or last position of the string.
| string | $a_string | A string | 
Definition at line 1333 of file class.ilTinyMCE.php.
| ilTinyMCE::addCustomRTESupport | ( | $obj_id, | |
| $obj_type, | |||
| $tags | |||
| ) | 
Adds custom support for an RTE in an ILIAS form.
Adds custom support for an RTE in an ILIAS form
public
Reimplemented from ilRTE.
Definition at line 354 of file class.ilTinyMCE.php.
References $_COOKIE, ilRTE\$tpl, _buildAdvancedBlockformatsFromHTMLTags(), _buildAdvancedButtonsFromHTMLTags(), _getEditorLanguage(), _getValidElementsFromHTMLTags(), ilRTE\disableButtons(), ilUtil\getNewContentStyleSheetLocation(), getRTERootBlockElement(), getStyleSelect(), handleImgContextMenuItem(), and vd().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilTinyMCE::addPlugin | ( | $a_plugin_name | ) | 
| string | $a_plugin_name | 
Reimplemented from ilRTE.
Definition at line 158 of file class.ilTinyMCE.php.
References handleIliasImageManagerAdded().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilTinyMCE::addRTESupport | ( | $obj_id, | |
| $obj_type, | |||
| $a_module = "", | |||
| $allowFormElements = FALSE, | |||
| $cfg_template = null, | |||
| $hide_switch = false | |||
| ) | 
Returns the path to the content css file for the editor.
Returns the path to the content css file for the editor
Adds support for an RTE in an ILIAS form
| string | $a_module | Module or object which should use the HTML tags public | 
Definition at line 254 of file class.ilTinyMCE.php.
References $_COOKIE, ilRTE\$tpl, _buildAdvancedBlockformatsFromHTMLTags(), _buildAdvancedButtonsFromHTMLTags(), _getEditorLanguage(), ilObjAdvancedEditing\_getRichTextEditor(), ilObjAdvancedEditing\_getRichTextEditorUserState(), ilObjAdvancedEditing\_getUsedHTMLTags(), _getValidElementsFromHTMLTags(), ilObjAdvancedEditing\_setRichTextEditorUserState(), ilUtil\getNewContentStyleSheetLocation(), getRTERootBlockElement(), getStyleSelect(), ilUtil\getStyleSheetLocation(), handleImgContextMenuItem(), and vd().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilTinyMCE::addUserTextEditor | ( | $editor_selector | ) | 
Adds custom support for an RTE in an ILIAS form.
Adds custom support for an RTE in an ILIAS form
| string | $editor_selector | CSS class of the text input field(s) public | 
Reimplemented from ilRTE.
Definition at line 402 of file class.ilTinyMCE.php.
References _buildButtonsFromHTMLTags(), _getEditorLanguage(), _getValidElementsFromHTMLTags(), ilUtil\getNewContentStyleSheetLocation(), getStyleSelect(), ilUtil\getStyleSheetLocation(), handleImgContextMenuItem(), and vd().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilTinyMCE::disableButtons | ( | $a_button | ) | 
Sets buttons which should be disabled in TinyMCE.
| mixed | $a_button | Either a button string or an array of button strings | 
Definition at line 1290 of file class.ilTinyMCE.php.
| ilTinyMCE::getDisabledButtons | ( | $as_array = true | ) | 
Returns the disabled TinyMCE buttons.
| boolean | $as_array | Should the disabled buttons be returned as a string or as an array | 
Definition at line 1312 of file class.ilTinyMCE.php.
References $disabled_buttons.
| ilTinyMCE::getRemoveImgContextMenuItem | ( | ) | 
Definition at line 1369 of file class.ilTinyMCE.php.
References $remove_img_context_menu_item.
Referenced by handleImgContextMenuItem().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTinyMCE::getRTERootBlockElement | ( | ) | 
Getter for the TinyMCE root block element.
Reimplemented from ilRTE.
Definition at line 1277 of file class.ilTinyMCE.php.
References $root_block_element.
Referenced by addCustomRTESupport(), and addRTESupport().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTinyMCE::getStyleSelect | ( | ) | 
Get Enable Style Selecttion.
Definition at line 445 of file class.ilTinyMCE.php.
Referenced by addCustomRTESupport(), addRTESupport(), and addUserTextEditor().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
Definition at line 131 of file class.ilTinyMCE.php.
Referenced by addPlugin().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
Definition at line 339 of file class.ilTinyMCE.php.
References ilRTE\$tpl, and getRemoveImgContextMenuItem().
Referenced by addCustomRTESupport(), addRTESupport(), and addUserTextEditor().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTinyMCE::ilTinyMCE | ( | $a_version = "" | ) | 
Definition at line 49 of file class.ilTinyMCE.php.
References ilRTE\ilRTE(), setStyleSelect(), and vd().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilTinyMCE::removePlugin | ( | $a_plugin_name | ) | 
| string | $a_plugin_name | 
Reimplemented from ilRTE.
Definition at line 173 of file class.ilTinyMCE.php.
| ilTinyMCE::setRemoveImgContextMenuItem | ( | $remove_img_context_menu_item | ) | 
| boolean | $remove_img_context_menu_item | 
Definition at line 1361 of file class.ilTinyMCE.php.
References $remove_img_context_menu_item.
| ilTinyMCE::setRTERootBlockElement | ( | $a_root_block_element | ) | 
Setter for the TinyMCE root block element.
| string | $a_root_block_element | root block element | 
Definition at line 1265 of file class.ilTinyMCE.php.
| ilTinyMCE::setStyleSelect | ( | $a_styleselect | ) | 
Set Enable Style Selecttion.
| boolean | $a_styleselect | Enable Style Selecttion | 
Definition at line 435 of file class.ilTinyMCE.php.
Referenced by ilTinyMCE().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
Definition at line 202 of file class.ilTinyMCE.php.
Referenced by getDisabledButtons().
| 
 | protected | 
Definition at line 37 of file class.ilTinyMCE.php.
| 
 | protected | 
Definition at line 47 of file class.ilTinyMCE.php.
Referenced by getRemoveImgContextMenuItem(), and setRemoveImgContextMenuItem().
| 
 | protected | 
Definition at line 192 of file class.ilTinyMCE.php.
Referenced by getRTERootBlockElement().
| 
 | protected | 
Definition at line 40 of file class.ilTinyMCE.php.
| 
 | protected | 
Definition at line 38 of file class.ilTinyMCE.php.