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

AVEVA™ Work Tasks

control​.updateLevel3ToggleDisplay()

  • Last UpdatedJun 25, 2024
  • 1 minute read

Use control.updateLevel3ToggleDisplay() to update toggle values for a hierarchical list at the third level.

Syntax

control.updateLevel3ToggleDisplay(enable, visible);

Parameters

Parameter

Description

enable

Enable or disable the slide-toggle.

  • Set true to enable the slide toggle.

  • Set false to disable the slide-toggle.

visible

Show or hide the slide-toggle.

  • Set true to show the slide toggle.

  • Set false to hide the slide-toggle.

Return Value

None.

Example

//Enable and show the slide-toggle for hierarchical list at the third level.

control.findByXmlNode("Hierarchicallist1").updateLevel3ToggleDisplay(true,true);

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