7/1/2025 12:32:10 PM
|
|
slxdeveloper.com Community Forums |
|
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss the use of the SalesLogix Web Platform, Client and Customer Portals, and the Application Architect (For version 7.2 and higher only). View the code of conduct for posting guidelines.
|
|
|
|
Confirmation Dialog Box (Yes ,No button)
Posted: 04 Dec 09 8:41 AM
|
Hi all,
I trying pop up a Confirmation box which should have a Yes and NO Button when clicking on edit link in the tab area.
For example when i click on the edit link in the grid (ie the tab) .It should pop up the confirmation dialog result box of yes and no button .On clicking the yes button the page should open for the editing the details and on clicking the no button should not open the edit page .Please help me to slove this .
Thanks, Ajoy |
|
|
|
Re: Confirmation Dialog Box (Yes ,No button)
Posted: 04 Dec 09 9:09 AM
|
Add some Java Script to your code.
If you were using a Control with an OnClientClick handler you could then set the event to "return confirm('Do you want to continue?');" Off course, this won't be exactly a Yes/No, but an Ok/Cancel box. |
|
|
| |
|
Re: Confirmation Dialog Box (Yes ,No button)
Posted: 08 Dec 09 9:47 AM
|
You can look at the ActivityManagerList as an example of how to do it. Granted, this isn't necessarily the best example, but will shed some light on the approach. |
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|