CKEditor 4 reached its End of Life (EOL) in June 2023. From then on, it will receive no more updates, new features, bug fixes, and security patches. Visit CKEditor 5 Docs for the actively supported CKEditor or check Extended Support Model.
Report an issue
Class

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

    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