if you want a prototype based modal window then try this http://scripteka.com/script/litbox .. its is very configurable and with a little javascript knowledge you can make it ajaxified with requests to fill the window with anything you like .....
I used it as a base to build my own as i needed flexibility but generally if you dont need the felxability i did then it will do you just fine Regards Alex ----- Original Message ----- From: "jrochkind" <[email protected]> To: "Prototype & script.aculo.us" <[email protected]> Sent: Wednesday, December 17, 2008 10:33 PM Subject: [Proto-Scripty] Re: Modal window pop-up I just spent like two hours googling for this, and found lots of old and no longer supported stuff, until thinking of specifically searching within the prototype listserv, and finding this thread. So, thanks! But it's neccesarily easy to find on Google if you don't know what you're looking for. I'm still curious what other developer's opinions are of the various options on scripteka, hard to tell which ones are still actively developed etc. Jonathan On Nov 26, 9:55 am, "Brian Williams" <[email protected]> wrote: > well, to be fair, he was probably thinking of a prototype solution and not > necessarily the jQuery solution. > > But, in on the flip side i have the following: > > http://proto-scripty.wikidot.com/extras > > but i do agree, a tiny bit of research would have been more prudent. > > On Wed, Nov 26, 2008 at 9:43 AM, Alex Mcauley < > > [email protected]> wrote: > > > They are not tips for prototype they are jQuery tips and are on the > > jQuery > > page!! > > > Regards > > > Alex > > ----- Original Message ----- > > From: "Chris Brody" <[email protected]> > > To: <[email protected]> > > Sent: Wednesday, November 26, 2008 12:18 PM > > Subject: [Proto-Scripty] Re: Modal window pop-up > > > > Quick sugggestion from a beginner to consider putting some of these > > > ideas on FAQ & link pages? > > > > On Wed, Nov 26, 2008 at 1:10 PM, Alex Mcauley > > > <[email protected]> wrote: > > >> if you want to use the jquery one you can tell jquery to not conflict > > >> with > > >> prototype's namespace > > > >> $jQuery=jQuery.noConflict(); > > > >> then ... $jQuery('#some-id').someJqueryFunction() .. for jQuery > > >> methods > > >> and $('some-id').somProtoFunction() .. for prototype methods > > > >> Regards > > > >> Alex > > > >> ----- Original Message ----- > > >> From: Gabriel Gilini > > >> To: [email protected] > > >> Sent: Tuesday, November 25, 2008 5:37 PM > > >> Subject: [Proto-Scripty] Re: Modal window pop-up > > >>http://scripteka.com/ > > >> Click in the "window" tag. > > > >> And please google before posting. > > > >> Gabriel Gilini > > > >>www.usosim.com.br > > >> [email protected] > > >> [email protected] > > > >> On Tue, Nov 25, 2008 at 2:01 PM, livewire9174 <[email protected]> > > >> wrote: > > > >>> Hi, > > >>> Can anybody recomend me a modal pop-up library to use ? I tried > > >>> using > > >>> thickbox ( based on jquery) but this wont work as it is conflicting > > >>> with the prototype accordion i am using. > > > >>> Has anybody tried something like this? > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en -~----------~----~----~----~------~----~------~--~---
