FormSubmitOverlay Class

This item should be placed directly inside a form (at the bottom). Once the form is submitted, this overlay will be displayed showing the state of the item being submitted.

Definition

Namespace: MobileTrack.Web.Portal.Components.ItemEditors
Assembly: MobileTrack.Web.Portal (in MobileTrack.Web.Portal.exe) Version: 0.8+821604ea552bde242964120acb39b21c90d2b4af
public class FormSubmitOverlay : MtBaseComponent
Inheritance
Object    ComponentBase    MtBaseComponent    FormSubmitOverlay

Constructors

FormSubmitOverlayInitializes a new instance of the FormSubmitOverlay class

Properties

RequiredPermissionsForManage Lists the permissions the user needs to be able to manage the page/item
(Overrides MtBaseComponentRequiredPermissionsForManage)
RequiredPermissionsForView Lists the permissions the user needs to be able to view the page/item
(Overrides MtBaseComponentRequiredPermissionsForView)
UrlOnSuccess The URL that the button will redirect the user to. which the user can press once the form has been successfully submitted.

Methods

BuildRenderTree
(Overrides ComponentBaseBuildRenderTree(RenderTreeBuilder))
CloseScreen Closes the screen. (either because validation failed or because we're done processing the item and the user doesn't need a redirect)
DisplayOverlay Starts displaying the overlay if no event is present (yet).
DisplayOverlay(Guid, ActionFlowEvent) Starts displaying the overlay.
DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Overrides MtBaseComponentDispose)
ServerError Invoked when during the saving process the server threw an unexpected Exception
StartValidate Starts the form to validate the data.

See Also