Class html_CKEditor
require use of "html_Doc" and a custom ckeditor build with "Stylesheet Parser Plugin" and the following patches http://dev.ckeditor.com/ticket/9922.
For general help see http://docs.ckeditor.com
- html_Component implements html_iComponent uses html_tComponent
-
html_CKEditor
Methods summary
public
|
|
public
|
|
public
string
|
Methods inherited from html_Component
buildChilds()
,
getChilds()
,
getName()
,
setClass()
,
setName()
,
setStyle()
Methods used from html_tComponent
tBuildChilds()(as tBuildChilds())
Properties summary
public
string
|
$m_width
sample: "100px, 100%, 60 (for cols), array("100%", 60)" |
#
"100px"
|
public
string
|
$m_height
sample: "100px, 100%, 5 (for rows), array("100px", 5)" |
#
"100px"
|
public
string
|
$m_text
content |
#
''
|
public
string
|
$m_lang
editor language (possible languages, see external/ckeditor/lang), empty string for autodetect |
#
''
|
public
string
|
$m_css
url to the content css file |
#
''
|
public
string
|
$m_onSave
js callback function name |
#
''
|
public
type
|
$m_body_class
editor body class |
#
''
|
public
string
|
$m_additional_js_init
additional CKEditor configuration, will be placed in the initialization "CKEDITOR.replace" |
#
''
|
public
string
|
$m_external_image_list_url
js file contain the available image file list |
#
''
|
public
string
|
$m_additional_plugins
additional plugins (comma separated list) |
#
'html5video'
|