Class CKEDITOR.ui.dialog.fileButton
Extends
CKEDITOR.ui.dialog.button.
Defined in: plugins/dialogui/plugin.js.
Constructor Attributes | Constructor Name and Description |
---|---|
CKEDITOR.ui.dialog.fileButton(dialog, elementDefinition, htmlList)
A button for submitting the file in a file upload input.
|
- Fields borrowed from class CKEDITOR.ui.dialog.button:
- eventProcessors
- Methods borrowed from class CKEDITOR.ui.dialog.button:
- accessKeyDown, accessKeyUp, click, disable, enable
- Methods borrowed from class CKEDITOR.ui.dialog.uiElement:
- focus, getDialog, getElement, getInputElement, getValue, isChanged, registerEvents, selectParentTab, setValue
Class Detail
CKEDITOR.ui.dialog.fileButton(dialog, elementDefinition, htmlList)
Since:
3.0
A button for submitting the file in a file upload input.
- Parameters:
- {CKEDITOR.dialog} dialog
- Parent dialog object.
- {CKEDITOR.dialog.uiElementDefinition} elementDefinition
- The element definition. Accepted fields:
- for (Required) The file input's page and element Id to associate to, in a 2-item array format: [ 'page_id', 'element_id' ].
- validate (Optional) The validation function.
- {Array} htmlList
- List of HTML code to output to.