Click or drag to resize

JavaScriptFunctionAction Properties

The JavaScriptFunctionAction type exposes the following members.

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
See Also