This may be more of a js/browser question than a  web2py question, but I'd 
like to clarify what happens in the following scenario.

If I define an 'onload js call' in both the the base layout and a layout 
that extends the base ( iow both templates make 'Onload' calls) which of 
the following should happen:

  - js/browser error
  - base onload runs, but extended fails
  - extended overrides base which never runs
  - base runs, then extended 
 - ?other?

Is this covered anywhere in the docs - I'm not sure whether there are any 
constraints re 'onload' behaviour when extending layouts.

BrendanC


Reply via email to