Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3760
client side set_visible(false) ?
posted

In javascript I can set:

group.set_enabled(

 

 

true);

but there is no equivalent group.set_visible(false) to hide the group.

Is there any way to do this?

P.S. There is a get_visible but no set_visible.