Haxe API Documentation
Back | Index
extern class js.html.Clipboard
Available in js

widget/public/nsIClipboard.idlScriptable

This interface supports basic clipboard operations such as: setting, retrieving, emptying, matching and supporting clipboard data.
Inherits from: nsISupports Last changed in Gecko 1.8 (Firefox 1.5 / Thunderbird 1.5 / SeaMonkey 1.0)


Documentation for this class was provided by MDN.

var dropEffect : String
var effectAllowed : String
var files(default,null) : FileList
var items(default,null) : DataTransferItemList
var types(default,null) : Array<Dynamic>
function clearData(?type : String) : Void
function getData(type : String) : String
function setData(type : String, data : String) : Bool
function setDragImage(image : ImageElement, x : Int, y : Int) : Void
Back | Index