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
Post a Comment