Bill, Sorry for the delay of my response. I totally ;iss your mail.
Your first issue is a known issue : https://github.com/jDramaix/gwtchosen/issues/5 Check the comments of this issue, a workaround was posted. I plan to try to fix this issue for the next release. To enable the multiple selection : ChosenListBox chzn = new ChosenListBox(true); Check this example http://jdramaix.github.com/gwtchosen/widgetsample/index.html and the associated source code : https://github.com/jDramaix/gwtchosen/tree/master/sample/src/main/java/com/watopi/chosen/widgetsample Julien On Wednesday, November 7, 2012 8:30:18 PM UTC+1, wistephens wrote: > > Julien, > > Do you have any guides related to the styling of these? I've replaced the > standard UI elements with GWTChosen dropdown lists, but I'm experiencing a > few issues: > > - For long lists, the bottom of the dropdown list is being hidden > behind a surrounding panel. This was not a problem with the standard GWT > elements (see attached cropping.png) > - Converting dropdowns into the multiple selection box structure shown > on your example page. I haven't found the magic. Any pointers? > > Thanks, > Bill > > On Wednesday, October 24, 2012 6:00:42 PM UTC-4, Julien Dramaix wrote: >> >> Dear Community, >> >> I've just released GwtChosen 1.1.0. This release fix some bugs and >> bring two new enhancements : >> - possibility to customize the CSS via the ChosenOption object >> - add optgroup support to the ChosenListBox widget. >> >> Don't forget to change your pom. xml or download the last jar file >> ( >> http://code.google.com/p/gwtquery-plugins/downloads/detail?name=gwtchosen-1.1.0.jar) >> >> >> >> Thanks to those who opened issues, proposed fixes and/or tested them. >> >> Documentation and example : http://jdramaix.github.com/gwtchosen/ and >> http://jdramaix.github.com/gwtchosen/widgetsample/index.html >> >> Changes in this release : >> >> https://github.com/jDramaix/gwtchosen/issues?milestone=2&page=1&state=closed >> >> >> Julien >> > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/LcYQtq7cT1gJ. 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.
