Open GoogleCodeExporter opened 9 years ago
I think i got this one myself. When I change "tt.input_txt = event.target;" to
"tt.input_txt = TextField(event.target);" is seems to be much happier.
Original comment by tod...@gmail.com
on 30 Nov 2009 at 7:45
Yeah, you weren't casting it. event.target is an Object, so even though it's
also a
TextField in this case you have to tell it that. Another way of doing the same
is
"tt.input_txt = event.target as TextField;"
Original comment by JWoffen...@gmail.com
on 2 Mar 2010 at 1:46
Adjusting the flags - this looks more like a feature request than a defect to
me.
Original comment by JWoffen...@gmail.com
on 2 Mar 2010 at 1:47
Hi
Can you guide me how to implement to simple textarea in html form.
thanks in advance.
Original comment by dipancho...@gmail.com
on 4 Jun 2010 at 9:46
Great TextEditor and it will do the work for me, But I need help in my Battle
to get all my textfields running with this baby.
I duplicate some code and change some names, so there is no conflict, bur still
one textfield is just editteble???
Hope you can help me out with this one to lead me on the right track.
Thanks and greetings Wilbert
Original comment by wilbertl...@gmail.com
on 16 Aug 2010 at 5:45
Original issue reported on code.google.com by
tod...@gmail.com
on 30 Nov 2009 at 6:54