fyi I found the prototype window to be pretty good as well. Loads existing content as well as external hrefs.
http://prototype-window.xilinus.com/samples.html Sanjiv On 11/8/06, Matt Raible <[EMAIL PROTECTED]> wrote:
On 11/8/06, Sanjiv Jivan <[EMAIL PROTECTED]> wrote: > Turns out that I did indeed require the contents of the modal dialog to be > fetched from a href and not locally so LightBox gone wild is perfect. Its > working great and so far I've not encountered issues with css / javascript > in the new content. The one gotcha is that the lightbox "a href" for the > modal dialog is translated into a post so I had to overrride > isFormSubmission in my Spring form controller to treat the initial lightbox > request as a GET. Yeah, I found that issue as well. I believe I changed the Ajax request from a POST to a GET by default. Matt > > <a href="form.html" class="lbOn">Email This</a> > > Sanjiv > > > > > On 11/7/06, Sanjiv Jivan <[EMAIL PROTECTED]> wrote: > > > > shweet, thanks :) > > > > I was looking for the ability for loading local content from a hidden div > but LightBox only seems to support remote content (href to a url). Its will > do the job however. > > > > Sanjiv > > > > > > On 11/7/06, Matt Raible <[EMAIL PROTECTED]> wrote: > > > I've used Lightbox Gone Wild in the past. I have seen some strange > > > behavior with it though - like it strips off any JavaScript or CSS > > > files that are included in the "popped" page. > > > > > > http://particletree.com/examples/lightbox/ > > > > > > Matt > > > > > > > > > On 11/7/06, Sanjiv Jivan < [EMAIL PROTECTED]> wrote: > > > > I want to present a popup pane (floating div) similar to lightbox > > > > (http://www.huddletogether.com/projects/lightbox/ ) > but I > > > > need to contents to be arbitrary html and not simply an image. I know > that > > > > Dojo dialog has this functionality ( > > > > > http://archive.dojotoolkit.org/nightly/tests/widget/test_Dialog.html > ) > > > > but I suspect this is slowing down my app. There's some discussion on > the > > > > Dojo list that this widget might have a leak. > > > > > > > > I was wondering if anyone knew of an alternate library that supports > such > > > > flaoting pane popups? > > > > > > > > Thanks, > > > > Sanjiv > > > > > > > > > -- > > > http://raibledesigns.com > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: > [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > -- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
