Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Toggle Components
#1
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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)