Get your own copy
Don't hesitate! Just download and test it all by yourself for free!
This plugin adds support for some XHTML elements these include cite, ins, del, abbr, and acronym.
| Name | Summary |
|---|---|
| cite | Cite element control. |
| ins | Ins element control. |
| del | Del element control. |
| abbr | Abbr element control. |
| acronym | Acronym element control. |
| attribs | Common element attributes such as class, id, lang etc. |
tinyMCE.init({
theme : "advanced",
mode : "textareas",
plugins : "xhtmlxtras",
theme_advanced_buttons3_add : "cite,ins,del,abbr,acronym"
});
Search documentation.
yonasyanfa
Please add "attribs" to the theme_advanced_buttons3_add button list.