[Seaside] Browser Tab label stating 'Seaside'

Johan Brichau johan at inceptive.be
Sun Nov 24 19:09:31 UTC 2013


Override #updateRoot: htmlRoot on your component and implement it as follows:

updateRoot: htmlRoot
	super updateRoot: htmlRoot
	htmlRoot title: ‘My superduper webapp’

On 24 Nov 2013, at 19:58, Maarten Mostert <maarten.mostert at wanadoo.fr> wrote:

> Hi,
> I would like to change my browser tab label from 'Seaside' to my website name.
> This must be very simple.
> 
> But where can I find it ?
> 
> Regards,
> 
> @+Maarten,
> 
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside



More information about the seaside mailing list