Try changing to read

On 10 Apr 2006, at 08:34, Robin wrote:

<edittext name="description" multiline="true" width="${parent.width}"

text="Enter a description here" resizable="true" options='releasetolayout'

>

<method name="clear"><![CDATA[

Debug.write("here");

if (!this.alreadyCleared)

this.clearText();

this.alreadyCleared = true;

]]></method>

</edittext>


_______________________________________________
Laszlo-user mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-user

Reply via email to