Plugin: liststyle

The List Style plugin allows you to set the list-style-type CSS property on lists within the TinyMCE editor. This plugin caters for both ordered and unordered lists.

Installation Instructions

Initialization Example


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

Usage Instructions

License

LGPL 2.0

History