Plugin: xhtmlxtras

This plugin adds support for some XHTML elements these include cite, ins, del, abbr, and acronym.

xhtmlxtras controls/buttons
citeCite element control.
insIns element control.
delDel element control.
abbrAbbr element control.
acronymAcronym element control.

Installation Instructions

Initialization Example

tinyMCE.init({
	theme : "advanced",
	mode : "textareas",
	plugins : "xhtmlxtras",
	theme_advanced_buttons3_add : "cite,ins,del,abbr,acronym"
});