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, registerEvents, selectParentTab, setValue
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.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.

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