Click or drag to resize
ScriptHelperRegisterJQueryUI Method
Ensures registration of jQuery UI JavaScript library.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.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