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

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