Home
last modified time | relevance | path

Searched refs:theData (Results 1 – 1 of 1) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/
H A DEditorUi.js3485 var doImport = mxUtils.bind(this, function(theData, theMimeType) argument
3487 if (theData != null && theMimeType == 'application/pdf')
3489 var xml = Editor.extractGraphModelFromPdf(theData);
3494 theData = xml;
3498 …if (theData != null) //Try to parse the file as xml (can be a library or mxfile). Otherwise, an er…
3500 var doc = mxUtils.parseXml(theData);