Hi to you all. I have a question regarding the textfield component.

I have a text box and a triggerfield, and they both have listener
adapters that does something on the events onValid and onInvalid. On
the loading of the page, those two will get populated with dynamic
values (w/c are the date today for the TriggerField, and a number that
depends on the date for the TextField).

Now, the default triggering event for onInvalid and onValid events is
"keyup", right? But why does the onInvalid and onValid events are
being triggered on start up, while I'm not really "typing" anything
physically thru the keyboard, but thru a startup code that populates
their values?

On a semi-related question: Are there other triggering events when a
user "presses" some keys on a keyboard that I can use besides onValid
and onInvalid for the TextField (like the GWT TextBox's ChangeListener
onChange() method).

Thanks in advance.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"GWT-Ext Developer Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/gwt-ext?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to