|
MoreMotion Face API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object | +--GhostForm
Represents a Form that is created on the air and is used to submit only the parameters which are really required on the server.
Defined in Common.js
| Field Summary | |
Object |
form
|
| Constructor Summary | |
GhostForm(form)
|
|
| Method Summary | |
Object
|
add(name, value)
Creates a new hidden input with the given name and the value and appends to this form |
void
|
addObject(o)
Adds the properties in the given property object to this form |
Object
|
push(name, value)
Creates a new hidden input with the given name and the value and inserts into this form at the top. |
void
|
submit(method)
Submits the form |
| Field Detail |
Object form
| Constructor Detail |
GhostForm(form)
form - The form object that this Ghost form is based on. The form attributes (action, target and method) are copied from this form object.
| Method Detail |
Object add(name, value)
void addObject(o)
Object push(name, value)
void submit(method)
|
MoreMotion Face API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||