forked from ArcBees/gwtchosen
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2877108
commit 78e2b11
Showing
1 changed file
with
5 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,21 @@ | ||
##gwtchosen | ||
[Chosen](https://github.com/harvesthq/chosen) is a javascript plugin (for jQuery and Prototype) _that makes long, unwieldy select boxes much more user-friendly._ GwtChosen is a port of the jquery version of Chosen for Google Web Toolkit. It is not a wrapper but a complete rewrite using the GWT standards. It is available as a GwtQuery plugin or as a widget. | ||
|
||
For documentation and examples see : http://jdramaix.github.com/gwtchosen/ | ||
|
||
Other example : http://jdramaix.github.com/gwtchosen/widgetsample/index.html | ||
* For documentation and examples see : http://jdramaix.github.com/gwtchosen/ | ||
* Other example : http://jdramaix.github.com/gwtchosen/widgetsample/index.html | ||
|
||
##Stable version | ||
[GwtChosen 1.1.0](http://code.google.com/p/gwtquery-plugins/downloads/detail?name=gwtchosen-1.1.0.jar) | ||
|
||
##Credits | ||
|
||
he initial chosen javascript plugin was built by [Harvest](http://www.getharvest.com/). Concept and development by [Patrick Filler](http://patrickfiller.com/). Design and CSS by [Matthew Lettini](http://matthewlettini.com/) | ||
|
||
The GWT port of Chosen was built by [Julien Dramaix](https://plus.google.com/u/0/103916508880440628637) | ||
* The GWT port of Chosen was built by [Julien Dramaix](https://plus.google.com/u/0/103916508880440628637) | ||
|
||
##Contributor | ||
|
||
##IDE Setup | ||
* Create a git clone. | ||
* Import the project using Maven. | ||
* General IDEA and Eclipse project import instructions can be found [here](http://c.gwt-examples.com/home/maven/ide-import) | ||
* General IDEA and Eclipse project import instructions can be found [here](http://c.gwt-examples.com/home/maven/ide-import). | ||
* If using Eclipse double check the GwtChosen GPE plugin and see if GWT is enabled. |