не последняя версия
Последняя версия 1.5-RC5.1

org.wicketstuff:multi-text-input 1.4.12

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.

Категории

Категории

Wicket Взаимодействие с пользователем Веб-фреймворки
Группа

Группа

org.wicketstuff
Идентификатор

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

multi-text-input
Версия

Версия

1.4.12
Тип

Тип

jar

Скачать multi-text-input 1.4.12


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