[Seaside] <body onLoad()

Squeaker squeakman at gmail.com
Sat Aug 1 00:35:48 UTC 2009


Greetings,

My questions concerns the generation of the <body> in an html file. The 
html that is generated by Seaside is:

<body onkeydown="onKeyDown(event)" onload="onLoad()">


I would like to generate:

<body onkeydown="onKeyDown(event)" onload="onLoad(); initialize()">

the "; initialize()" is the new bit.

How do I do this?  I have looked into WAHtmlRoot but I think it is the 
wrong path.

Thanks,
Frank



More information about the seaside mailing list