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.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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