public class FormSubmitOverlay : MtBaseComponent| FormSubmitOverlay | Initializes a new instance of the FormSubmitOverlay class |
| 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. |
| 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. |
| Dispose | Performs 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. |