Class html_TinyMCE
require use of "html_Doc"
for help see http://tinymce.moxiecode.com/wiki.php/Reference or external/tinymce/examples
if you like to manipulate TinyMCE via javascript see the methods with prefix "js_" or see http://tinymce.moxiecode.com/wiki.php/API3:tinymce.api.3.x
ATTENTION
php_value short_open_tag 0 is required for TinyMCE version > 3.3
- html_Component implements html_iComponent uses html_tComponent
-
html_TinyMCE
Methods summary
public
|
|
public
array
|
|
public
|
|
public
integer
|
|
public
|
|
public
|
|
public
|
#
addStyleFormat( string $title, string $format, string $tag, string $style_classname = '' )
add more advanced style formats for text and other elements to the editor. |
public
|
|
public
string
|
|
public
string
|
Methods inherited from html_Component
buildChilds()
,
getChilds()
,
getName()
,
setClass()
,
setName()
,
setStyle()
Methods used from html_tComponent
tBuildChilds()(as tBuildChilds())
Properties summary
private
array
|
$m_plugins
|
#
array()
|
private
array
|
$m_toolbar
|
#
array()
|
private
array
|
$m_style_formats
|
#
array()
|
public
string
|
$m_lang
editor language (possible languages, see external/tinymce/jscripts/tiny_mce/langs) |
#
'en'
|
public
string
|
$m_theme
theme: simple, advanced |
#
'advanced'
|
public
boolean
|
$m_accessibility_warnings
if this option is set to true some accessibility warnings will be presented to the user if they miss specifying that information |
#
true
|
public
string
|
$m_dialog_type
window, modal |
#
'modal'
|
public
boolean
|
$m_readOnly
enable read only |
#
false
|
public
string
|
$m_css
url to the content css file |
#
''
|
public
string
|
$m_text
content |
#
''
|
public
string
|
$m_onSave
js callback function name |
#
''
|
public
string
|
$m_onCancel
js callback function name |
#
''
|
public
string
|
$m_additional_js_init
additional tinyMCE configuration, will be placed in the initialization "tinyMCE.init" |
#
''
|
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_external_image_list_url
js file contain the available image file list |
#
''
|
public
string
|
$m_external_media_list_url
js file contain the available media file list |
#
''
|
public
string
|
$m_external_link_list_url
js file contain the available media file list |
#
''
|
public
type
|
$m_body_class
editor body class |
#
''
|