Re: GwtChosen: make your select boxes much more user-friendly

2012-09-03 Thread Julien Dramaix
Thanks all !

The plugin was intensively tested this week.
A new release was built today: GwtChosen 1.2.0.
Update your pom.xml or download the jar file here :
http://code.google.com/p/gwtquery-plugins/downloads/detail?name=gwtchosen-1.0.2.jar

Julien

On Fri, Aug 31, 2012 at 5:21 PM, Joseph Lust lifeofl...@gmail.com wrote:
 Awesome. I was fearing I'd have to roll my own like I did for ExtJs. Great
 work.

 Sincerely,
 Joseph

 --
 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/-/1CI3ljBo2kEJ.

 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GwtChosen: make your select boxes much more user-friendly

2012-08-31 Thread Richard
Agreed, awesome work.

-- 
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/-/juPD2m59WeAJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GwtChosen: make your select boxes much more user-friendly

2012-08-31 Thread Celinio
Very cool. Thanks.
I was looking for such a widget.
Too bad it does not support IE 7 though.
All modern browsers are supported (Firefox, Chrome, Safari and IE9).
Legacy support for IE8 is also enabled. On IE6 and IE7, we fall back on
normal html select element.

Will you work on a version that supports IE 7 ?

On Tue, Aug 28, 2012 at 10:34 PM, Julien Dramaix
julien.dram...@gmail.comwrote:

 Dear community,

 I just released the first version of GwtChosen. GwtChosen is the
 entire rewritte in Google Web Toolkit of the Chosen component
 (http://harvesthq.github.com/**chosen/http://harvesthq.github.com/chosen/)
 making this nice component
 available for all GWT developers.

 It is available as a +GwtQuery plugin or as a widget.

 Check the example and doc : 
 http://jdramaix.github.com/**gwtchosen/http://jdramaix.github.com/gwtchosen/


 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/-/p1ciZ8C3AcUJ.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GwtChosen: make your select boxes much more user-friendly

2012-08-31 Thread deepak chauhan
Very cool widgets.

Thanks.

On Fri, Aug 31, 2012 at 1:07 PM, Celinio cel...@gmail.com wrote:

 Very cool. Thanks.
 I was looking for such a widget.
 Too bad it does not support IE 7 though.
 All modern browsers are supported (Firefox, Chrome, Safari and IE9).
 Legacy support for IE8 is also enabled. On IE6 and IE7, we fall back on
 normal html select element.

 Will you work on a version that supports IE 7 ?


 On Tue, Aug 28, 2012 at 10:34 PM, Julien Dramaix julien.dram...@gmail.com
  wrote:

 Dear community,

 I just released the first version of GwtChosen. GwtChosen is the
 entire rewritte in Google Web Toolkit of the Chosen component
 (http://harvesthq.github.com/**chosen/http://harvesthq.github.com/chosen/)
 making this nice component
 available for all GWT developers.

 It is available as a +GwtQuery plugin or as a widget.

 Check the example and doc : 
 http://jdramaix.github.com/**gwtchosen/http://jdramaix.github.com/gwtchosen/


 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/-/p1ciZ8C3AcUJ.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 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 google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.




-- 
Deepak Chauhan

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GwtChosen: make your select boxes much more user-friendly

2012-08-31 Thread Joseph Lust
Awesome. I was fearing I'd have to roll my own like I did for ExtJs. Great 
work.

Sincerely,
Joseph

-- 
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/-/1CI3ljBo2kEJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GwtChosen: make your select boxes much more user-friendly

2012-08-30 Thread Rob
+1 looks great

On Wednesday, August 29, 2012 8:59:51 AM UTC+10, Chris Lercher wrote:

 Very useful. Great widget.

 On Tuesday, August 28, 2012 10:34:09 PM UTC+2, Julien Dramaix wrote:

 Dear community, 

 I just released the first version of GwtChosen. GwtChosen is the 
 entire rewritte in Google Web Toolkit of the Chosen component 
 (http://harvesthq.github.com/chosen/) making this nice component 
 available for all GWT developers. 

 It is available as a +GwtQuery plugin or as a widget. 

 Check the example and doc : http://jdramaix.github.com/gwtchosen/ 

 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/-/l9VgVEEOjU4J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



GwtChosen: make your select boxes much more user-friendly

2012-08-28 Thread Julien Dramaix
Dear community, 

I just released the first version of GwtChosen. GwtChosen is the 
entire rewritte in Google Web Toolkit of the Chosen component 
(http://harvesthq.github.com/chosen/) making this nice component 
available for all GWT developers. 

It is available as a +GwtQuery plugin or as a widget. 

Check the example and doc : http://jdramaix.github.com/gwtchosen/ 

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/-/p1ciZ8C3AcUJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GwtChosen: make your select boxes much more user-friendly

2012-08-28 Thread Juan Pablo Gardella
Great work! Thanks for sharing!!

Juan

2012/8/28 Julien Dramaix julien.dram...@gmail.com

 Dear community,

 I just released the first version of GwtChosen. GwtChosen is the
 entire rewritte in Google Web Toolkit of the Chosen component
 (http://harvesthq.github.com/**chosen/http://harvesthq.github.com/chosen/)
 making this nice component
 available for all GWT developers.

 It is available as a +GwtQuery plugin or as a widget.

 Check the example and doc : 
 http://jdramaix.github.com/**gwtchosen/http://jdramaix.github.com/gwtchosen/


 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/-/p1ciZ8C3AcUJ.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GwtChosen: make your select boxes much more user-friendly

2012-08-28 Thread koma
looks great.. will definitely try it!

-- 
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/-/gr2GL0QhTqsJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GwtChosen: make your select boxes much more user-friendly

2012-08-28 Thread Chris Lercher
Very useful. Great widget.

On Tuesday, August 28, 2012 10:34:09 PM UTC+2, Julien Dramaix wrote:

 Dear community, 

 I just released the first version of GwtChosen. GwtChosen is the 
 entire rewritte in Google Web Toolkit of the Chosen component 
 (http://harvesthq.github.com/chosen/) making this nice component 
 available for all GWT developers. 

 It is available as a +GwtQuery plugin or as a widget. 

 Check the example and doc : http://jdramaix.github.com/gwtchosen/ 

 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/-/Z8P3L76eDXEJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.