[Laszlo-user] <edittext> not getting mouse events?
graphis1@mac.com
graphis1 at mac.com
Mon Apr 10 03:56:39 EDT 2006
Try changing onmousedown="clear()" to read onfocus="clear()"
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'
> onmousedown="clear()">
> <method name="clear"><![CDATA[
> Debug.write("here");
> if (!this.alreadyCleared)
> this.clearText();
> this.alreadyCleared = true;
> ]]></method>
> </edittext>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.openlaszlo.org/pipermail/laszlo-user/attachments/20060410/fb293a2c/attachment.html
More information about the Laszlo-user
mailing list