Skip to content

Port of the chosen javascript plugin for Google Web Toolkit

License

Notifications You must be signed in to change notification settings

ispringer/gwtchosen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##gwtchosen 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.

##Stable version

##Credits he initial chosen javascript plugin was built by Harvest. Concept and development by Patrick Filler. Design and CSS by Matthew Lettini

##Maven Configuration Find the the available jars in Maven Central.

  • Release:
<dependency>
    <groupId>com.github.jdramaix</groupId>
    <artifactId>gwtchosen</artifactId>
    <version>1.1.0-alpha-2</version>
    <scope>provided</scope>
</dependency>
  • Snapshot:
<repositories>
    <repository>
        <id>sonatype.snapshots</id>
        <name>Sonatype snapshot repository</name>
        <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
        <layout>default</layout>
    </repository>
</repositories>

<dependency>
    <groupId>com.github.jdramaix</groupId>
    <artifactId>gwtchosen</artifactId>
    <version>1.1.0-alpha-3-SNAPSHOT</version>
    <scope>provided</scope>
</dependency>

##Contributor

##IDE Setup

  • Create a git clone.
  • Import the project using Maven.
  • General IDEA and Eclipse project import instructions can be found here.
  • If using Eclipse double check the GwtChosen GPE plugin and see if GWT is enabled.

About

Port of the chosen javascript plugin for Google Web Toolkit

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 51.5%
  • CSS 48.5%