set Control Visible?
I am trying a button. I need to show or hide it dynamicly. I tried
button.setControlVisible(false);
button.refresh();
and
button.setStyle("visibility", "hidden");
button.refresh();
They all don't work. What did I miss?
Thanks,
button.setControlVisible(false);
button.refresh();
and
button.setStyle("visibility", "hidden");
button.refresh();
They all don't work. What did I miss?
Thanks,
mrhsh
May 7,