Class JavaScriptAction
Represents java script action.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Fixed.Model.Actions
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class JavaScriptAction : Action
Constructors
JavaScriptAction()
JavaScriptAction(String)
Initializes a new instance of the JavaScriptAction class.
Declaration
public JavaScriptAction(string script)
Parameters
System.String
script
The script for the action. |
Properties
Script
Gets or sets the script.
Declaration
public string Script { get; set; }
Property Value
System.String
|