CKEDITOR.ui.panel.block
class
class and all methods
Filtering
Methods
-
constructor() → block
Creates a block class instances.
Returns
-
Returns a
CKEDITOR.dom.nodeList
of block items.Returns
-
markItem( index )
Mark the item specified by the index as current activated.
Parameters
index : Object
-
markFirstDisplayed( beforeMark )
private
Marks the first visible item or the one whose
aria-selected
attribute is set totrue
. 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.