Suoranta.WebApp.Types Namespace
Suoranta.WebApp - Developer API

SearchFormOptions Properties

The SearchFormOptions type exposes the following members.

Properties


  Name Description
Public property CompleteOnSuccess
Closes or disables the form after a successful server operation.
(Inherited from FormOptions.)
Public property Confirm
Gets or sets

Field Value

the text in the confirm prompt. Leave to null if no confirmation of submission is expected.
(Inherited from FormOptions.)
Public property LoadingElementId
Gets or sets

Field Value

Id of the element that is made visible while the results are loading.
(Inherited from FormOptions.)
Public property OfflineSupport
Not applicable. Search forms do not support this functionality.
Public property ResetOnSuccess
Resets the form into its initial state after a successful server operation.
(Inherited from FormOptions.)
Public property ResultContainerId
Gets or sets

Field Value

Id of the element that should be made visible when the results are available.
Public property UpdateTargetId
Gets or sets

Field Value

Id of the element into which the results are updated. ResultContainerId should be an ancestor of this element.
Public property Url
Gets or sets

Field Value

the value of the form action URI.
(Inherited from FormOptions.)
Public property Wrap
Wrap serialized form data into a single object. The default is true.
(Inherited from FormOptions.)