On 21 nov, 15:44, Gaurav Vaish <[email protected]> wrote: > IMHO, there's no Javascript API to select only a part of text in text- > area... would be happy to be proven wrong.
setSelectionRange? http://google-web-toolkit.googlecode.com/svn/javadoc/2.1/com/google/gwt/user/client/ui/ValueBoxBase.html#setSelectionRange(int, int) The issue here is to "get the word under the mouse pointer". -- 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.
