|
Rank: Newbie Groups: Member
Joined: 6/21/2007 Posts: 7
|
Is there a way to handle the accept button click event on the server side?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Jason,
Just use a regular button instead of the accept button should do the job. Accept button is for close the dialog, but if you want to go back to the server anyway, you don't really care about whether the dialog is closed or not.
Thanks
|
|
Rank: Newbie Groups: Member
Joined: 6/21/2007 Posts: 7
|
Only the problem is that the dialog is modal. So I'm left trying to trap events from the dialog box, but only the standard object events seem to be exposed.
Thx for the quick response
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Jason,
What I meant is a regular button either in the dialog's ContentTemplate or FooterTemplate. Just put a regular buttons into either of those two regions and it will have nothing to do with how the dialog works at all.
Thanks
|
|
Rank: Newbie Groups: Member
Joined: 6/21/2007 Posts: 7
|
Oh? Cool -- I'll give it a try.
|
|
Rank: Newbie Groups: Member
Joined: 6/21/2007 Posts: 7
|
It worked - thanks -- I guess I should have thought of that.
|
|