[Seaside] Does Seaside support the <body id="foo"> html tag?

Lukas Renggli renggli at gmail.com
Tue Feb 21 07:02:14 UTC 2006


> I poked around in the Seaside source using the browser but couldn't find
> anything that seemed relevant to where the <body> tags get created.  Any
> ideas on where I should look or if it supports it?

SomeComponentClass>>updateRoot: aHtmlRoot
     super updateRoot: aHtmRoot.
     aHtmlRoot bodyAttributes at: 'foo' put: 'bar'

--
Lukas Renggli
http://www.lukas-renggli.ch


More information about the Seaside mailing list