You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
875 B
875 B
layout | title | title_nav | description | keywords |
---|---|---|---|---|
default | Lists plugin | Lists | Normalizes list behavior between browsers. | list lists browser normalize |
The lists
plugin allows you to add numbered and bulleted lists to TinyMCE. To enable advanced lists (e.g. alpha numbered lists, square bullets) you should also enable the Advanced List (advlist
) plugin.
The plugin also normalizes list behavior between browsers. Enable it if you have problems with consistency making lists.
Example
tinymce.init({
selector: "textarea", // change this value according to your HTML
plugins: "lists",
toolbar: "numlist bullist"
});
Options
These settings affect the execution of the lists
plugin.
lists_indent_on_tab
This boolean option allows to disable the indent on tab key functionality. Its default value is set to true
.