Class Index | File Index

Classes


Class gui.Clipboard


Defined in: Clipboard.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
gui.Clipboard(mimeDataExporter)
Clipboard wrapper to attempt some semblance of cross-browser clipboard support
Method Summary
Method Attributes Method Name and Description
 
setDataFromRange(e, range)
Copy the contents of the supplied range onto the clipboard (if available).
Class Detail
gui.Clipboard(mimeDataExporter)
Clipboard wrapper to attempt some semblance of cross-browser clipboard support
Parameters:
{!gui.MimeDataExporter} mimeDataExporter
Method Detail
{boolean} setDataFromRange(e, range)
Copy the contents of the supplied range onto the clipboard (if available).
Parameters:
{!Event} e
{!Range} range
Selection range to copy into the clipboard
Returns:
{boolean} Returns true if the data was successfully copied to the clipboard

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