[Seaside] Question about div

Keith Hodges keith_hodges at yahoo.co.uk
Sun Oct 8 01:02:22 UTC 2006


Dear Brian,

this has to be the most common gotcha for us new seasiders...

The new API with all the "withs: [ ] "is available to components that 
implement this instance method.

rendererClass
    ^ WARenderCanvas

otherwise it defaults to the previous incarnation of the  renderer 
WAHtmlRenderer.

hope this helps

Keith

> Hello all,
>
> I'm using div like so:
>
> html div
>     class: 'foo';
>     with: [html render: widget].
>
>
> which gives me my widget html embedded:
>
> <div></div>
> <class>foo</class>
> <with>
>     ... widget html in here.
> </with>
>
>
> Methinks that is not correct; can I not do a render: in a with:[]?
>
> Brian
>
> _
 

	
	
		
___________________________________________________________ 
Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with voicemail http://uk.messenger.yahoo.com


More information about the Seaside mailing list