This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=5,IE=9" ><![endif]--> | |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Graph Editor</title> | |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
| <link rel="stylesheet" type="text/css" href="styles/grapheditor.css"> | |
| <script type="text/javascript"> | |
| // Public global variables | |
| var MAX_REQUEST_SIZE = 10485760; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * $Id: Actions.js,v 1.12 2013/07/15 13:54:44 gaudenz Exp $ | |
| * Copyright (c) 2006-2012, JGraph Ltd | |
| */ | |
| /** | |
| * Constructs the actions object for the given UI. | |
| */ | |
| function Actions(editorUi) | |
| { | |
| this.editorUi = editorUi; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * $Id: EditorUi.js,v 1.32 2013/07/19 06:13:37 gaudenz Exp $ | |
| * Copyright (c) 2006-2012, JGraph Ltd | |
| */ | |
| /** | |
| * Constructs a new graph editor | |
| */ | |
| EditorUi = function(editor, container) { | |
| this.editor = editor || new Editor(); | |
| this.container = container || document.body; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mxGraph.prototype.getBoundingBoxFromGeometry = function(cells, includeEdges) | |
| { | |
| includeEdges = (includeEdges != null) ? includeEdges : false; | |
| var result = null; | |
| if (cells != null) | |
| { | |
| for (var i = 0; i < cells.length; i++) | |
| { | |
| if (includeEdges || this.model.isVertex(cells[i])) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * $Id: Diagramly.js,v 1.80 2013/05/31 13:17:27 david Exp $ | |
| * Copyright (c) 2006-2010, JGraph Ltd | |
| */ | |
| // For compatibility with open servlet on GAE | |
| function setCurrentXml(data, filename) | |
| { | |
| if (window.parent != null && window.parent.openFile != null) | |
| { | |
| window.parent.openFile.setData(data, filename); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * $Id: Diagramly.js,v 1.80 2013/05/31 13:17:27 david Exp $ | |
| * Copyright (c) 2006-2010, JGraph Ltd | |
| */ | |
| // For compatibility with open servlet on GAE | |
| function setCurrentXml(data, filename) | |
| { | |
| if (window.parent != null && window.parent.openFile != null) | |
| { | |
| window.parent.openFile.setData(data, filename); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <mxGraphModel dx="800" dy="800" grid="1" guides="1" tooltips="1" connect="1" fold="1" page="1" pageScale="1" pageWidth="826" pageHeight="1169" style="default-style2"> | |
| <root> | |
| <mxCell id="0"/> | |
| <mxCell id="1" parent="0"/> | |
| <mxCell id="2" value="<p style="margin: 0px; margin-top: 4px; text-align: center;"><strong>Class</strong></p><hr /><p style="margin: 0px; margin-left: 4px;">+ field:<sup>Type</sup></p><hr /><p style="margin: 0px; margin-left: 4px;">+ method(): Type</p>" style="verticalAlign=top;align=left;overflow=fill;fontSize=12;fontFamily=Helvetica;html=1" vertex="1" parent="1"> | |
| <mxGeometry x="10" y="10" width="440" height="360" as="geometry"/> | |
| </mxCell> | |
| </root> | |
| </mxGraphModel> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <ListingManifest> | |
| <SubListings> | |
| <SubListing> | |
| <DisplayName>Complete</DisplayName> | |
| <EditionId>default_edition</EditionId> | |
| <PaymentModel>FREE</PaymentModel> | |
| <SeatCount>1000000</SeatCount> | |
| </SubListing> | |
| </SubListings> | |
| </ListingManifest> |