CKEDITOR.plugins.indentList
classsingleton
Global namespace for methods exposed by the Indent List plugin.
Filtering
Methods
since 4.4.6
firstItemInPath( query, path, [ list ] ) → BooleanCKEDITOR.plugins.indentList#firstItemInPathChecks whether the first child of the list is in the path. The list can be extracted from the path or given explicitly e.g. for better performance if cached.
Parameters
query : ObjectSee the CKEDITOR.dom.elementPath.contains method arguments.
path : elementPath[ list ] : element
Returns
Boolean