Code Index | File Index

Namespaces

Classes


Class CKEDITOR.dom.window


Extends CKEDITOR.dom.domObject.

Defined in: core/dom/window.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
CKEDITOR.dom.window(domWindow)
Represents a DOM window.
Fields borrowed from class CKEDITOR.dom.domObject:
$
Method Summary
Method Attributes Method Name and Description
 
Moves the selection focus to this window.
Methods borrowed from class CKEDITOR.dom.domObject:
equals, getCustomData, setCustomData
Methods borrowed from class CKEDITOR.event:
fire, fireOnce, hasListeners, implementOn, on, removeListener
Class Detail
CKEDITOR.dom.window(domWindow)
Since: 3.0
Represents a DOM window.
var document = new CKEDITOR.dom.window( window );
Parameters:
{Object} domWindow
A native DOM window.
Method Detail
{Undefined} focus()
Since: 3.0
Moves the selection focus to this window.
var win = new CKEDITOR.dom.window( window );
win.focus();

Documentation generated by JsDoc Toolkit