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

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
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