CKEDITOR.ui.panel
class
Filtering
Methods
-
constructor( document, definition ) → panel
CKEDITOR.ui.panel#constructor
Creates a panel class instance.
Parameters
document : document
definition : Object
Returns
panel
-
addBlock( name, block )
CKEDITOR.ui.panel#addBlock
-
destroy()
CKEDITOR.ui.panel#destroy
-
getBlock( name )
CKEDITOR.ui.panel#getBlock
-
render( editor, [ output ] )
CKEDITOR.ui.panel#render
Renders the combo.
Parameters
editor : editor
The editor instance which this button is to be used by.
[ output ] : Array
The output array to which append the HTML relative to this button.
-
showBlock( name )
CKEDITOR.ui.panel#showBlock