PostgreSQL PHP Generator online Help
Prev | Return to chapter overview | Next |
getRequired

Returns the value specifying whether the control is required.
Signature:
function getRequired()
Example:
var editorState = editors['team'].getRequired();
See also: setRequired
Prev | Return to chapter overview | Next |