Click or drag to resize
ScriptHelperRegisterJQueryUI Method
Ensures registration of jQuery UI JavaScript 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 RegisterJQueryUI(
	Page page,
	bool withStyles = true
)

Parameters

page
Type: System.Web.UIPage
Page to register
withStyles (Optional)
Type: SystemBoolean
Whether to register also UI CSS
See Also