|
PHP2Go Javascript Framework | |||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
This file contains the basic form API of this framework.
The form singleton contains utility functions to deal with
forms and form fields. The Field class hierarchy encapsulates
tasks of getting/setting/clearing value, disabling/enabling,
requiring focus or serializing based on the field type
| Class Summary | |
| CheckboxController | |
| ComponentField | |
| Field | |
| FieldSelection | |
| Form | |
| GroupField | |
| InputField | |
| InputSelectorField | |
| SelectField | |
| Method Summary | |
static Object
|
$F(<Object> elm)
Utility function to build a Field object from a given form input element |
static Field
|
$FF(<Object> form, <String> field)
Utility function to retrieve a Field object from a form name or reference and a field name |
static Object
|
$V(<Object> form, <String> field)
Shortcut function to read the value of a field |
|
PHP2Go Javascript Framework | |||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||