London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Namespace EPiServer.ClientScript

Classes

ClientScriptUtility

Contains common helper methods for client script generation

ScriptManager

The ScriptManager class is a handler for client side scripts and settings for DOM objects.

ScriptManager.NodeKeyDictionary

Dictionary with the base node object as key and a list of ObjectPair as value

ScriptManager.ObjectSettingList

A list of node property names and property values

ScriptManager.SettingsDictionary

Main script settings dictionary containing instances of NodeKeyDictionary

Structs

ScriptManager.ObjectSettingPair

A client side setting containing a setting name and a setting value

Interfaces

ISupportsScriptManager

Determines if a HTTP handler supports the ScriptManager, implemented for example by PageBase.

Enums

EventType

Client-side events which the ScriptManager can attach listeners for