Class Index | File Index

Classes


Class gui.MimeDataExporter


Defined in: MimeDataExporter.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
MimeDataExporter exports a passed range as several types into the passed DataTransfer object
Method Summary
Method Attributes Method Name and Description
 
exportRangeToDataTransfer(dataTransfer, range)
Copy the contents of the supplied range into the passed dataTransfer.
Class Detail
gui.MimeDataExporter()
MimeDataExporter exports a passed range as several types into the passed DataTransfer object
Method Detail
{undefined} exportRangeToDataTransfer(dataTransfer, range)
Copy the contents of the supplied range into the passed dataTransfer.
Parameters:
{!DataTransfer} dataTransfer
{!Range} range
Selection range to copy into the clipboard
Returns:
{undefined}

Documentation generated by JsDoc Toolkit 2.4.0 on Thu Aug 06 2015 04:10:40 GMT+0200 (MESZ)