TinyMCE:Plugins/advlist
From Moxiecode Documentation Wiki
[edit]
Plugin: advlist
This plugin adds more advanced options to the ordered and unordered list buttons. It enables you to set number formats and bullet types.
[edit]
Initialization Example
tinyMCE.init({
theme : "advanced",
mode : "textareas",
plugins : "advlist"
});
