Code Index | File Index

Namespaces

Classes


Class CKEDITOR.keystrokeHandler


Defined in: plugins/keystrokes/plugin.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Controls keystrokes typing in an editor instance.
Field Summary
Field Attributes Field Name and Description
 
List of keystrokes that should be blocked if not defined at keystrokes.
 
List of keystrokes associated to commands.
Method Summary
Method Attributes Method Name and Description
 
attach(domObject)
Attaches this keystroke handle to a DOM object.
Class Detail
CKEDITOR.keystrokeHandler(editor)
Since: 3.0
Controls keystrokes typing in an editor instance.
Parameters:
{CKEDITOR.editor} editor
The editor instance.
Field Detail
{Object} blockedKeystrokes
Since: 3.0
List of keystrokes that should be blocked if not defined at keystrokes. In this way it is possible to block the default browser behavior for those keystrokes.

{Object} keystrokes
Since: 3.0
List of keystrokes associated to commands. Each entry points to the command to be executed.
Method Detail
{Undefined} attach(domObject)
Since: 3.0
Attaches this keystroke handle to a DOM object. Keystrokes typed * over this object will get handled by this keystrokeHandler.
Parameters:
{CKEDITOR.dom.domObject} domObject
The DOM object to attach to.

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