[Seaside] Popup windows ala Apple Web Site style

Hernán Morales Durand hernan.morales at gmail.com
Mon Mar 29 15:09:14 UTC 2010


Hi Vincent,
  You may want to try http://www.squeaksource.com/PrototypeWindow.html
for Seaside. I've included a modal prototype window in the test
component.
Cheers,

Hernán

2010/3/29 Vincent Coetzee <vincent.coetzee at me.com>:
> Thanks Sean,
>
> Will have a look at converting the Prototype based one for seaside.
>
> Vincent
>
> On 29 Mar 2010, at 2:00 PM, Sean Allen wrote:
>
>> 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
>>>
>> _______________________________________________
>> seaside mailing list
>> seaside at lists.squeakfoundation.org
>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>


More information about the seaside mailing list