[Seaside] Popup windows ala Apple Web Site style

Sean Allen sean at monkeysnatchbanana.com
Mon Mar 29 12:00:57 UTC 2010


I haven't looked into modal windows with their Seaside 2.8 or Seaside
3 so there might
already be binds for a modal java script window of some sort.  From a
non-seaside standpoint,
you can do this to make a javascript window modal:

http://javascript.about.com/library/blmodal.htm
http://www.designlabelblog.com/2009/03/20-ways-to-create-javascript-modal.html

Which should give you a good jumping off place to understand the
underlying mechanics
plus numerous options you could create bindings for or use as inspiration.


On Mon, Mar 29, 2010 at 5:57 AM, Vincent Coetzee <vincent.coetzee at me.com> wrote:
> Dear List,
>
> I have searched the appropriate FAQs and documentation and am still a little stumped. I wish to popup a windows for login details similar to what Apple does on their web site. I manage to get a window to popup with my form in it, but I am struggling to get the normal browser tool bar and heading to go away. How would one do this, am I perhaps using the wrong approach and should I rather just use prototype and scriptaculous to popup a div that looks like a window, but then how do I make it modal using a render loop that does not make the original content of the window go away ?
>
> Thanks in advance.
>
> By the way - Seaside is really cool !
>
> Vince
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>


More information about the seaside mailing list