Skip to main content
17-Peridot
July 27, 2021
Question

visible property

  • July 27, 2021
  • 1 reply
  • 1037 views

1. How can we have same footer in multiple mashups??

2. And how can I make a container invisible when I click one button & visible when i click another button? I didnt find visible property for container widget.

3. How to control "checkbox" of widgets using expression or something else!!

1 reply

22-Sapphire I
July 27, 2021

1. How can we have same footer in multiple mashups??

     You can use a Master Mashup or Embed a Mashup in a Mashup

2. And how can I make a container invisible when I click one button & visible when i click another button? I didnt find visible property for container widget.

     I don't think that is possible for a container, you can I think collapse and expand it.

3. How to control "checkbox" of widgets using expression or something else!!

     If they are bindable, you can use an expression or a service or another widget and bind the value to it for control

17-Peridot
August 4, 2021

how collapsing and expanding is possible through service/functions? You telling about Flex height of Grow Container and Shrink container?