Required
|
required
|
|
|
Width
|
width
|
|
The textarea width. Defaults to "640".
Give the exact
size in pixels or percentage.
|
Height
|
height
|
|
The textarea height. Defaults to "400".
Give the exact
size in pixels or percentage.
|
Disable HTML init
|
disableHtmlInit
|
|
If set to true, the default display will be
the text
display
(not html editor). Available since 5.3.1.
|
Editor selector
|
editorSelector
|
|
The class to use to identify text areas to turn into
html editors. Defaults to "mceEditor". See the editor_selector option
in TinyMCE
(http://wiki.moxiecode.com/index.php/TinyMCE:Configuration/editor_selector).
|
JSON configuration
|
configuration
|
|
JSON configuration map for TinyMCE initialization, that will be merged
with default configuration. Available since 8.1.
Example: {"toolbar4": "paste"}
|