CKEDITOR.plugins.indentList
class
singleton
Global namespace for methods exposed by the Indent List plugin.
Filtering
Methods
-
since 4.4.6
firstItemInPath( query, path, [ list ] ) → Boolean
CKEDITOR.plugins.indentList#firstItemInPath
Checks 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 : Object
See the CKEDITOR.dom.elementPath.contains method arguments.
path : elementPath
[ list ] : element
Returns
Boolean