3 Adding Script to a Viewsheet
There are three levels at which you can attach script in a Viewsheet:
1. Property level: Attach script as a property expression to dynamically modify property values (e.g., visibility, color, etc.) of the host component. See Adding Property Script (Expressions).
2. Component level: Attach script to an individual component (Chart, Gauge, etc.) to modify component properties, including properties that cannot be set by an expression, or to implement other logic. See Adding Component Script.
3. Viewsheet level: Attach script in one of two global domains, the onInit Handler or the onLoad Handler. See Adding Viewsheet Script for more information.
| << 2.7 Debugging a Viewsheet Script | © 1996-2013 InetSoft Technology Corporation (v11.5) | 3.1 Script Evaluation Order >> |