Code Index | File Index

Namespaces

Classes


Class CKEDITOR.ui.dialog.html


Extends CKEDITOR.ui.dialog.uiElement.
Defined in: plugins/dialogui/plugin.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
CKEDITOR.ui.dialog.html(dialog, elementDefinition, htmlList)
A dialog element made from raw HTML code.
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.html(dialog, elementDefinition, htmlList)
Since: 3.0
A dialog element made from raw HTML code.
Parameters:
{CKEDITOR.dialog} dialog
Parent dialog object.
{CKEDITOR.dialog.definition.uiElement} 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.

Copyright © 2003-2010, CKSource - Frederico Knabben. All rights reserved.