Hello,
I'm a newbie in Laszlo, and I believe my problem isn't so
hard.
I have a multiline text view like this:
<text datapath="ds:/field/text()"
width="${parent.width}"
multiline="true"/>
and I want that its height be automatically set to fit the
text inside.
When I compile this code in SWF it already works as desired.
But if
I try to compile in dhtml, the text view's height is set to
6, no matter
the size of the text. How can I solve this?
|