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
|
|
protected
|
|
protected
|
|
protected
|
#
_setSetting( string $sKey, string $sValue, boolean $bForceSetting = false )
Sets given setting if setting was not yet defined. Overwriting defined setting can be achieved with $bForceSetting = 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
|
$_sConfigPrefix | '[\'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 |
|