MS SQL PHP Generator online Help
Prev | Return to chapter overview | Next |
setVisible
![](/i/tour-under-title.gif)
Sets a value specifying whether the control is visible. An invisible element stays in its original position and size.
Signature:
function setVisible([true|false])
Example:
editors['team'].setVisible(true);
See also: getVisible
Prev | Return to chapter overview | Next |