Friday, May 28, 2010

Re: How do i implement in a ListBox a select options trick I do in HTML

I don't know if it is possible to disable the selection of an index
value other than programmatically. You could write a small
ChangeHandler for the ListBox and in the onChange method, check the
selected index of the ListBox. If it's 0, then set it to some other
value like 1. Just a thought.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment