CKEditor 4 reached its End of Life (EOL) in June 2023. From then on, it will receive no more updates, new features, bug fixes, and security patches. Visit CKEditor 5 Docs for the actively supported CKEditor or check Extended Support Model.
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