Hello
I am using gwt-ext 1.7.1.In which I have used TextField.
On the value of textField instance I have done validation.
If it is validation return is false then I marked that textField
invalid.Like below:
getTextField().markInvalid("Invalid Value");
This made a red circle on the right side of the textField.
ANd when I over the mouse on that red circle It shows invalid message
"Invalid Value"
But what I want to show invalid message when validation return false
only not when the do mouse over.
Is there any method or simple way to do that?
--
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.