Hello, You can either register textbox with onkeyuphandler which will give access to each keycode entered by using that if character entered is from A-Z that you can check as A has value 65...
In this way you can achieve what you are trying to do and to show a message you can use anything as per your requirement. I hope this will solve your issue. Cheers, -- Aditya On Sat, Jun 12, 2010 at 2:53 PM, gopal <[email protected]> wrote: > I have some code for login page. > There are one dynamic have TextItem and PasswordItem. > > Now when user enter some keys in this textitem or password field i > want to set warning for capsLock is on or off on both. > > How can i set this? > > Please give me some proper reply on this i m try to 2-3 days for this. > > Please reply earliest. > > Thanking You. > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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/google-web-toolkit?hl=en.
