Dynamically Collapsing UIBB in OVP Application

FPM provides the option to dynamically collapse or expand the embedded UIBB with rendering type as with Panel. The below post, we have to form UIBBs in an OVP application. Both UIBB have rendering type set as with panel. The second UIBB should be in collapse mode when fpm application is launched or it can be collapsed when collapse button is clicked. 

12

The ovp application with two form UIBB configurations. Each UIBB having rendering type set as With Panel

34

To dynamically collapse the UIBB we have application controller class.

5678

Here in this method, we read all the uibb’s of the page and set the collapse property to true for the second uibb.

9

Test the application. 

1011



 

Leave a Reply