Report an issue
Class

CKEDITOR.ui.panel.block

class

class and all methods

Filtering

Methods

  • constructor() → block

    Creates a block class instances.

    Returns

    block
  • getItems() → nodeList

    Returns a CKEDITOR.dom.nodeList of block items.

    Returns

    nodeList
  • markItem( index )

    Mark the item specified by the index as current activated.

    Parameters

    index : Object
  • private

    markFirstDisplayed( beforeMark )

    Marks the first visible item or the one whose aria-selected attribute is set to true. The latter has priority over the former.

    Parameters

    beforeMark : Object

    function to be executed just before marking. Used in cases when any preparatory cleanup (like unmarking all items) would simultaneously destroy the information that is needed to determine the focused item.