Class CKEDITOR.ui.dialog.fieldset
Extends
CKEDITOR.ui.dialog.uiElement.
Defined in: plugins/dialogui/plugin.js.
Constructor Attributes | Constructor Name and Description |
---|---|
CKEDITOR.ui.dialog.fieldset(dialog, childObjList, childHtmlList, htmlList, elementDefinition)
Form fieldset for grouping dialog UI elements.
|
- 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.fieldset(dialog, childObjList, childHtmlList, htmlList, elementDefinition)
Since:
3.0
Form fieldset for grouping dialog UI elements.
NO EXAMPLE AVAILABLE
- Parameters:
- {CKEDITOR.dialog} dialog
- Parent dialog object.
- {Array} childObjList
- Array of CKEDITOR.ui.dialog.uiElement objects inside this container.
- {Array} childHtmlList
- Array of HTML code that correspond to the HTML output of all the objects in childObjList.
- {Array} htmlList
- Array of HTML code that this element will output to.
- {CKEDITOR.dialog.definition.uiElement} elementDefinition
- The element definition. Accepted fields:
- label (Optional) The legend of the this fieldset.
- children (Required) An array of dialog field definitions which will be grouped inside this fieldset.