ScriptHelper RegisterSaveShortcut T  Method (T, String, String)Kentico 8.0 API Reference
Registers a control which when invoked via keyboard shortcut saves the document.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

saveControl
Type: T
A control which when invoked saves the document
argument
Type: OnlineSystem String
A string of optional arguments to pass to the control that processes the postback
customScript
Type: OnlineSystem String
Custom java-script to execute
See Also