CKEDITOR.ui.panel.block
class
class and all methods
Filtering
Methods
-
constructor() → block
CKEDITOR.ui.panel.block#constructor
-
getItems() → nodeList
CKEDITOR.ui.panel.block#getItems
-
markItem( index )
CKEDITOR.ui.panel.block#markItem
-
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.