Multi-Text Input

The WicketStuff Multi-Text input is a Javascript widget which mimics the To: input in Apple's Mail.app, or the >fb:multi-friend-input< input from Facebook. Essentially, the user may type a piece of text into the input then hit the enter key to have the text added to the input in a rounded box. The user may delete the texted entered by either clicking on an x button within the rounded box, or hitting the backspace button to highlight the text, then clicking backspace again to delete it. Two sets of hidden inputs are used to keep track of the text added to the input and the text deleted.

License

License

Categories

Categories

Wicket User Interface Web Frameworks
GroupId

GroupId

org.wicketstuff
ArtifactId

ArtifactId

wicketstuff-multi-text-input
Last Version

Last Version

1.5.13
Release Date

Release Date

Type

Type

jar
Description

Description

Multi-Text Input
The WicketStuff Multi-Text input is a Javascript widget which mimics the To: input in Apple's Mail.app, or the >fb:multi-friend-input< input from Facebook. Essentially, the user may type a piece of text into the input then hit the enter key to have the text added to the input in a rounded box. The user may delete the texted entered by either clicking on an x button within the rounded box, or hitting the backspace button to highlight the text, then clicking backspace again to delete it. Two sets of hidden inputs are used to keep track of the text added to the input and the text deleted.

Download wicketstuff-multi-text-input

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.wicketstuff : wicketstuff-prototype jar 1.5.13
org.apache.wicket : wicket-extensions jar 1.5.13
org.apache.wicket : wicket pom 1.5.13

test (3)

Group / Artifact Type Version
org.slf4j : slf4j-log4j12 jar 1.6.4
log4j : log4j jar 1.2.16
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.

Wicket Stuff Core

Overview:

Wicket Stuff is a collection of open source projects for the Apache Wicket web framework created and maintained by the Wicket community.

The core release is essentially a container into which developers place their project that ensures that regular releases are made that pair the projects to a specific wicket version.

The project acceptance criteria is very broad. So long as it is wicket related you are welcome to add in your module.

Our release process allows end users an easy way to track a project relative to the wicket release cycle.

For example, if a user sees a org.wicketstuff:someproject artifact with a version of 1.4.16.1 they can know immediately that it is based on wicket 1.4.16 and that it is the first point release (the 1.4.16 version would have been the original release).

Project Documentation (Wiki):

https://github.com/wicketstuff/core/wiki

Project Documentation (JavaDoc):

JavaDocs are hosted at http://www.javadoc.io. Just append to 'http://www.javadoc.io/doc' the group id and the artifact id of a module to get its javadoc. For example:

-http://www.javadoc.io/doc/org.wicketstuff/wicketstuff-stateless

-http://www.javadoc.io/doc/org.wicketstuff/wicketstuff-restannotations

org.wicketstuff

WicketStuff

Versions

Version
1.5.13
1.5.10
1.5.9.1
1.5.9
1.5.8.1
1.5.8
1.5.7
1.5.5
1.5.4
1.5.3.1
1.5.3
1.5.2
1.5.1
1.5.0
1.5-RC7
1.5-RC5.1.1