Class Index

Classes


Class $.wijmo.wijspread.KeyMap

Class Summary
Constructor Attributes Constructor Name and Description
 
$.wijmo.wijspread.KeyMap(key, ctrl, shift, alt, action)
Represents a key map which maps a key event to a Spread action.
Class Detail
$.wijmo.wijspread.KeyMap(key, ctrl, shift, alt, action)
Represents a key map which maps a key event to a Spread action.
Parameters:
{number} key
The key code.
{boolean} ctrl
Whether the Ctrl key is pressed.
{boolean} shift
Whether the Shift key is pressed.
{boolean} alt
Whether the Alt key is pressed.
{function} action
The function to be invoked.

©2013. ComponentOne, a division of GrapeCity. All Rights Reserved.