A button on a form dialog
- Deprecated:
- Since 1.0.25 - use the DialogService instead.
- Copyright:
- Copyright (C) 2005-2020 Alfresco Software Limited
- License:
- GNU Lesser General Public License, see: Open Source Licensing
- Source:
Example
{
name: "alfresco/buttons/AlfFormDialogButton",
config: {
id: "MyFormDialogMenuItem",
label: "Create Form Dialog",
dialogTitle: "My Dialog",
dialogConfirmationButtonTitle : "Post",
dialogCancellationButtonTitle : "Close",
formSubmissionTopic: "FORM_SUBMIT",
widgets: [
{
name: "alfresco/forms/controls/DojoValidationTextBox",
config: {
name: "post_param",
label: "Enter text",
value: ""
}
}
]
}
}
Extends
- alfresco/menus/AlfMenuItem