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

Subscribe to our news:
Partners
Testimonials
Charles Phillips: "I very much like the program and all of its functionality! Would be happy to give you an endorsement or recommend it to others - saves me a ton of time".
Mike Little: "Great product, thank you for your great work and sharing".

More

Add your opinion

PHP Generator for MySQL online Help

Prev Return to chapter overview Next

getState

Returns the current state of a control.

 

Signature:

function getRequired()

 

Returning value:

One of the following strings: 'normal', 'warning', 'error', or 'success'.

 

Example:

var editorState = editors['team'].getState();

 

See also: setState



Prev Return to chapter overview Next