Classes
| Class | Description | |
|---|---|---|
| HtmlTextAreaScript |
A container for ScriptDefinition objects and parameter values for working with JavaScript scripts in HtmlTextAreas.
This is a convenience class for use solely with the API.
| |
| HtmlTextAreaScriptCollection |
A collection of scripts in a HtmlTextArea.
| |
| ScriptDefinition |
Represents a script and some metadata such as the language and formal parameters.
| |
| ScriptLanguage |
Represents a script language and version.
| |
| ScriptManager |
Manages the scripts in a document. There is one instance of the ScriptManager in each document and
it is owned by the Document.
| |
| ScriptManagerPropertyNames |
Contains property name constants for the public properties of ScriptManager.
| |
| ScriptParameter |
Represents a formal parameter that a script expects when it executes.
| |
| ScriptParameterCollection |
Represents the parameters that a script expects when it executes.
These are the formal parameters of the script.
| |
| ScriptParameterType |
Represents the type of a formal script parameter.
|