Choose your database:
AnySQL
MySQL
MS SQL Server
PostgreSQL
SQLite
Firebird
Oracle
SQL Anywhere
DB2
MaxDB

Subscribe to our news:
Partners

DB2 PHP Generator online Help

Prev Return to chapter overview Next

setVisible

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