Class cWYSIWYGEditor
Base class for all WYSIWYG editors
Abstract
Package: Core\Backend
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Timo Hummel
Located at classes/class.wysiwyg_editor.php
Package: Core\Backend
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Timo Hummel
Located at classes/class.wysiwyg_editor.php
public
|
#
__construct( string $editorName, string $editorContent )
Constructor to create an instance of this class. |
protected
|
|
protected
|
|
public
|
#
setSetting( string $type, string $key, boolean $value, boolean $forceSetting = false )
Sets given setting if setting was not yet defined. Overwriting defined setting can be achieved with $forceSetting = true. |
protected
|
|
protected
string
|
|
protected
|
|
protected
|
|
protected
|
|
public static
string
|
|
public static
array
|
#
saveConfig( array $config )
Saves configuration of WYSIWYG editor into a file This function does not validate input! This has to be done by classes that extend cWYSIWYGEditor because this class does not know what each WYSIWYG editor expects. |
protected static
string
|
$_configPrefix | '[\'wysiwyg\']' |
#
Access key under which the wysiwyg editor settings will be stored |
protected
string
|
$_sPath |
|
|
protected
string
|
$_sEditor |
|
|
protected
string
|
$_sEditorName |
|
|
protected
string
|
$_sEditorContent |
|
|
protected
array
|
$_aSettings |
|