[Seaside] how to change the icon of an application

nicolas petton petton.nicolas at gmail.com
Fri Jul 6 12:33:51 UTC 2007


Thank you Lukas, it works fine :)

2007/7/6, Lukas Renggli <renggli at gmail.com>:
>
> > Does anyone know how to change the icon of a seaside application ?
> > I mean something like this in html :
> >
> > <link rel="SHORTCUT ICON" href="img/favicon.ico" />
>
> Override #updateRoot: in your root component with something along:
>
> updateRoot: aHtmlRoot
>    super updateRoot: aHtmlRoot.
>    aHtmlRoot link
>       url: 'img/favicon.ico';
>       beShortcutIcon
>
> Lukas
>
>
> --
> Lukas Renggli
> http://www.lukas-renggli.ch
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20070706/89e40f19/attachment.htm


More information about the Seaside mailing list