java - Using ZeroClipboard with GWT -


i'm trying use zeroclipboard project, seems samples provided "copy to" clipboard, need other way around "copy from" method.

anyone can share code ideas on how implement this?

code:

public static native string getpastedtext()/*-{     var clip = new $wnd.zeroclipboard.client();  }-*/; 

you can't using default browser installation. , security requirement.

if possible, can imagine how data stoled using javascript?


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -