Breadcrumbs

ConfirmSaveButton

Description

The ConfirmSaveButton allows you to request confirmation from the user during a save. A confirmation message is then displayed before the save is performed.

Workbench view:

image2016-11-23 11:18:48.png

When you click on the button:

image2016-11-23 11:19:18.png

Hx view:

image2016-11-23 11:19:38.png

When you click on the button:

image2016-11-23 11:20:8.png

Implementation

  • Drag and drop the widget into a Px.

  • Write the button text in the TextOverride property.

  • Enable the confirmation request by setting the Confirmation property to true and indicating the message in the ConfirmationMessageOverride property.


Properties

  • Background: Button background.

  • Confirmation: Enables / disables the confirmation popup before saving. Requires the ConfirmationMessage property to be populated to work.

  • ConfirmationMessageOverride: Message to be displayed in the confirmation popup before saving. Confirmation must be enabled. If no message is indicated, the save is done without confirmation.

  • Refresh: Indicates whether the view should be refreshed after the save.

(information) This property is not supported for Hx views, the view will update in all cases.

  • TextOverride: The button text can be edited.