New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
shortcutName
shortcutString
shortcutName
evt
shortcutName
shortcutName
shortcutString
Telerik.Web.UI.EditorShortCutManager
Inheritance Hierarchy
Methods
addShortCut
Adds a shortcut from collection.
Parameters
shortcutName String
Name of the shortcut
shortcutString String
The key combination of the shortcut
Returns
None
findShortCutByName
Returns the ShortCut instance found by its name.
Parameters
shortcutName String
The DOM event.
Returns
Telerik.Web.UI.EditorShortCut
isShortCutHit
Indicates whether a shortcut is hit.
Parameters
evt Object
The DOM event.
Returns
Boolean
removeShortCut
Removes a shortcut from collection.
Parameters
shortcutName String
Name of the the shortcut
Returns
None
setShortCut
Edits an existing ShortCut.
Parameters
shortcutName String
Name of the shortcut
shortcutString String
The key combination of the shortcut
Returns
None