Click or drag to resize
ScriptHelperRegisterScriptaculous Method
Ensures registration of Scriptaculous (script.aculo.us) JavaScript library.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 10.0.0
Syntax
C#
public static void RegisterScriptaculous(
	Page page,
	string plugins
)

Parameters

page
Type: System.Web.UIPage
Page to register
plugins
Type: SystemString
Comma-separated values of plugin names. The scripts that can be specified are: builder, effects, dragdrop, controls, slider
See Also