The advlist plugin extends the core bullist and numlist toolbar controls by adding CSS list-style-type styled number formats and bullet types to the controls.
|
Important
|
The Lists (lists) plugin must be activated for the advlist plugin to work.
|
|
Tip
|
As of {productname} 7.0, the Advanced Lists plugin has been renamed to List Styles. When adding List Styles in your editor, continue to use advlist. |
tinymce.init({
selector: 'textarea', // change this value according to your HTML
plugins: 'lists advlist'
});These settings affect the execution of the advlist plugin by providing more granular control of list styles.
The List Styles plugin provides the following {productname} commands.