Hi,
Is there any way of hiding a button group? I have tried sc_btn_display(“group_2”,“off”); but that does not work
Now, you can only hide the ones that make up the group but not the header group, although they give you the name “group_2”. Let’s see if they fix it.
Cheers
use CSS to hide it
display: none;
in onChange event:
with echo and script #sc_btgp_btn_group_2_t {display: none}
No work
use ECHO with STYLE and !IMPORTANT
#sc_btgp_btn_group_1_top {display: none !important;}
OK it works, thanks.
However it should be implemented with sc_btn_display, don’t you think ?. When you create a group button the system proposes a button name (group_2 in my case), why not use it in sc_btn_display?
Thanks again
in onLoad OK in onChange which is where I need it, it does it but the output window of the echo comes out, if I close it it shows the button again