CKEDITOR.ui.panel.block
class
class and all methods
Filtering
Methods
constructor() → blockCKEDITOR.ui.panel.block#constructorgetItems() → nodeListCKEDITOR.ui.panel.block#getItemsmarkItem( index )CKEDITOR.ui.panel.block#markItem-
Marks the first visible item or the one whose
aria-selectedattribute is set totrue. The latter has priority over the former.Parameters
beforeMark : Objectfunction 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.