Confirmation Dialog

Confirmation Dialog

Comments

  • I want to display a Confirmation Dialog when the user clicks a Button. How can I do that?

  • Hello

    We can display a confirmation message on the click of a Button by checking the Needs Confirmation property available under the Behaviour properties of the Button. This would allow you to define a custom Confirmation Message, as well as the Yes or No text.

    [img]att1[/img]

  • Can this confirmation form be customized (size, background, font, etc...)?
    [quote=Osman Mustafa]Hello

    We can display a confirmation message on the click of a Button by checking the Needs Confirmation property available under the Behaviour properties of the Button. This would allow you to define a custom Confirmation Message, as well as the Yes or No text.
    [/quote]

  • Hi Patrick,
    Yes, you can customize the confirmation form using CSS by creating a class for the form and save it in the default CSS Folder.
    Note: the changes will reflect over all the confirmation forms wherever the property is enabled.

Sign In or Register to comment.