Class CKFinder.ui.dialog.html
Extends
CKFinder.ui.dialog.uiElement.
Constructor Attributes | Constructor Name and Description |
---|---|
CKFinder.ui.dialog.html(dialog, elementDefinition, htmlList)
A dialog element made from raw HTML code.
|
- 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.html(dialog, elementDefinition, htmlList)
Since:
2.0
A dialog element made from raw HTML code.
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 html content to a dialog, check CKFinder.dialog.definition.html.
Instances of this class are created by CKFinder when dialog is created.
- Parameters:
- {CKFinder.dialog} dialog
- Parent dialog object.
- {CKFinder.dialog.uiElementDefinition} 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.