Class gui.MimeDataExporter
Defined in: MimeDataExporter.js.
Constructor Attributes | Constructor Name and Description |
---|---|
MimeDataExporter exports a passed range as several types
into the passed DataTransfer object
|
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}