CKEDITOR.ui.menuButton
Filtering
Methods
-
Creates a button class instance.
Parameters
definition : ObjectThe button definition.
Returns
button
-
Gets the button state.
Returns
NumberThe button state. One of CKEDITOR.TRISTATE_ON, CKEDITOR.TRISTATE_OFF, or CKEDITOR.TRISTATE_DISABLED.
-
Renders the button.
Parameters
editor : editorThe editor instance which this button is to be used by.
output : ArrayThe output array to which the HTML code related to this button should be appended.
-
Sets the button state.
Parameters
state : NumberIndicates the button state. One of CKEDITOR.TRISTATE_ON, CKEDITOR.TRISTATE_OFF, or CKEDITOR.TRISTATE_DISABLED.
-
Returns this button's CKEDITOR.feature instance.
It may be this button instance if it has at least one of
allowedContentandrequiredContentproperties. Otherwise, if a command is bound to this button by thecommandproperty, then that command will be returned.This method implements the CKEDITOR.feature.toFeature interface method.
Parameters
Editor : editorinstance.
Returns
featureThe feature.