This plugin adds more advanced options to the ordered and unordered list buttons. It enables you to set number formats and bullet types.

Initialization Example

tinyMCE.init({
theme : "advanced",
mode : "textareas",
plugins : "advlist"
});