Need to make a widget visible/invisible from different buttons
Hi,
I can not make a given widget be hidden clicking on a button and shown clicking on another.
The issue is that the widget visible property can be linked to only one service.
So i tried to create a javascript program
var params = {
visible: false /* BOOLEAN */
};
var result = me.OkButton_visible(params);
But it does not modify anything.
Can someone share with me the right way to do that?
Cheers
Bruno

