Report an issue
Class

CKEDITOR.plugins.indent.specificDefinition

class

A base class for specific indentation command definitions responsible for handling a pre-defined set of elements i.e. indentlist for lists or indentblock for text block elements.

Commands of this class perform indentation operations and modify the DOM structure. They listen for events fired by CKEDITOR.plugins.indent.genericDefinition and execute defined actions.

NOTE: This is not an editor command. Context-specific commands are internal, for indentation system only.

Filtering

Properties