[Seaside] initialRequest question

Philippe Marschall philippe.marschall at gmail.com
Fri Nov 9 16:38:05 UTC 2007


Sorry, I was kinda busy freezing my ass off this week.

html popAnchor
   url: aUrl;
   with: 'pop up'

Note that aUrl must be a url that is reachable for the client. Have a
look at WAPopupAnchorTag and WAAnchorTag for more options.

Cheers
Philippe

2007/11/6, Oleg Richards <orichards at mail.ru>:
>
> Thanks Philippe!
>
> Can you help me with one more thing :)
> How can i create popup anchor to html file, which is stored on my backend?
>
>
> Philippe Marschall wrote:
> >
> > 2007/11/5, Oleg Richards <orichards at mail.ru>:
> >> Philippe!
> >>
> >> Thanks for that great idea. I will make it.. Could you help me with
> >> one more thing:
> >> How can i show popup window with embedded flash object. Can you
> >> provide example of anchor call and code that will render embedded
> >> object?
> >
> > You can see WAPopupTest for a live example
> >
> > html anchor
> >     callback: [ WARenderLoop new call: MyFlashComponent new ];
> >     with: 'pop up flash'
> >
> > MyFlashComponent would render the flash, something like
> >
> > renderContentOn: html
> >     html object
> >         width: x;
> >         height: y;
> >         with: [
> >             html parameter
> >                 name: 'movie';
> >                 value: 'movie.swf'
> >             ... "whatever you need" ]
> >
> > Cheers
> > Philippe
> >
> >> Cheers, Oleg
> >> _______________________________________________
> >> 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
> >
> >
>
> --
> View this message in context: http://www.nabble.com/initialRequest-question-tf4748328.html#a13608280
> Sent from the Squeak - Seaside mailing list archive at Nabble.com.
>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>


More information about the seaside mailing list