Clipboard

Module:
core
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Functions

clearData
getData
setData
setDragImage

clearData


void clearData(
    in DOMString type) raises(DOMException); 


getData


void getData(
    in DOMString type) raises(DOMException); 


setData


void setData(
    in DOMString type,
    in DOMString data) raises(DOMException); 


setDragImage


void setDragImage(
    in HTMLImageElement image,
    in long x,
    in long y) raises(DOMException); 

Member Data

dropEffect
effectAllowed
types

dropEffect


attribute DOMString dropEffect; 


effectAllowed


attribute DOMString effectAllowed; 


types


readonly attribute Array types; 

 

Last Updated: 2009-05-29