Chosen plugin for gQuery

GwtChosen is the GWT port of the Chosen javascript plugin that makes long, unwieldy select boxes much more user-friendly.

Лицензия

Лицензия

Категории

Категории

GWT (Google Web Toolkit) Взаимодействие с пользователем Веб-фреймворки
Группа

Группа

com.github.jdramaix
Идентификатор

Идентификатор

gwtchosen
Последняя версия

Последняя версия

1.2.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Chosen plugin for gQuery
GwtChosen is the GWT port of the Chosen javascript plugin that makes long, unwieldy select boxes much more user-friendly.
Организация-разработчик

Организация-разработчик

Julien Dramaix

Скачать gwtchosen

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.jdramaix/gwtchosen/ -->
<dependency>
    <groupId>com.github.jdramaix</groupId>
    <artifactId>gwtchosen</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jdramaix/gwtchosen/
implementation 'com.github.jdramaix:gwtchosen:1.2.0'
// https://jarcasting.com/artifacts/com.github.jdramaix/gwtchosen/
implementation ("com.github.jdramaix:gwtchosen:1.2.0")
'com.github.jdramaix:gwtchosen:jar:1.2.0'
<dependency org="com.github.jdramaix" name="gwtchosen" rev="1.2.0">
  <artifact name="gwtchosen" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jdramaix', module='gwtchosen', version='1.2.0')
)
libraryDependencies += "com.github.jdramaix" % "gwtchosen" % "1.2.0"
[com.github.jdramaix/gwtchosen "1.2.0"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.google.gwt : gwt-user jar 2.5.0

provided (2)

Идентификатор библиотеки Тип Версия
com.google.gwt : gwt-dev jar 2.5.0
com.googlecode.gwtquery : gwtquery jar 1.3.3

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11

Модули Проекта

Данный проект не имеет модулей.

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

##Documentation

##Stable version

##Maven Configuration

Release:

<dependency>
    <groupId>com.arcbees</groupId>
    <artifactId>gwtchosen</artifactId>
    <version>3.0</version>
    <scope>compile</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.arcbees</groupId>
    <artifactId>gwtchosen</artifactId>
    <version>3.1-SNAPSHOT</version>
    <scope>compile</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.

##Debugging integration tests locally

  1. cd integration-test
  2. mvn gwt:run -Pintegration-test
  3. Open your browser to http://127.0.0.1:8080/#{test case token}

##Uploading docs and demos 0. Add your Github credentials to ~/.m2/settings.xml

  1. cd sample
  2. mvn clean install site

This will upload the docs site to branch gh-pages to be served at http://arcbees.github.io/gwtchosen.

##Credits

##Thanks to Arcbees.com

Atlassian

IntelliJ

Версии библиотеки

Версия
1.2.0
1.1.0-alpha-2
1.1.0-alpha-1