How to turn off Seaside toolbar in a new window?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

How to turn off Seaside toolbar in a new window?

Sophie424
html popupAnchor
  callback: [self renderNewWindow];
  toolbar: false;
  with:  'No Toolbar'.

But that turns out to control the Browser toolbar, not the Seaside one.

Thanks - Sophie



_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: How to turn off Seaside toolbar in a new window?

Lukas Renggli
On Tue, Nov 4, 2008 at 8:24 AM, Sophie (itsme213) <[hidden email]> wrote:
> html popupAnchor
>  callback: [self renderNewWindow];
>  toolbar: false;
>  with:  'No Toolbar'.
>
> But that turns out to control the Browser toolbar, not the Seaside one.

See WARenderLoop>>call: aComponent withToolFrame: aBoolean

Lukas

>
> Thanks - Sophie
>
>
>
> _______________________________________________
> seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>



--
Lukas Renggli
http://www.lukas-renggli.ch
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: How to turn off Seaside toolbar in a new window?

Sophie424
Thanks!

"Lukas Renggli" <[hidden email]> wrote in message

> On Tue, Nov 4, 2008 at 8:24 AM, Sophie (itsme213) <[hidden email]>
> wrote:
>> html popupAnchor
>>  callback: [self renderNewWindow];
>>  toolbar: false;
>>  with:  'No Toolbar'.
>>
>> But that turns out to control the Browser toolbar, not the Seaside one.
>
> See WARenderLoop>>call: aComponent withToolFrame: aBoolean
>
> Lukas



_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside