This question has been flagged
2 Replies
8482 Views

I want to show a popup message with two - Yes and No buttons to user when the user selects a checkbox.

If the user clicks on Yes the nothing happens but if the user clicks on No button in popup message the checkbox should get unchecked.

How to do this?

Avatar
Discard
Best Answer

Put confirm="Your Message ?" in xml. like ....

<button name="action" confirm="Do you want to export data?"/>

Avatar
Discard
Author

Thanks for this.

Hi Guys,

Can you please help me on this, as i need a step more with this, i.e., on the confirm box, if we click Yes then only it'll allow to proceed further else stop/halt the process. This is an emergency :)

Please hlep me on this.

Cheers ASP

Best Answer

Is anyone have an idea ?

Avatar
Discard