Hi, I have this:
<edittext name="description" multiline="true" width="${parent.width}"
text="Enter a description here" resizable="true"
options='releasetolayout'
onmousedown="clear()">
<method name="clear"><![CDATA[
Debug.write("here");
if (!this.alreadyCleared)
this.clearText();
this.alreadyCleared = true;
]]></method>
</edittext>
I would expect that as soon as you click on the text box, my method 'clear()'
would get called, however this doesn't happen. Why is this, and what can I do
about it?
Thanks, Robin.
_______________________________________________
Laszlo-user mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-user