I figuired out how to use Telligent.Glow.Modal
Now that the modal is open, how do I then close it (cancel or save button).
I would like one of the buttons to do a postbock (async) and close it.
You need to tell your page to call the closeAndRefresh(); javascript script once the postback has completed. If you're using a Chameleon Control, just add a
<CSControl:ExecuteScriptAction runat="server" Script="closeAndRefresh();" />
to your form's SuccessActions.
Community Server Documentation please rate articles you read
Nintendo Wiikly | My Blog
I should of mentioned, I am not using the Modal in CS.
Where would I find this method? Is it embeded into an CS assembly? Point me in the direction and I could find it.
Thanks!
I don't know where it comes from, I just know it works . As it's Javascript, I'd assume It's outputted when the modal is rendered, most likely through WebResource.axd.
Copyright© 2008 Telligent Systems Inc. All rights reserved CommunityServer.com • Telligent.com