|
PHP2Go Javascript Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object
|
+--Field
|
+--InputField
Defined in form.js
| Fields inherited from class Field |
fld, id, name, label, type
|
| Constructor Summary | |
InputField
(<Object> fld)
This class extends the basic Field class and it's used in text form inputs: text, password and textarea |
|
| Method Summary | |
Object
|
getSelection()
Retrieve information about the field's selection |
void
|
isEmpty()
Verify if the trimmed value of the field is empty |
| Methods inherited from class Field |
getFormElement, getMask, getValue, setValue, clear, enable, disable, setDisabled, focus, beforeFocus, serialize
|
| Constructor Detail |
InputField(<Object> fld)
fld - Field object
| Method Detail |
Object getSelection()
void isEmpty()
|
PHP2Go Javascript Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||