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

AVEVA™ Work Tasks

control​.updateLevel2SelectItem()

  • Last UpdatedJun 25, 2024
  • 1 minute read

Use control.updateLevel2SelectItem() method to select records in a hierarchical list at the second level.

Syntax

control.updateLevel2SelectItem(object);

Parameters

Parameter

Description

object

Item to update.

Return Value

None.

Example

// Select each of the sibling and enable slide-toggle.

for (var i=0; i<selectItem.siblings.toggle.length; i++)

{

selectItem.siblings.toggle[i].level2ToggleEnable = true;

}

control.updateLevel2SelectItem(object);

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