I'm trying to use ZeroClipboard for my project, however it seems the samples provided are mostly about "Copy to" clipboard, what is I need the other way around "Copy from" method.
Anyone can share some code ideas on how to implement this?
Code:
public static native String getPastedText()/*-{
var clip = new $wnd.ZeroClipboard.Client();
}-*/;