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