w

wicketstuff-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.
Files download
File Operation
wicketstuff-multi-text-input-1.5.13.jar download
wicketstuff-multi-text-input-1.5.13.pom download
wicketstuff-multi-text-input-1.5.13-sources.jar download
Apache Maven
<dependency>
  <groupId>org.wicketstuff</groupId>
  <artifactId>wicketstuff-multi-text-input</artifactId>
  <version>1.5.13</version>
</dependency>
Gradle Groovy
implementation 'org.wicketstuff:wicketstuff-multi-text-input:1.5.13'
Gradle Kotlin
implementation("org.wicketstuff:wicketstuff-multi-text-input:1.5.13")
Scala SBT
libraryDependencies += "org.wicketstuff" % "wicketstuff-multi-text-input" % "1.5.13"
Groovy Grape
@Grapes(
  @Grab(group='org.wicketstuff', module='wicketstuff-multi-text-input', version='1.5.13')
)
Apache Ivy
<dependency org="org.wicketstuff" name="wicketstuff-multi-text-input" rev="1.5.13" />
Leiningen
[org.wicketstuff/wicketstuff-multi-text-input "1.5.13"]
Apache Buildr
'org.wicketstuff:wicketstuff-multi-text-input:jar:1.5.13'