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
| package com.mxgraph.gwt.client.view; | |
| import java.util.List; | |
| import java.util.Map; | |
| import com.google.gwt.core.client.GWT; | |
| import com.google.gwt.core.client.JavaScriptObject; | |
| import com.google.gwt.dom.client.Document; | |
| import com.google.gwt.dom.client.Element; | |
| import com.google.gwt.dom.client.NativeEvent; |
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: markers.html,v 1.4 2013/10/28 08:44:55 gaudenz Exp $ | |
| Copyright (c) 2006-2014, JGraph Ltd | |
| Demonstrates creating a custom edge in mxGraph | |
| --> | |
| <html> | |
| <head> | |
| <title>Custom edge example for mxGraph</title> |
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="" style="whiteSpace=wrap" vertex="1" parent="1"> | |
| <mxGeometry x="150" y="230" width="120" height="60" as="geometry"/> | |
| </mxCell> | |
| <mxCell id="3" value="" style="whiteSpace=wrap" vertex="1" parent="1"> | |
| <mxGeometry x="770" y="230" width="120" height="60" as="geometry"/> | |
| </mxCell> |
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="3" value="<p style="margin: 0px; margin-top: 4px; text-align: center;">Hello, Dolly!&nbsp;&plusmn;Test</p>" style="verticalAlign=top;align=left;overflow=fill;fontSize=12;fontFamily=Helvetica;html=1" vertex="1" parent="1"> | |
| <mxGeometry x="80" y="340" width="140" height="60" as="geometry"/> | |
| </mxCell> | |
| <mxCell id="4" value="±" style="whiteSpace=wrap" vertex="1" parent="1"> | |
| <mxGeometry x="340" y="340" width="120" height="60" as="geometry"/> | |
| </mxCell> |
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
| <ac:layout><ac:layout-section ac:type="single"><ac:layout-cell> | |
| <h1 style="text-align: center;">Welcome to the EEO Project</h1> | |
| <p>Here's a brief overview:</p> | |
| <p><ac:structured-macro ac:name="viewppt"><ac:parameter ac:name="height">50%</ac:parameter><ac:parameter ac:name="name"><ri:attachment ri:filename="EEO Project - Project Team Briefing - 20130916.pptx" /></ac:parameter></ac:structured-macro></p></ac:layout-cell></ac:layout-section><ac:layout-section ac:type="single"><ac:layout-cell> | |
| <p><ac:structured-macro ac:name="diagramly"><ac:parameter ac:name="docId">5701638</ac:parameter></ac:structured-macro>The EEO Project Structure:</p> | |
| <p><ac:structured-macro ac:name="gallery" /></p> | |
| <p> <ac:structured-macro ac:name="diagramly"><ac:parameter ac:name="width">700</ac:parameter><ac:parameter ac:name="height">500</ac:parameter><ac:parameter ac:name="border">true</ac:parameter><ac:parameter ac:name="grid">true</ac:parameter><ac:parameter ac:name="fitWindow">false</ac:parameter><ac:parameter ac:name="autoSize"> |
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: Dialogs.js,v 1.10 2013/08/20 12:10:41 gaudenz Exp $ | |
| * Copyright (c) 2006-2012, JGraph Ltd | |
| */ | |
| /** | |
| * Constructs a new dialog. | |
| */ | |
| function Dialog(editorUi, elt, w, h, modal, closable, onClose) | |
| { | |
| var dx = 0; |
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: mxEdgeStyle.js,v 1.3 2013/10/03 14:17:11 david Exp $ | |
| * Copyright (c) 2006-2010, JGraph Ltd | |
| */ | |
| var mxEdgeStyle = | |
| { | |
| /** | |
| * Class: mxEdgeStyle | |
| * | |
| * Provides various edge styles to be used as the values for |
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: mxSwimlaneLayout.js,v 1.3 2013/09/23 14:11:22 david Exp $ | |
| * Copyright (c) 2005-2012, JGraph Ltd | |
| */ | |
| /** | |
| * Class: mxSwimlaneLayout | |
| * | |
| * A hierarchical layout algorithm. | |
| * | |
| * Constructor: mxSwimlaneLayout |
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: images.html,v 1.25 2012/11/20 09:06:07 gaudenz Exp $ | |
| Copyright (c) 2006-2010, JGraph Ltd | |
| Images example for mxGraph. This example demonstrates using | |
| background images and images for for the label- and image-shape. | |
| --> | |
| <html> | |
| <head> | |
| <title></title> |