Adrian
Adrian

Reputation: 6101

Java: Copy text to clipboard in a Apache Wicket web application

I am looking for a method to allow the user of my Wicket web application to copy the text of a Label into clipboard.

Upvotes: 3

Views: 910

Answers (1)

martin-g
martin-g

Reputation: 17533

You can use Wicketstuff ClipboardJS integration: https://github.com/wicketstuff/core/tree/wicket-7.x/wicketstuff-clipboard-js-parent

It uses https://clipboardjs.com.

Upvotes: 5

Related Questions