SearchFormOptions Properties
The SearchFormOptions type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
|
|
CompleteOnSuccess |
Closes or disables the form after a successful server operation.
(Inherited from FormOptions.) |
|
|
Confirm |
Gets or sets (Inherited from FormOptions.)Field Valuethe text in the confirm prompt. Leave to null if no confirmation of submission is expected. |
|
|
LoadingElementId |
Gets or sets (Inherited from FormOptions.)Field ValueId of the element that is made visible while the results are loading. |
|
|
OfflineSupport |
Not applicable. Search forms do not support this functionality.
|
|
|
ResetOnSuccess |
Resets the form into its initial state after a successful server operation.
(Inherited from FormOptions.) |
|
|
ResultContainerId |
Gets or sets
Field ValueId of the element that should be made visible when the results are available. |
|
|
UpdateTargetId |
Gets or sets
Field ValueId of the element into which the results are updated. ResultContainerId should be an ancestor of this element. |
|
|
Url |
Gets or sets (Inherited from FormOptions.)Field Valuethe value of the form action URI. |
|
|
Wrap |
Wrap serialized form data into a single object. The default is true. (Inherited from FormOptions.) |

