Click or drag to resize

JavaScriptFunctionAction Class

Inheritance Hierarchy
SystemObject
  Dynamicweb.Core.UI.ActionsAction
    Dynamicweb.Management.ActionsJavaScriptFunctionAction
      More...

Namespace:  Dynamicweb.Management.Actions
Assembly:  Dynamicweb.Management (in Dynamicweb.Management.dll) Version: 4.0.2
Syntax
public class JavaScriptFunctionAction : Action

The JavaScriptFunctionAction type exposes the following members.

Constructors
  NameDescription
Public methodJavaScriptFunctionAction
Initializes a new instance of the JavaScriptFunctionAction class
Top
Properties
  NameDescription
Public propertyContext
The javascript context for function execution, if context is null the current window used
Public propertyEnabled (Inherited from Action.)
Public propertyFunction
The name of javascript function in the context or anonimouse js function in format (function(p1, p2, p2) { ... }), the "(,)" is important
Public propertyIcon (Inherited from Action.)
Public propertyIconColor (Inherited from Action.)
Public propertyId (Inherited from Action.)
Public propertyName (Inherited from Action.)
Public propertyTitle (Inherited from Action.)
Top
Methods
  NameDescription
Public methodToJson (Inherited from Action.)
Public methodToString (Inherited from Action.)
Top
See Also
Inheritance Hierarchy