|
MoreMotion Face API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object | +--SubmitProcessFormProps
Defined in AjaxProps.js
| Field Summary | |
String |
beforeSubmitFunc
The name of the javascript function to be called before the request is submitted. |
String, Object |
busyImage
The id or the object itself of an Image element to be displayed until a response is received from the server and processed. |
Function |
callbackFunc
The Javascript function to be called after the refresh action is completed. |
String |
commandName
The name of the ProcessCommand |
String |
confirmMessage
The confirmation message text to be prompted to the user. |
Function |
errorHandler
The function to be called when an error occurs during the execution of RefreshOptions The function receives Exception and AjaxResponse objects as the parameters. |
String |
formName
The name of the ProcessForm |
String |
method
The submit method. |
HTMLElement |
originNode
The handle of the DOM Node that originates this request. |
Object |
requestParams
The request parameters. |
String |
requiredBlocks
The names of the blocks (separated with commas) to be validated before submitting the form. |
Object |
userData
The user properties object to store user data. |
String |
validateInput
Flag that denotes that Field validations should be performed or not. |
| Constructor Summary | |
SubmitProcessFormProps()
|
|
| Field Detail |
String beforeSubmitFunc
String, Object busyImage
Function callbackFunc
String commandName
String confirmMessage
Function errorHandler
String formName
String method
HTMLElement originNode
mo:pageInfo attribute.
Object requestParams
'p1=p1val&p2=p2val' form
or a properties object in {p1:'p1val',p2:this.value} form
String requiredBlocks
Object userData
String validateInput
| Constructor Detail |
SubmitProcessFormProps()
|
MoreMotion Face API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||