The EPiServer.ClientScript namespace contains an implementation of a custom client-script manager with cross-browser support.
Classes
| Class | Description | |
|---|---|---|
| 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
|
Structures
| Structure | Description | |
|---|---|---|
| ScriptManager..::.ObjectSettingPair |
A client side setting containing a setting name and a setting value
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| EventType |
Client-side events which the ScriptManager can attach listeners for
|