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

FormOptions Members

The FormOptions type exposes the following members.

Methods


  Name Description
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Properties


  Name Description
Public property CompleteOnSuccess
Closes or disables the form after a successful server operation.
Public property Confirm
Gets or sets

Field Value

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

Field Value

Id of the element that is made visible while the results are loading.
Public property OfflineSupport
Enables automatic queueing of server requests when the network is not available.
Public property ResetOnSuccess
Resets the form into its initial state after a successful server operation.
Public property Url Obsolete.
Gets or sets

Field Value

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