Window.clipboardData is not part of Javascript?

In my search for a Javascript method for programmatically selecting WebView content, I came across this piece of Javascript code that uses a method named setData () in a member named clipboardData in a window object.

But when I tried to find the documentation for it in the Javascript reference , clipboardData was not found anywhere.

Why?

Is window.clipboardData part of Javascript or DOM?

+3
source share
2 answers

, - . IE, - ( , - - , ).

+7

, IE . , . //, .

- . Flash 10 , - (, , onload).

. , Adobe/Mozilla , fla. , / .

Windows7, ( 7/7/2011) Safari/FF Chrome/Safari/RockMelt/FF/IE7/IE8/IE9 MacOSX (SL).

, -, , (ab) . , http (-), (.. html ) .

, , .

http://www.rahulsingla.com/blog/2010/03/cross-browser-approach-to-copy-content-to-clipboard-with-javascript

+2

All Articles