Hi, i have a formitem in a form with 2 column that needs to be shown/hidden under certain circumstances. (yeah the other thread i created with an iffunction)
Problem is that the other form items below it jump around when it is hidden. I have solved it in static cases by setting the colspan of the formitem next to it to 2 or 1 depending on whether it's showing, but it's not possible with a showiffunction - i would need a "setcolspanIfFunction" :).
Is there some way for me to either
a) have the formitem always take up the same space whether or not its hidden or
b) have some listener like a showIfFunction but basically just listen for changes on another item? There is the changedlistener on a formitem but it only works on user interactions.
Problem is that the other form items below it jump around when it is hidden. I have solved it in static cases by setting the colspan of the formitem next to it to 2 or 1 depending on whether it's showing, but it's not possible with a showiffunction - i would need a "setcolspanIfFunction" :).
Is there some way for me to either
a) have the formitem always take up the same space whether or not its hidden or
b) have some listener like a showIfFunction but basically just listen for changes on another item? There is the changedlistener on a formitem but it only works on user interactions.
Comment