Hi,
For web components the scripts collected by the script generator are not rendered. I suppose WANilHtmlRoot should take care of that like this:
WANilHtmlRoot>>#closeOn: aDocument
aDocument scriptGenerator close: self on: aDocument
Although WAScriptGenerator>>#open:on: (and at JQScriptGenerator) is empty, it is probably nice to call them from WANilHtmlRoot>>#openOn: anyway, like:
WANilHtmlRoot>>#openOn: aDocument
aDocument scriptGenerator open: self on: aDocument
Cheers,
Adriaan
Hi,
For web components the scripts collected by the script generator are not rendered. I suppose WANilHtmlRoot should take care of that like this:
Although WAScriptGenerator>>#open:on: (and at JQScriptGenerator) is empty, it is probably nice to call them from WANilHtmlRoot>>#openOn: anyway, like:
Cheers,
Adriaan