Forums

Full Version: Toggle Components
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Script for Toggle Components:
*  Click on the component("TileAB") will toggle these sets of components which are written in arrays.
 
sdk.toggleComponents(["label1", "gauge2", "area3", "datagrid4"], ["label5", "gauge6", "area7", "datagrid8"], "TileAB");

Arguments : An array of first set of components, An array of second set of components, uniqe-key to toggle these sets of components