Name

LzKeyboardKernel (dhtml)

Synopsis

JavaScript: LzKeyboardKernel
Type: Object
Access: private
Runtimes: dhtml
Topic: Kernel.DHTML
Declared in: WEB-INF/lps/lfc/kernel/dhtml/LzKeyboardKernel.js

Description

LzKeyboardKernel.js

Details

Static Properties (5)

__callback (dhtml)
static public var __callback = null;
__cancelKeys (dhtml)
static public var __cancelKeys = true;
__downKeysHash (dhtml)
static public var __downKeysHash = { ... };
__mousewheelcallback (dhtml)
static public var __mousewheelcallback = null;
__scope (dhtml)
static public var __scope = null;

Static Methods (3)

__keyboardEvent() (dhtml)
static public function __keyboardEvent(e);
__mousewheelEvent() (dhtml)
static public function __mousewheelEvent(e);
setCallback() (dhtml)
static public function setCallback(scope, keyboardcallback, mousewheelcallback);

JavaScript Synopsis

private var LzKeyboardKernel = { ... };