Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Hide & show component
#1
Hide component:This sdk method is used to hide particular component with respect to click on a label.

* Method : sdk.hideComponent("bar_1")
  Argument:Component_id as string(used to hide single component)

* Method : sdk.hideComponent("bar_1","column_2")
   Argument:Component_id as string(used to hide multiple component)


Show component:This sdk method is used to show particular component with respect to click on a label.

* Method :  sdk.showComponent("bar_1")
   Argument:Component_id as string(used to show single component)

* Method : sdk.showComponent("bar_1","column_2")
   Argument:Component_id as string(used to show multiple component)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)