Class CKEDITOR.ui.dialog.vbox
Extends
CKEDITOR.ui.dialog.hbox.
Defined in: plugins/dialog/plugin.js.
Constructor Attributes | Constructor Name and Description |
---|---|
CKEDITOR.ui.dialog.vbox(dialog, childObjList, childHtmlList, htmlList, elementDefinition)
Vertical layout box for dialog UI elements.
|
- Fields borrowed from class CKEDITOR.ui.dialog.uiElement:
- eventProcessors
- Methods borrowed from class CKEDITOR.ui.dialog.hbox:
- getChild
- 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.vbox(dialog, childObjList, childHtmlList, htmlList, elementDefinition)
Since:
3.0
Vertical layout box for dialog UI elements.
- 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:
- width (Optional) The width of the layout.
- heights (Optional) The heights of individual cells.
- align (Optional) The alignment of the layout.
- padding (Optional) The padding width inside child cells.
- expand (Optional) Whether the layout should expand vertically to fill its container.