cancel
Showing results for 
Search instead for 
Did you mean: 

how to create pop up's

Former Member
0 Kudos

Hi All,

I have a doubt that whether can we create a pop up while selecting a check box. Is that made possible. If so give me an idea of how to do please.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

When you check the Checkbox, there is an event for that right, Subscribe to that event ONTOGGLE, and generate a popup.

You want popup to be shown when check box is checked or unchecked. This needs to be handled.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi ...

Create a view that u want to display in popup...embed that view in a window..and in eventhandler of checkbox i..e,ontoggle wwrite code to call popup..