Class cTinyMCEEditor
The object cTinyMCEEditor is a wrapper class to the TinyMCE WYSIWYG Editor. Attributes can be defined to generate JavaScript options and functions to initialise the global tinyMCE object in file ./contenido/external/wysiwyg/tinymce3/tinymce.tpl.html.
All settings accepted by tinyMCE and its plugins may be specified using system, client group or user property/setting.
The following parameters will be always set on initialization (even, if they have been specified as property. They can be set using setSetting later on, if needed): document_base_url cleanup_callback (-> XHTML) file_browser_callback external_link_list_url external_image_list_url
The following settings are only used in CONTENIDO: contenido_toolbar_mode: full, simple, mini, custom contenido_lists: link,image contenido_height_html contenido_height_head See backend.customizing.html for details
- cWYSIWYGEditor
- cTinyMCEEditor
Deprecated: [2017-11-23]
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Timo Hummel
Located at external/wysiwyg/tinymce3/editorclass.php
public
|
|
public
|
|
public
string
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
boolean
|
|
public
|
#
setToolbar( string $mode = "" )
For compatibility also accepts "tinymce-toolbar-mode", "tinymce-toolbar1-3" and "tinymce-plugins" |
public
|
|
public
string
|
|
public
|
|
public
string
|
|
public
string
|
|
public
string
|
|
public
string
|
|
public
array
|
|
public
array
|
_getEditorPath(),
_setEditor(),
_setEditorContent(),
_setEditorName(),
_unsetSetting(),
getCurrentWysiwygEditorName(),
saveConfig(),
setSetting()
|
protected
string
|
$_baseURL | '' |
#
Stores base url of page |
protected
boolean
|
$_useGZIP | false |
#
Stores, if GZIP compression will be used |
$_aSettings,
$_configPrefix,
$_sEditor,
$_sEditorContent,
$_sEditorName,
$_sPath
|