Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Work Tasks

Tree

  • Last UpdatedJun 25, 2024
  • 1 minute read

Use scripts to set and get values for the properties of the Tree control.

Basic

Property

Scripting Supported

Example

Name

Yes

Writable

Readable

To set the property

control.findById("ID").tagName = "Value for Name";

To get the value of the property

control.findById("ID").tagName;

XML Node

Yes

Readable

To get the value of the property

control.findById("ID").xmlNodeBoundTo;

Description

No

Not Applicable

Tooltip

No

Not Applicable

Data Source

No

Not Applicable

Node ID Column

No

Not Applicable

Node Parent Column

No

Not Applicable

Node Label Column

No

Not Applicable

Appearance

Property

Scripting Supported

Script

Visible

Yes

Writable

Readable

To set the property

control.findById("ID").visible = true;

To get the value of the property

control.findById("ID").visible;

Label Position

No

Not Applicable

Label-Control Area

No

Not Applicable

Retain Space

No

Not Applicable

Custom Style Sheet Identifier

No

Not Applicable

Expand Nodes

No

Not Applicable

Advanced

Property

Scripting Supported

Example

On Data Bound

Yes

For more information, see scripting guidelines for On Data Bound property.

On Selection Change

Yes

For more information, see scripting guidelines for On Selection Change property.

On Check Change

Yes

For more information, see scripting guidelines for On Check Change property.

ID

No

Not Applicable

Checkbox Behavior

No

Not Applicable

Node Checked Column

No

Not Applicable

Inherit Checked State

No

Not Applicable

Scripts

Property

Scripting Supported

Example

Name

No

Not Applicable

Description

No

Not Applicable

Visible

No

Not Applicable

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in