Wednesday, February 2, 2011

TinyMCE Options

The options syntax is an javascript object literal members. For example
skin: "o2k7"       // This shows that the variable is skin, while the value of the variable is silver.
Here's other options:
theme : "advanced" or "simple"    // this shows how many default toolbar icons.
theme_advanced_toolbar_align : "left", "center" or "right"    // alignment of toolbar if theme is "advanced" set.
theme_advanced_toolbar_location : "bottom" or "top"
theme_advanced_statusbar_location : "top" or "bottom"

buttons - plugins:
save - save
paste - paste


just buttons:
cut - copy - newdocument 
bold - italic - underline - strikethrough 
justifyleft - justifyright - justifycenter - justifyfull
fontselect - fontsizeselect - formatselect - styleselect

No comments:

Post a Comment