Skip to main content
1-Visitor
November 4, 2020
Solved

Expand Attribute

  • November 4, 2020
  • 2 replies
  • 1268 views

What keywords can go inside the expand input variable? 

I know its navigation related but I cant seem to find any documentation that tells me exactly what values are allowed.

Best answer by c_lowy

I am not exactly sure about the nature of your use case, but if you are talking about the Expand and Collapse input parameters of Containers or Dynamic Panels, these can be triggered by Events. Any Event should work : Button Clicked, SelectionChanged, ServiceInvokeComplete...

Make sure to check the "EnableExpandCollapse" checkbox in the Container of Dynamic Panel's properties to allow this functionality to work.

2 replies

c_lowy16-PearlAnswer
16-Pearl
November 6, 2020

I am not exactly sure about the nature of your use case, but if you are talking about the Expand and Collapse input parameters of Containers or Dynamic Panels, these can be triggered by Events. Any Event should work : Button Clicked, SelectionChanged, ServiceInvokeComplete...

Make sure to check the "EnableExpandCollapse" checkbox in the Container of Dynamic Panel's properties to allow this functionality to work.

Support
November 16, 2020

Hi @NTailor.

 

If you feel the previous response answered your question, please mark it as the Accepted Solution for the benefit of others with the same question.

 

Regards.

 

--Sharon