Click or drag to resize
ScriptHelperRegisterJQueryUILayout Method
Registers jQuery UI layout library.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static void RegisterJQueryUILayout(
	Page page,
	bool withStyles,
	bool withCMSStyles,
	bool withCallbacks
)

Parameters

page
Type: System.Web.UIPage
Page to register
withStyles
Type: SystemBoolean
Whether to include default styles
withCMSStyles
Type: SystemBoolean
Whether to include default styles or default CMS styles
withCallbacks
Type: SystemBoolean
Whether to register layout callbacks
See Also