Class CKEDITOR.ui.dialog.html
Extends
CKEDITOR.ui.dialog.uiElement.
Defined in: plugins/dialogui/plugin.js.
Constructor Attributes | Constructor Name and Description |
---|---|
CKEDITOR.ui.dialog.html(dialog, elementDefinition, htmlList)
A dialog element made from raw HTML code.
|
- Fields borrowed from class CKEDITOR.ui.dialog.uiElement:
- eventProcessors
- Methods borrowed from class CKEDITOR.ui.dialog.uiElement:
- accessKeyDown, accessKeyUp, disable, enable, focus, getDialog, getElement, getInputElement, getValue, isChanged, isEnabled, isFocusable, isVisible, registerEvents, selectParentTab, setValue
- Events borrowed from class CKEDITOR.ui.dialog.uiElement:
- change
Class Detail
CKEDITOR.ui.dialog.html(dialog, elementDefinition, htmlList)
Since:
3.0
A dialog element made from raw HTML code.
- Parameters:
- {CKEDITOR.dialog} dialog
- Parent dialog object.
- {CKEDITOR.dialog.definition.uiElement} elementDefinition
- Element definition.
Accepted fields:
- html (Required) HTML code of this element.
- {Array} htmlList
- List of HTML code to be added to the dialog's content area.