Class CKFinder.ui.dialog.vbox
Extends
CKFinder.ui.dialog.hbox.
Constructor Attributes | Constructor Name and Description |
---|---|
CKFinder.ui.dialog.vbox(dialog, childObjList, childHtmlList, htmlList, elementDefinition)
Vertical layout box for dialog UI elements.
|
- Methods borrowed from class CKFinder.ui.dialog.hbox:
- getChild
- Methods borrowed from class CKFinder.ui.dialog.uiElement:
- disable, enable, focus, getDialog, getElement, getInputElement, getValue, isChanged, isEnabled, isVisible, selectParentTab, setValue
Class Detail
CKFinder.ui.dialog.vbox(dialog, childObjList, childHtmlList, htmlList, elementDefinition)
Since:
2.0
Vertical layout box for dialog UI elements.
Note: the whole CKFinder.ui.dialog namespace is not directly accessible (CKFinder.ui.dialog is undefined).
Instances of this class are created by CKFinder when dialog is created.
To add a vertical box to a dialog, check CKFinder.dialog.definition.vbox.
Instances of this class are created by CKFinder when dialog is created.
- Parameters:
- {CKFinder.dialog} dialog
- Parent dialog object.
- {Array} childObjList
- Array of CKFinder.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.
- {CKFinder.dialog.uiElementDefinition} 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.