julian_lp
04-13-2006, 12:09 AM
from LZX docs:
<canvas bgcolor="blue" height="60" >
<edittext id="edt_1">default text goes here</edittext>
</canvas>
fine, but how should I do in oder to change dynamically the text inside "edt_1" edittext?
I tried
<button>
<method event="onclick">
edt_1.setValue('whatever_with_&&&&&&');
</method>
</button>
without any luck...
BTW: Note that I also need to include an ampersand character in the text
regards - jm
<canvas bgcolor="blue" height="60" >
<edittext id="edt_1">default text goes here</edittext>
</canvas>
fine, but how should I do in oder to change dynamically the text inside "edt_1" edittext?
I tried
<button>
<method event="onclick">
edt_1.setValue('whatever_with_&&&&&&');
</method>
</button>
without any luck...
BTW: Note that I also need to include an ampersand character in the text
regards - jm