Click or drag to resize
ScriptHelperRegisterSaveShortcut Method (Page, String)
Registers a script which when invoked via keyboard shortcut saves the document.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static void RegisterSaveShortcut(
	Page page,
	string script
)

Parameters

page
Type: System.Web.UIPage
A page that registers the shortcut
script
Type: SystemString
A script which is run when shortcut is used
See Also