Mac OS X Reference Library Apple Developer
Search

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



boolean setData(
    in DOMString type,
    in DOMString data); 

setDragImage



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

Member Data

dropEffect
effectAllowed
files
types

dropEffect



attribute DOMString dropEffect; 

effectAllowed



attribute DOMString effectAllowed; 

files



readonly attribute FileList files; 

types



readonly attribute Array types; 

 

Did this document help you? Yes It's good, but... Not helpful...

Last Updated: 2010-05-27