FormOptions Properties
The FormOptions type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
|
|
CompleteOnSuccess |
Closes or disables the form after a successful server operation.
|
|
|
Confirm |
Gets or sets
Field Valuethe text in the confirm prompt. Leave to null if no confirmation of submission is expected. |
|
|
LoadingElementId |
Gets or sets
Field ValueId of the element that is made visible while the results are loading. |
|
|
OfflineSupport |
Enables automatic queueing of server requests when the network is not available.
|
|
|
ResetOnSuccess |
Resets the form into its initial state after a successful server operation.
|
|
|
Url | Obsolete. Gets or sets Field Valuethe value of the form action URI. |
|
|
Wrap |
Wrap serialized form data into a single object. The default is true.
|

