BlueBerk Confirmation Action Button

Content Type: Widget
Categories: Utility,User Interface

Overview

BlueBerk's Confirmation Action Button extends the Confirmation Message capabilities of the normal "Button" widget.

 

The Confirmation Action Button allows you to customize the title as well as the confirmation and cancel buttons of the pop-up with translatable text templates. Furthermore, the content can be set to "Text" or "Custom," which allows you to add images or other content into the confirmation message.

 

Documentation

Typical usage scenario

If you need more control over the confirmation message this is the widget for you!

This widget allows you to customize the header as well as all other parts of the confirmation message with translatable text templates.

 

Features and limitations

Features:

  •  Change Title, Description and Button names of confirmation popup
  •  Custom Popup Content possible

 

Limitations:

  • Selector for "Disabled during action" not available (no differentiation of action types in pluggable API possible)

 

Configuration 

works just like the normal button with an added tab for the confirmation message.

 

Options are:

  • Message Active
    • activates / deactivates the confirmation prompt
    • shows "Message Condition" if Dynamic is selected

 

  • Message Condition
    • Boolean Expression that activates / deactivates the confirmation prompt
    • Not available if "Message Active" is set to "Yes" or "No"

 

  • Confirmation Type
    • Switches between text "Description" and custom content

 

  • Title 
    • Headline of the popup

 

  • Description*
    • The body of the popup
    • Not available if "Confirmation Type" is set to "Custom"

 

  • Confirm
    • Confirm button text

 

  • Cancel
    • Cancel button text

 

  • Css Class:
    • Custom CSS class passed to the popup

 

 

 

Releases

Version: 1.0.1
Framework Version: 9.24.2
Release Notes: New: - Added option to use an expression to decide if the confirmation is shown
Version: 1.0.0
Framework Version: 9.24.2
Release Notes: New: - initial Release