Firebird PHP Generator online Help
Prev | Return to chapter overview | Next |
getPlaceholder
Returns the value specifying whether the control has a placeholder.
Signature:
function getPlaceholder()
Example:
var placeholder = editors['user_name'].getPlaceholder();
See also: setPlaceholder
Prev | Return to chapter overview | Next |