[Seaside] Quick question

Dmitry Dorofeev dima-sender-3c337a at yasp.com
Thu Oct 20 17:27:05 UTC 2005



Avi Bryant wrote:

> 
> Well, it was exactly to improve modularity that I added it.  The body  
> can only have one onLoad function, which makes it nearly impossible  for 
> any single component to do anything at load time - you'd never  know if 
> you were replacing something that's already there.  

Seems i was able to write it like this:

<body onload="func1(1,2,3); func2(1,2); func3('cool string')">

So i believe it is possible to use it with Seaside.

-Dmitry Dorofeev.


More information about the Seaside mailing list