Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
using onSaveValid and now save dialog is gone.... help!!!
BenW
Hi,
I have couple of things I need to automatically handle when user is saving, so I use:
IWEventRegistry.addFormHandler("onSaveDone", refreshDCR);
IWEventRegistry.addFormHandler("onSaveValid", saveHandler);
Unfortunately, the normal save dialog no longer comes up. Any idea why, and how do I get it back?
thanks,
Ben
Find more posts tagged with
Comments
BenW
found it... my function must return true
thanks!