Re: text widget for highly customized data entry?

2010-10-03 Thread Jim Douglas
Try it like this: textArea.getElement().setPropertyBoolean("spellcheck", false); On Oct 3, 9:07 am, KaffeineComa wrote: > I'm trying to implement a kind of "guided typing" widget for data > entry, in which the user's text entry is highly controlled and > filtered. When the user types a particul

text widget for highly customized data entry?

2010-10-03 Thread KaffeineComa
I'm trying to implement a kind of "guided typing" widget for data entry, in which the user's text entry is highly controlled and filtered. When the user types a particular character I need to intercept and filter it before displaying it in the widget. Imagine if you will, a Unix shell embedded as a

text widget for highly customized data entry?

2010-10-03 Thread KaffeineComa
I'm trying to implement a kind of "guided typing" widget for data entry, in which the user's text entry is highly controlled and filtered. When the user types a particular character I need to intercept and filter it before displaying it in the widget. Imagine if you will, a Unix shell embedded as a