[Seaside] <body onLoad()

Boris Popov boris at deepcovelabs.com
Sat Aug 1 00:51:13 UTC 2009


self session addLoadScript: 'initialize();' should have the same effect.

-Boris (via BlackBerry)

----- Original Message -----
From: seaside-bounces at lists.squeakfoundation.org <seaside-bounces at lists.squeakfoundation.org>
To: seaside at lists.squeakfoundation.org <seaside at lists.squeakfoundation.org>
Sent: Fri Jul 31 17:35:48 2009
Subject: [Seaside] <body  onLoad()

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

_______________________________________________
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/20090731/4032a8e3/attachment.htm


More information about the seaside mailing list