|
MoreMotion Face API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object | +--RefreshFieldsProps
Defined in AjaxProps.js
| Field Summary | |
String |
actionName
The name of the actionParams configuration element in the MoreMotion AF configuration |
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 |
dataNodes
The names of the Data Nodes existing in the result record to take the values for the target elements. |
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 |
method
The submit method. |
HTMLElement |
originNode
The handle of the DOM Node that originates this request. |
Object |
requestParams
The request parameters. |
String |
targetElementAttrs
A String that contains the names of the attributes of the target elements, separated with commas, to set. |
String or HTMLElement[] or ProcessField[] |
targetElements
Target HTML elements or Process Fields to refresh. |
Object |
userData
The user properties object to store user data. |
| Constructor Summary | |
RefreshFieldsProps()
|
|
| Field Detail |
String actionName
actionParams configuration element in the MoreMotion AF configuration
String, Object busyImage
Function callbackFunc
String dataNodes
NAME/ID,STOCK,PRICE
Function errorHandler
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 targetElementAttrs
String or HTMLElement[] or ProcessField[] targetElements
Object userData
| Constructor Detail |
RefreshFieldsProps()
|
MoreMotion Face API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||