2.3.0.0 release
parent
4b9d6b563f
commit
e42acd98f2
17
ChangeLog
17
ChangeLog
|
@ -1,3 +1,20 @@
|
|||
28-OCT-2013: 2.3.0.0
|
||||
|
||||
- Fixes repaint in mxShape when switch from HTML to VML dialect [JavaScript]
|
||||
- Adds optional width, height arguments in mxUtils.show [JavaScript]
|
||||
- Fixes handling of NaN in mxUtils.equalEntries, adds mxUtils.isNaN [JavaScript]
|
||||
- Removes mxCellRenderer.order(Edge), insertState [JavaScript]
|
||||
- Removes mxCellRenderer.get/findPreviousStateInContainer [JavaScript]
|
||||
- Replaces mxCellRenderer.initialize with lazy initialization [JavaScript]
|
||||
- Adds mxCellRenderer.insertStateAfter, getShapesForState, redrawShape [JavaScript]
|
||||
- Adds mxGraphView.stateValidated to implement DOM node order [JavaScript]
|
||||
- Removes orderChanged argument in mxGraphView.invalidate [JavaScript]
|
||||
- Removes mxCellState.invalidOrder, orderChanged flags [JavaScript]
|
||||
- Replaces check in mxGraphHandler with mxGraph.isEventSourceIgnored [JavaScript]
|
||||
- Changes default of mxGraph.keepEdgesInForeground to false [JavaScript]
|
||||
- Removes mxGraph.ordered, keepEdgesInBackground switches [JavaScript]
|
||||
- Removes dbeditor.html, extjs.html examples [JavaScript]
|
||||
|
||||
23-OCT-2013: 2.2.0.5
|
||||
|
||||
- Fixes mxGraph.prototype.autoSizeCell [JavaScript]
|
||||
|
|
|
@ -61,7 +61,7 @@ HideAllBut([1], 13);// --></script></div><!--Menu-->
|
|||
|
||||
|
||||
<!--START_ND_TOOLTIPS-->
|
||||
<div class=CToolTip id="tt1"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>function mxDefaultPopupMenu(</td><td class=PParameter nowrap>config</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Constructs a new popupmenu-factory based on given configuration.</div></div><div class=CToolTip id="tt2"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>mxDefaultPopupMenu.prototype.imageBasePath</td></tr></table></blockquote>Base path for all icon attributes in the config. </div></div><div class=CToolTip id="tt3"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>mxDefaultPopupMenu.prototype.config</td></tr></table></blockquote>XML node used as the description of new menu items. </div></div><div class=CToolTip id="tt4"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>mxDefaultPopupMenu.prototype.createMenu = function(</td><td class=PParameter nowrap>editor,</td></tr><tr><td></td><td class=PParameter nowrap>menu,</td></tr><tr><td></td><td class=PParameter nowrap>cell,</td></tr><tr><td></td><td class=PParameter nowrap>evt</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>This function is called from mxEditor to add items to the given menu based on config. </div></div><div class=CToolTip id="tt5"><div class=CClass>Extends mxEventSource to implement a application wrapper for a graph that adds actions, I/O using mxCodec, auto-layout using mxLayoutManager, command history using undoManager, and standard dialogs and widgets, eg. </div></div><div class=CToolTip id="tt6"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>mxDefaultPopupMenu.prototype.addItems = function(</td><td class=PParameter nowrap>editor,</td></tr><tr><td></td><td class=PParameter nowrap>menu,</td></tr><tr><td></td><td class=PParameter nowrap>cell,</td></tr><tr><td></td><td class=PParameter nowrap>evt,</td></tr><tr><td></td><td class=PParameter nowrap>conditions,</td></tr><tr><td></td><td class=PParameter nowrap>item,</td></tr><tr><td></td><td class=PParameter nowrap>parent</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Recursively adds the given items and all of its children into the given menu.</div></div><div class=CToolTip id="tt7"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>mxDefaultPopupMenu.prototype.addAction = function(</td><td class=PParameter nowrap>menu,</td></tr><tr><td></td><td class=PParameter nowrap>editor,</td></tr><tr><td></td><td class=PParameter nowrap>lab,</td></tr><tr><td></td><td class=PParameter nowrap>icon,</td></tr><tr><td></td><td class=PParameter nowrap>funct,</td></tr><tr><td></td><td class=PParameter nowrap>action,</td></tr><tr><td></td><td class=PParameter nowrap>cell,</td></tr><tr><td></td><td class=PParameter nowrap>parent,</td></tr><tr><td></td><td class=PParameter nowrap>iconCls</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Helper method to bind an action to a new menu item.</div></div><div class=CToolTip id="tt8"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>mxDefaultPopupMenu.prototype.createConditions = function(</td><td class=PParameter nowrap>editor,</td></tr><tr><td></td><td class=PParameter nowrap>cell,</td></tr><tr><td></td><td class=PParameter nowrap>evt</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Evaluates the default conditions for the given context.</div></div><div class=CToolTip id="tt9"><div class=CClass>Event handler that pans and creates popupmenus. </div></div><div class=CToolTip id="tt10"><div class=CClass>Custom codec for configuring mxDefaultPopupMenus. </div></div><div class=CToolTip id="tt11"><div class=CClass>Cells are the elements of the graph model. </div></div><!--END_ND_TOOLTIPS-->
|
||||
<div class=CToolTip id="tt1"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>function mxDefaultPopupMenu(</td><td class=PParameter nowrap>config</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Constructs a new popupmenu-factory based on given configuration.</div></div><div class=CToolTip id="tt2"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>mxDefaultPopupMenu.prototype.imageBasePath</td></tr></table></blockquote>Base path for all icon attributes in the config. </div></div><div class=CToolTip id="tt3"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>mxDefaultPopupMenu.prototype.config</td></tr></table></blockquote>XML node used as the description of new menu items. </div></div><div class=CToolTip id="tt4"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>mxDefaultPopupMenu.prototype.createMenu = function(</td><td class=PParameter nowrap>editor,</td></tr><tr><td></td><td class=PParameter nowrap>menu,</td></tr><tr><td></td><td class=PParameter nowrap>cell,</td></tr><tr><td></td><td class=PParameter nowrap>evt</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>This function is called from mxEditor to add items to the given menu based on config. </div></div><div class=CToolTip id="tt5"><div class=CClass>Extends mxEventSource to implement a application wrapper for a graph that adds actions, I/O using mxCodec, auto-layout using mxLayoutManager, command history using undoManager, and standard dialogs and widgets, eg. </div></div><div class=CToolTip id="tt6"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>mxDefaultPopupMenu.prototype.addItems = function(</td><td class=PParameter nowrap>editor,</td></tr><tr><td></td><td class=PParameter nowrap>menu,</td></tr><tr><td></td><td class=PParameter nowrap>cell,</td></tr><tr><td></td><td class=PParameter nowrap>evt,</td></tr><tr><td></td><td class=PParameter nowrap>conditions,</td></tr><tr><td></td><td class=PParameter nowrap>item,</td></tr><tr><td></td><td class=PParameter nowrap>parent</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Recursively adds the given items and all of its children into the given menu.</div></div><div class=CToolTip id="tt7"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>mxDefaultPopupMenu.prototype.addAction = function(</td><td class=PParameter nowrap>menu,</td></tr><tr><td></td><td class=PParameter nowrap>editor,</td></tr><tr><td></td><td class=PParameter nowrap>lab,</td></tr><tr><td></td><td class=PParameter nowrap>icon,</td></tr><tr><td></td><td class=PParameter nowrap>funct,</td></tr><tr><td></td><td class=PParameter nowrap>action,</td></tr><tr><td></td><td class=PParameter nowrap>cell,</td></tr><tr><td></td><td class=PParameter nowrap>parent,</td></tr><tr><td></td><td class=PParameter nowrap>iconCls</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Helper method to bind an action to a new menu item.</div></div><div class=CToolTip id="tt8"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>mxDefaultPopupMenu.prototype.createConditions = function(</td><td class=PParameter nowrap>editor,</td></tr><tr><td></td><td class=PParameter nowrap>cell,</td></tr><tr><td></td><td class=PParameter nowrap>evt</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Evaluates the default conditions for the given context.</div></div><div class=CToolTip id="tt9"><div class=CClass>Basic popup menu. </div></div><div class=CToolTip id="tt10"><div class=CClass>Custom codec for configuring mxDefaultPopupMenus. </div></div><div class=CToolTip id="tt11"><div class=CClass>Cells are the elements of the graph model. </div></div><!--END_ND_TOOLTIPS-->
|
||||
|
||||
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -15,7 +15,7 @@ if (browserType) {document.write("<div class=" + browserType + ">");if (browserV
|
|||
|
||||
<div class="CGroup"><div class=CTopic><h3 class=CTitle><a name="mxClient.Variables"></a>Variables</h3></div></div>
|
||||
|
||||
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxClient.VERSION"></a>VERSION</h3><div class=CBody><p>Contains the current version of the mxGraph library. The strings that communicate versions of mxGraph use the following format.</p><p>versionMajor.versionMinor.buildNumber.revisionNumber</p><p>Current version is 2.2.0.5.</p></div></div></div>
|
||||
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxClient.VERSION"></a>VERSION</h3><div class=CBody><p>Contains the current version of the mxGraph library. The strings that communicate versions of mxGraph use the following format.</p><p>versionMajor.versionMinor.buildNumber.revisionNumber</p><p>Current version is 2.3.0.0.</p></div></div></div>
|
||||
|
||||
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxClient.IS_IE"></a>IS_IE</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>IS_IE: navigator.userAgent.indexOf(</td><td class=PParameter nowrap>'MSIE'</td><td class=PAfterParameters nowrap>) ></td></tr></table></td></tr></table></blockquote><p>True if the current browser is Internet Explorer.</p></div></div></div>
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -13,7 +13,7 @@ if (browserType) {document.write("<div class=" + browserType + ">");if (browserV
|
|||
|
||||
<div id=Content><div class="CClass"><div class=CTopic id=MainTopic><h1 class=CTitle><a name="mxResources"></a>mxResources</h1><div class=CBody><p>Implements internationalization. You can provide any number of resource files on the server using the following format for the filename: name[-en].properties. The en stands for any lowercase 2-character language shortcut (eg. de for german, fr for french).</p><p>If the optional language extension is omitted, then the file is used as a default resource which is loaded in all cases. If a properties file for a specific language exists, then it is used to override the settings in the default resource. All entries in the file are of the form key=value. The values may then be accessed in code via <a href="#mxResources.get" class=LFunction id=link6 onMouseOver="ShowTip(event, 'tt5', 'link6')" onMouseOut="HideTip('tt5')">get</a>. Lines without equal signs in the properties files are ignored.</p><p>Resource files may either be added programmatically using <a href="#mxResources.add" class=LFunction id=link7 onMouseOver="ShowTip(event, 'tt3', 'link7')" onMouseOut="HideTip('tt3')">add</a> or via a resource tag in the UI section of the editor configuration file, eg:</p><blockquote><pre class="prettyprint"><mxEditor>
|
||||
<ui>
|
||||
<resource basename="examples/resources/mxWorkflow"/></pre></blockquote><p>The above element will load examples/resources/mxWorkflow.properties as well as the language specific file for the current language, if it exists.</p><p>Values may contain placeholders of the form {1}...{n} where each placeholder is replaced with the value of the corresponding array element in the params argument passed to <a href="#mxResources.get" class=LFunction id=link8 onMouseOver="ShowTip(event, 'tt5', 'link8')" onMouseOut="HideTip('tt5')">mxResources.get</a>. The placeholder {1} maps to the first element in the array (at index 0).</p><p>See <a href="../mxClient-js.html#mxClient.language" class=LVariable id=link9 onMouseOver="ShowTip(event, 'tt6', 'link9')" onMouseOut="HideTip('tt6')">mxClient.language</a> for more information on specifying the default language or disabling all loading of resources.</p><p>Lines that start with a # sign will be ignored.</p><p>Special characters</p><p>To use unicode characters, use the standard notation (eg. \u8fd1) or %u as a prefix (eg. %u20AC will display a Euro sign). For normal hex encoded strings, use % as a prefix, eg. %F6 will display a <EFBFBD> (&ouml;).</p><p>See <a href="#mxResources.resourcesEncoded" class=LVariable id=link10 onMouseOver="ShowTip(event, 'tt7', 'link10')" onMouseOut="HideTip('tt7')">resourcesEncoded</a> to disable this. If you disable this, make sure that your files are UTF-8 encoded.</p><!--START_ND_SUMMARY--><div class=Summary><div class=STitle>Summary</div><div class=SBorder><table border=0 cellspacing=0 cellpadding=0 class=STable><tr class="SMain"><td class=SEntry><a href="#mxResources" >mxResources</a></td><td class=SDescription>Implements internationalization. </td></tr><tr class="SGroup SIndent1"><td class=SEntry><a href="#mxResources.Variables" >Variables</a></td><td class=SDescription></td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxResources.resources" >resources</a></td><td class=SDescription>Associative array that maps from keys to values.</td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxResources.extension" >extension</a></td><td class=SDescription>Specifies the extension used for language files. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxResources.resourcesEncoded" >resourcesEncoded</a></td><td class=SDescription>Specifies whether or not values in resource files are encoded with \u or percentage. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxResources.loadDefaultBundle" >loadDefaultBundle</a></td><td class=SDescription>Specifies if the default file for a given basename should be loaded. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxResources.loadDefaultBundle" >loadDefaultBundle</a></td><td class=SDescription>Specifies if the specific language file file for a given basename should be loaded. </td></tr><tr class="SGroup SIndent1"><td class=SEntry><a href="#mxResources.Functions" >Functions</a></td><td class=SDescription></td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#mxResources.isBundleSupported" >isBundleSupported</a></td><td class=SDescription>Hook for subclassers to disable support for a given language. </td></tr><tr class="SFunction SIndent2"><td class=SEntry><a href="#mxResources.getDefaultBundle" id=link1 onMouseOver="ShowTip(event, 'tt1', 'link1')" onMouseOut="HideTip('tt1')">getDefaultBundle</a></td><td class=SDescription>Hook for subclassers to return the URL for the special bundle. </td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#mxResources.getSpecialBundle" id=link2 onMouseOver="ShowTip(event, 'tt2', 'link2')" onMouseOut="HideTip('tt2')">getSpecialBundle</a></td><td class=SDescription>Hook for subclassers to return the URL for the special bundle. </td></tr><tr class="SFunction SIndent2"><td class=SEntry><a href="#mxResources.add" id=link3 onMouseOver="ShowTip(event, 'tt3', 'link3')" onMouseOut="HideTip('tt3')">add</a></td><td class=SDescription>Adds the default and current language properties file for the specified basename. </td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#mxResources.parse" id=link4 onMouseOver="ShowTip(event, 'tt4', 'link4')" onMouseOut="HideTip('tt4')">parse</a></td><td class=SDescription>Parses the key, value pairs in the specified text and stores them as local resources.</td></tr><tr class="SFunction SIndent2"><td class=SEntry><a href="#mxResources.get" id=link5 onMouseOver="ShowTip(event, 'tt5', 'link5')" onMouseOut="HideTip('tt5')">get</a></td><td class=SDescription>Returns the value for the specified resource key.</td></tr></table></div></div><!--END_ND_SUMMARY--></div></div></div>
|
||||
<resource basename="examples/resources/mxWorkflow"/></pre></blockquote><p>The above element will load examples/resources/mxWorkflow.properties as well as the language specific file for the current language, if it exists.</p><p>Values may contain placeholders of the form {1}...{n} where each placeholder is replaced with the value of the corresponding array element in the params argument passed to <a href="#mxResources.get" class=LFunction id=link8 onMouseOver="ShowTip(event, 'tt5', 'link8')" onMouseOut="HideTip('tt5')">mxResources.get</a>. The placeholder {1} maps to the first element in the array (at index 0).</p><p>See <a href="../mxClient-js.html#mxClient.language" class=LVariable id=link9 onMouseOver="ShowTip(event, 'tt6', 'link9')" onMouseOut="HideTip('tt6')">mxClient.language</a> for more information on specifying the default language or disabling all loading of resources.</p><p>Lines that start with a # sign will be ignored.</p><p>Special characters</p><p>To use unicode characters, use the standard notation (eg. \u8fd1) or %u as a prefix (eg. %u20AC will display a Euro sign). For normal hex encoded strings, use % as a prefix, eg. %F6 will display a “o umlaut” (&ouml;).</p><p>See <a href="#mxResources.resourcesEncoded" class=LVariable id=link10 onMouseOver="ShowTip(event, 'tt7', 'link10')" onMouseOut="HideTip('tt7')">resourcesEncoded</a> to disable this. If you disable this, make sure that your files are UTF-8 encoded.</p><!--START_ND_SUMMARY--><div class=Summary><div class=STitle>Summary</div><div class=SBorder><table border=0 cellspacing=0 cellpadding=0 class=STable><tr class="SMain"><td class=SEntry><a href="#mxResources" >mxResources</a></td><td class=SDescription>Implements internationalization. </td></tr><tr class="SGroup SIndent1"><td class=SEntry><a href="#mxResources.Variables" >Variables</a></td><td class=SDescription></td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxResources.resources" >resources</a></td><td class=SDescription>Associative array that maps from keys to values.</td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxResources.extension" >extension</a></td><td class=SDescription>Specifies the extension used for language files. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxResources.resourcesEncoded" >resourcesEncoded</a></td><td class=SDescription>Specifies whether or not values in resource files are encoded with \u or percentage. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxResources.loadDefaultBundle" >loadDefaultBundle</a></td><td class=SDescription>Specifies if the default file for a given basename should be loaded. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxResources.loadDefaultBundle" >loadDefaultBundle</a></td><td class=SDescription>Specifies if the specific language file file for a given basename should be loaded. </td></tr><tr class="SGroup SIndent1"><td class=SEntry><a href="#mxResources.Functions" >Functions</a></td><td class=SDescription></td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#mxResources.isBundleSupported" >isBundleSupported</a></td><td class=SDescription>Hook for subclassers to disable support for a given language. </td></tr><tr class="SFunction SIndent2"><td class=SEntry><a href="#mxResources.getDefaultBundle" id=link1 onMouseOver="ShowTip(event, 'tt1', 'link1')" onMouseOut="HideTip('tt1')">getDefaultBundle</a></td><td class=SDescription>Hook for subclassers to return the URL for the special bundle. </td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#mxResources.getSpecialBundle" id=link2 onMouseOver="ShowTip(event, 'tt2', 'link2')" onMouseOut="HideTip('tt2')">getSpecialBundle</a></td><td class=SDescription>Hook for subclassers to return the URL for the special bundle. </td></tr><tr class="SFunction SIndent2"><td class=SEntry><a href="#mxResources.add" id=link3 onMouseOver="ShowTip(event, 'tt3', 'link3')" onMouseOut="HideTip('tt3')">add</a></td><td class=SDescription>Adds the default and current language properties file for the specified basename. </td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#mxResources.parse" id=link4 onMouseOver="ShowTip(event, 'tt4', 'link4')" onMouseOut="HideTip('tt4')">parse</a></td><td class=SDescription>Parses the key, value pairs in the specified text and stores them as local resources.</td></tr><tr class="SFunction SIndent2"><td class=SEntry><a href="#mxResources.get" id=link5 onMouseOver="ShowTip(event, 'tt5', 'link5')" onMouseOut="HideTip('tt5')">get</a></td><td class=SDescription>Returns the value for the specified resource key.</td></tr></table></div></div><!--END_ND_SUMMARY--></div></div></div>
|
||||
|
||||
<div class="CGroup"><div class=CTopic><h3 class=CTitle><a name="mxResources.Variables"></a>Variables</h3></div></div>
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -11,9 +11,9 @@ if (browserType) {document.write("<div class=" + browserType + ">");if (browserV
|
|||
|
||||
|
||||
|
||||
<div id=Index><div class=IPageTitle>Function Index</div><div class=INavigationBar>$#! · 0-9 · <a href="Functions.html#A">A</a> · <a href="Functions2.html#B">B</a> · <a href="Functions3.html#C">C</a> · <a href="Functions4.html#D">D</a> · <a href="Functions5.html#E">E</a> · <a href="Functions6.html#F">F</a> · <a href="Functions7.html#G">G</a> · <a href="Functions8.html#H">H</a> · <a href="Functions9.html#I">I</a> · <a href="Functions10.html#J">J</a> · <a href="Functions10.html#K">K</a> · <a href="Functions10.html#L">L</a> · <a href="Functions11.html#M">M</a> · <a href="Functions12.html#N">N</a> · <a href="Functions12.html#O">O</a> · <a href="Functions13.html#P">P</a> · <a href="#Q">Q</a> · <a href="Functions15.html#R">R</a> · <a href="Functions16.html#S">S</a> · <a href="Functions17.html#T">T</a> · <a href="Functions18.html#U">U</a> · <a href="Functions19.html#V">V</a> · <a href="Functions19.html#W">W</a> · X · Y · <a href="Functions19.html#Z">Z</a></div><table border=0 cellspacing=0 cellpadding=0><tr><td class=IHeading id=IFirstHeading><a name="Q"></a>Q</td><td></td></tr><tr><td class=ISymbolPrefix id=IOnlySymbolPrefix> </td><td class=IEntry><span class=ISymbol>quadTo</span><div class=ISubIndex><a href="../files/util/mxAbstractCanvas2D-js.html#mxAbstractCanvas2D.quadTo" id=link1485 onMouseOver="ShowTip(event, 'tt1480', 'link1485')" onMouseOut="HideTip('tt1480')" class=IParent>mxAbstractCanvas2D</a><a href="../files/util/mxVmlCanvas2D-js.html#mxVmlCanvas2D.quadTo" id=link1486 onMouseOver="ShowTip(event, 'tt1481', 'link1486')" onMouseOut="HideTip('tt1481')" class=IParent>mxVmlCanvas2D</a><a href="../files/util/mxXmlCanvas2D-js.html#mxXmlCanvas2D.quadTo" id=link1487 onMouseOver="ShowTip(event, 'tt1482', 'link1487')" onMouseOut="HideTip('tt1482')" class=IParent>mxXmlCanvas2D</a></div></td></tr></table>
|
||||
<div id=Index><div class=IPageTitle>Function Index</div><div class=INavigationBar>$#! · 0-9 · <a href="Functions.html#A">A</a> · <a href="Functions2.html#B">B</a> · <a href="Functions3.html#C">C</a> · <a href="Functions4.html#D">D</a> · <a href="Functions5.html#E">E</a> · <a href="Functions6.html#F">F</a> · <a href="Functions7.html#G">G</a> · <a href="Functions8.html#H">H</a> · <a href="Functions9.html#I">I</a> · <a href="Functions10.html#J">J</a> · <a href="Functions10.html#K">K</a> · <a href="Functions10.html#L">L</a> · <a href="Functions11.html#M">M</a> · <a href="Functions12.html#N">N</a> · <a href="Functions12.html#O">O</a> · <a href="Functions13.html#P">P</a> · <a href="#Q">Q</a> · <a href="Functions15.html#R">R</a> · <a href="Functions16.html#S">S</a> · <a href="Functions17.html#T">T</a> · <a href="Functions18.html#U">U</a> · <a href="Functions19.html#V">V</a> · <a href="Functions19.html#W">W</a> · X · Y · <a href="Functions19.html#Z">Z</a></div><table border=0 cellspacing=0 cellpadding=0><tr><td class=IHeading id=IFirstHeading><a name="Q"></a>Q</td><td></td></tr><tr><td class=ISymbolPrefix id=IOnlySymbolPrefix> </td><td class=IEntry><span class=ISymbol>quadTo</span><div class=ISubIndex><a href="../files/util/mxAbstractCanvas2D-js.html#mxAbstractCanvas2D.quadTo" id=link1487 onMouseOver="ShowTip(event, 'tt1482', 'link1487')" onMouseOut="HideTip('tt1482')" class=IParent>mxAbstractCanvas2D</a><a href="../files/util/mxVmlCanvas2D-js.html#mxVmlCanvas2D.quadTo" id=link1488 onMouseOver="ShowTip(event, 'tt1483', 'link1488')" onMouseOut="HideTip('tt1483')" class=IParent>mxVmlCanvas2D</a><a href="../files/util/mxXmlCanvas2D-js.html#mxXmlCanvas2D.quadTo" id=link1489 onMouseOver="ShowTip(event, 'tt1484', 'link1489')" onMouseOut="HideTip('tt1484')" class=IParent>mxXmlCanvas2D</a></div></td></tr></table>
|
||||
<!--START_ND_TOOLTIPS-->
|
||||
<div class=CToolTip id="tt1480"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>mxAbstractCanvas2D.prototype.quadTo = function(</td><td class=PParameter nowrap>x1,</td></tr><tr><td></td><td class=PParameter nowrap>y1,</td></tr><tr><td></td><td class=PParameter nowrap>x2,</td></tr><tr><td></td><td class=PParameter nowrap>y2</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Adds a quadratic curve to the current path.</div></div><div class=CToolTip id="tt1481"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>mxVmlCanvas2D.prototype.quadTo = function(</td><td class=PParameter nowrap>x1,</td></tr><tr><td></td><td class=PParameter nowrap>y1,</td></tr><tr><td></td><td class=PParameter nowrap>x2,</td></tr><tr><td></td><td class=PParameter nowrap>y2</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Replaces quadratic curve with bezier curve in VML.</div></div><div class=CToolTip id="tt1482"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>mxXmlCanvas2D.prototype.quadTo = function(</td><td class=PParameter nowrap>x1,</td></tr><tr><td></td><td class=PParameter nowrap>y1,</td></tr><tr><td></td><td class=PParameter nowrap>x2,</td></tr><tr><td></td><td class=PParameter nowrap>y2</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Adds a quadratic curve to the current path.</div></div><!--END_ND_TOOLTIPS-->
|
||||
<div class=CToolTip id="tt1482"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>mxAbstractCanvas2D.prototype.quadTo = function(</td><td class=PParameter nowrap>x1,</td></tr><tr><td></td><td class=PParameter nowrap>y1,</td></tr><tr><td></td><td class=PParameter nowrap>x2,</td></tr><tr><td></td><td class=PParameter nowrap>y2</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Adds a quadratic curve to the current path.</div></div><div class=CToolTip id="tt1483"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>mxVmlCanvas2D.prototype.quadTo = function(</td><td class=PParameter nowrap>x1,</td></tr><tr><td></td><td class=PParameter nowrap>y1,</td></tr><tr><td></td><td class=PParameter nowrap>x2,</td></tr><tr><td></td><td class=PParameter nowrap>y2</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Replaces quadratic curve with bezier curve in VML.</div></div><div class=CToolTip id="tt1484"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>mxXmlCanvas2D.prototype.quadTo = function(</td><td class=PParameter nowrap>x1,</td></tr><tr><td></td><td class=PParameter nowrap>y1,</td></tr><tr><td></td><td class=PParameter nowrap>x2,</td></tr><tr><td></td><td class=PParameter nowrap>y2</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Adds a quadratic curve to the current path.</div></div><!--END_ND_TOOLTIPS-->
|
||||
|
||||
</div><!--Index-->
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -11,9 +11,9 @@ if (browserType) {document.write("<div class=" + browserType + ">");if (browserV
|
|||
|
||||
|
||||
|
||||
<div id=Index><div class=IPageTitle>Index</div><div class=INavigationBar>$#! · 0-9 · <a href="General.html#A">A</a> · <a href="General2.html#B">B</a> · <a href="General3.html#C">C</a> · <a href="General4.html#D">D</a> · <a href="General5.html#E">E</a> · <a href="General6.html#F">F</a> · <a href="General7.html#G">G</a> · <a href="General8.html#H">H</a> · <a href="General9.html#I">I</a> · <a href="General10.html#J">J</a> · <a href="General10.html#K">K</a> · <a href="General10.html#L">L</a> · <a href="General11.html#M">M</a> · <a href="General12.html#N">N</a> · <a href="General12.html#O">O</a> · <a href="General13.html#P">P</a> · <a href="#Q">Q</a> · <a href="General15.html#R">R</a> · <a href="General16.html#S">S</a> · <a href="General17.html#T">T</a> · <a href="General18.html#U">U</a> · <a href="General19.html#V">V</a> · <a href="General20.html#W">W</a> · <a href="General20.html#X">X</a> · <a href="General20.html#Y">Y</a> · <a href="General20.html#Z">Z</a></div><table border=0 cellspacing=0 cellpadding=0><tr><td class=IHeading id=IFirstHeading><a name="Q"></a>Q</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix> </td><td class=IEntry><a href="../files/util/mxAbstractCanvas2D-js.html#mxAbstractCanvas2D.quadOp" id=link2475 onMouseOver="ShowTip(event, 'tt2466', 'link2475')" onMouseOut="HideTip('tt2466')" class=ISymbol>quadOp</a>, <span class=IParent>mxAbstractCanvas2D</span></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix> </td><td class=IEntry><span class=ISymbol>quadTo</span><div class=ISubIndex><a href="../files/util/mxAbstractCanvas2D-js.html#mxAbstractCanvas2D.quadTo" id=link2476 onMouseOver="ShowTip(event, 'tt2467', 'link2476')" onMouseOut="HideTip('tt2467')" class=IParent>mxAbstractCanvas2D</a><a href="../files/util/mxVmlCanvas2D-js.html#mxVmlCanvas2D.quadTo" id=link2477 onMouseOver="ShowTip(event, 'tt2468', 'link2477')" onMouseOut="HideTip('tt2468')" class=IParent>mxVmlCanvas2D</a><a href="../files/util/mxXmlCanvas2D-js.html#mxXmlCanvas2D.quadTo" id=link2478 onMouseOver="ShowTip(event, 'tt2469', 'link2478')" onMouseOut="HideTip('tt2469')" class=IParent>mxXmlCanvas2D</a></div></td></tr></table>
|
||||
<div id=Index><div class=IPageTitle>Index</div><div class=INavigationBar>$#! · 0-9 · <a href="General.html#A">A</a> · <a href="General2.html#B">B</a> · <a href="General3.html#C">C</a> · <a href="General4.html#D">D</a> · <a href="General5.html#E">E</a> · <a href="General6.html#F">F</a> · <a href="General7.html#G">G</a> · <a href="General8.html#H">H</a> · <a href="General9.html#I">I</a> · <a href="General10.html#J">J</a> · <a href="General10.html#K">K</a> · <a href="General10.html#L">L</a> · <a href="General11.html#M">M</a> · <a href="General12.html#N">N</a> · <a href="General12.html#O">O</a> · <a href="General13.html#P">P</a> · <a href="#Q">Q</a> · <a href="General15.html#R">R</a> · <a href="General16.html#S">S</a> · <a href="General17.html#T">T</a> · <a href="General18.html#U">U</a> · <a href="General19.html#V">V</a> · <a href="General20.html#W">W</a> · <a href="General20.html#X">X</a> · <a href="General20.html#Y">Y</a> · <a href="General20.html#Z">Z</a></div><table border=0 cellspacing=0 cellpadding=0><tr><td class=IHeading id=IFirstHeading><a name="Q"></a>Q</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix> </td><td class=IEntry><a href="../files/util/mxAbstractCanvas2D-js.html#mxAbstractCanvas2D.quadOp" id=link2476 onMouseOver="ShowTip(event, 'tt2467', 'link2476')" onMouseOut="HideTip('tt2467')" class=ISymbol>quadOp</a>, <span class=IParent>mxAbstractCanvas2D</span></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix> </td><td class=IEntry><span class=ISymbol>quadTo</span><div class=ISubIndex><a href="../files/util/mxAbstractCanvas2D-js.html#mxAbstractCanvas2D.quadTo" id=link2477 onMouseOver="ShowTip(event, 'tt2468', 'link2477')" onMouseOut="HideTip('tt2468')" class=IParent>mxAbstractCanvas2D</a><a href="../files/util/mxVmlCanvas2D-js.html#mxVmlCanvas2D.quadTo" id=link2478 onMouseOver="ShowTip(event, 'tt2469', 'link2478')" onMouseOut="HideTip('tt2469')" class=IParent>mxVmlCanvas2D</a><a href="../files/util/mxXmlCanvas2D-js.html#mxXmlCanvas2D.quadTo" id=link2479 onMouseOver="ShowTip(event, 'tt2470', 'link2479')" onMouseOut="HideTip('tt2470')" class=IParent>mxXmlCanvas2D</a></div></td></tr></table>
|
||||
<!--START_ND_TOOLTIPS-->
|
||||
<div class=CToolTip id="tt2466"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>mxAbstractCanvas2D.prototype.quadOp</td></tr></table></blockquote>Contains the string used for quadratic paths. </div></div><div class=CToolTip id="tt2467"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>mxAbstractCanvas2D.prototype.quadTo = function(</td><td class=PParameter nowrap>x1,</td></tr><tr><td></td><td class=PParameter nowrap>y1,</td></tr><tr><td></td><td class=PParameter nowrap>x2,</td></tr><tr><td></td><td class=PParameter nowrap>y2</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Adds a quadratic curve to the current path.</div></div><div class=CToolTip id="tt2468"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>mxVmlCanvas2D.prototype.quadTo = function(</td><td class=PParameter nowrap>x1,</td></tr><tr><td></td><td class=PParameter nowrap>y1,</td></tr><tr><td></td><td class=PParameter nowrap>x2,</td></tr><tr><td></td><td class=PParameter nowrap>y2</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Replaces quadratic curve with bezier curve in VML.</div></div><div class=CToolTip id="tt2469"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>mxXmlCanvas2D.prototype.quadTo = function(</td><td class=PParameter nowrap>x1,</td></tr><tr><td></td><td class=PParameter nowrap>y1,</td></tr><tr><td></td><td class=PParameter nowrap>x2,</td></tr><tr><td></td><td class=PParameter nowrap>y2</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Adds a quadratic curve to the current path.</div></div><!--END_ND_TOOLTIPS-->
|
||||
<div class=CToolTip id="tt2467"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>mxAbstractCanvas2D.prototype.quadOp</td></tr></table></blockquote>Contains the string used for quadratic paths. </div></div><div class=CToolTip id="tt2468"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>mxAbstractCanvas2D.prototype.quadTo = function(</td><td class=PParameter nowrap>x1,</td></tr><tr><td></td><td class=PParameter nowrap>y1,</td></tr><tr><td></td><td class=PParameter nowrap>x2,</td></tr><tr><td></td><td class=PParameter nowrap>y2</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Adds a quadratic curve to the current path.</div></div><div class=CToolTip id="tt2469"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>mxVmlCanvas2D.prototype.quadTo = function(</td><td class=PParameter nowrap>x1,</td></tr><tr><td></td><td class=PParameter nowrap>y1,</td></tr><tr><td></td><td class=PParameter nowrap>x2,</td></tr><tr><td></td><td class=PParameter nowrap>y2</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Replaces quadratic curve with bezier curve in VML.</div></div><div class=CToolTip id="tt2470"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>mxXmlCanvas2D.prototype.quadTo = function(</td><td class=PParameter nowrap>x1,</td></tr><tr><td></td><td class=PParameter nowrap>y1,</td></tr><tr><td></td><td class=PParameter nowrap>x2,</td></tr><tr><td></td><td class=PParameter nowrap>y2</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Adds a quadratic curve to the current path.</div></div><!--END_ND_TOOLTIPS-->
|
||||
|
||||
</div><!--Index-->
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -11,7 +11,7 @@ if (browserType) {document.write("<div class=" + browserType + ">");if (browserV
|
|||
|
||||
|
||||
|
||||
<div id=Index><div class=SRStatus id=Loading>Loading...</div><table border=0 cellspacing=0 cellpadding=0><div class=SRResult id=SR_offset><div class=IEntry><a href="../files/layout/mxCompactTreeLayout-js.html#mxCompactTreeLayout.offset" target=_parent class=ISymbol>offset</a>, <span class=IParent>mxCompactTreeLayout</span></div></div><div class=SRResult id=SR_onEncode><div class=IEntry><a href="../files/io/mxRootChangeCodec-js.html#mxRootChangeCodec.onEncode" target=_parent class=ISymbol>onEncode</a>, <span class=IParent>mxRootChangeCodec</span></div></div><div class=SRResult id=SR_onInit><div class=IEntry><a href="javascript:searchResults.Toggle('SR_onInit')" class=ISymbol>onInit</a><div class=ISubIndex><a href="../files/model/mxCell-js.html#mxCell.onInit" target=_parent class=IParent>mxCell</a><a href="../files/editor/mxEditor-js.html#mxEditor.onInit" target=_parent class=IParent>mxEditor</a></div></div></div><div class=SRResult id=SR_open><div class=IEntry><a href="javascript:searchResults.Toggle('SR_open')" class=ISymbol>open</a><div class=ISubIndex><a href="../files/editor/mxEditor-js.html#mxEditor.open" target=_parent class=IParent>mxEditor</a><a href="../files/view/mxPrintPreview-js.html#mxPrintPreview.open" target=_parent class=IParent>mxPrintPreview</a><a href="../files/util/mxUtils-js.html#mxUtils.open" target=_parent class=IParent>mxUtils</a></div></div></div><div class=SRResult id=SR_order><div class=IEntry><a href="../files/view/mxCellRenderer-js.html#mxCellRenderer.order" target=_parent class=ISymbol>order</a>, <span class=IParent>mxCellRenderer</span></div></div><div class=SRResult id=SR_orderCells><div class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.orderCells" target=_parent class=ISymbol>orderCells</a>, <span class=IParent>mxGraph</span></div></div><div class=SRResult id=SR_orderEdge><div class=IEntry><a href="../files/view/mxCellRenderer-js.html#mxCellRenderer.orderEdge" target=_parent class=ISymbol>orderEdge</a>, <span class=IParent>mxCellRenderer</span></div></div><div class=SRResult id=SR_OrthConnector><div class=IEntry><a href="../files/view/mxEdgeStyle-js.html#mxEdgeStyle.OrthConnector" target=_parent class=ISymbol>OrthConnector</a>, <span class=IParent>mxEdgeStyle</span></div></div><div class=SRResult id=SR_outline><div class=IEntry><a href="../files/view/mxOutline-js.html#mxOutline.outline" target=_parent class=ISymbol>outline</a>, <span class=IParent>mxOutline</span></div></div></table><div class=SRStatus id=Searching>Searching...</div><div class=SRStatus id=NoMatches>No Matches</div><script type="text/javascript"><!--
|
||||
<div id=Index><div class=SRStatus id=Loading>Loading...</div><table border=0 cellspacing=0 cellpadding=0><div class=SRResult id=SR_offset><div class=IEntry><a href="../files/layout/mxCompactTreeLayout-js.html#mxCompactTreeLayout.offset" target=_parent class=ISymbol>offset</a>, <span class=IParent>mxCompactTreeLayout</span></div></div><div class=SRResult id=SR_onEncode><div class=IEntry><a href="../files/io/mxRootChangeCodec-js.html#mxRootChangeCodec.onEncode" target=_parent class=ISymbol>onEncode</a>, <span class=IParent>mxRootChangeCodec</span></div></div><div class=SRResult id=SR_onInit><div class=IEntry><a href="javascript:searchResults.Toggle('SR_onInit')" class=ISymbol>onInit</a><div class=ISubIndex><a href="../files/model/mxCell-js.html#mxCell.onInit" target=_parent class=IParent>mxCell</a><a href="../files/editor/mxEditor-js.html#mxEditor.onInit" target=_parent class=IParent>mxEditor</a></div></div></div><div class=SRResult id=SR_open><div class=IEntry><a href="javascript:searchResults.Toggle('SR_open')" class=ISymbol>open</a><div class=ISubIndex><a href="../files/editor/mxEditor-js.html#mxEditor.open" target=_parent class=IParent>mxEditor</a><a href="../files/view/mxPrintPreview-js.html#mxPrintPreview.open" target=_parent class=IParent>mxPrintPreview</a><a href="../files/util/mxUtils-js.html#mxUtils.open" target=_parent class=IParent>mxUtils</a></div></div></div><div class=SRResult id=SR_orderCells><div class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.orderCells" target=_parent class=ISymbol>orderCells</a>, <span class=IParent>mxGraph</span></div></div><div class=SRResult id=SR_OrthConnector><div class=IEntry><a href="../files/view/mxEdgeStyle-js.html#mxEdgeStyle.OrthConnector" target=_parent class=ISymbol>OrthConnector</a>, <span class=IParent>mxEdgeStyle</span></div></div><div class=SRResult id=SR_outline><div class=IEntry><a href="../files/view/mxOutline-js.html#mxOutline.outline" target=_parent class=ISymbol>outline</a>, <span class=IParent>mxOutline</span></div></div></table><div class=SRStatus id=Searching>Searching...</div><div class=SRStatus id=NoMatches>No Matches</div><script type="text/javascript"><!--
|
||||
document.getElementById("Loading").style.display="none";
|
||||
document.getElementById("NoMatches").style.display="none";
|
||||
var searchResults = new SearchResults("searchResults", "HTML");
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -11,7 +11,7 @@ if (browserType) {document.write("<div class=" + browserType + ">");if (browserV
|
|||
|
||||
|
||||
|
||||
<div id=Index><div class=SRStatus id=Loading>Loading...</div><table border=0 cellspacing=0 cellpadding=0><div class=SRResult id=SR_keepEdgesInBackground><div class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.keepEdgesInBackground" target=_parent class=ISymbol>keepEdgesInBackground</a>, <span class=IParent>mxGraph</span></div></div><div class=SRResult id=SR_keepEdgesInForeground><div class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.keepEdgesInForeground" target=_parent class=ISymbol>keepEdgesInForeground</a>, <span class=IParent>mxGraph</span></div></div><div class=SRResult id=SR_keepFirstLocation><div class=IEntry><a href="../files/layout/mxStackLayout-js.html#mxStackLayout.keepFirstLocation" target=_parent class=ISymbol>keepFirstLocation</a>, <span class=IParent>mxStackLayout</span></div></div><div class=SRResult id=SR_keepOnTop><div class=IEntry><a href="../files/handler/mxCellHighlight-js.html#mxCellHighlight.keepOnTop" target=_parent class=ISymbol>keepOnTop</a>, <span class=IParent>mxCellHighlight</span></div></div><div class=SRResult id=SR_keepSelectionVisibleOnZoom><div class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.keepSelectionVisibleOnZoom" target=_parent class=ISymbol>keepSelectionVisibleOnZoom</a>, <span class=IParent>mxGraph</span></div></div><div class=SRResult id=SR_keyDown><div class=IEntry><a href="../files/handler/mxKeyHandler-js.html#mxKeyHandler.keyDown" target=_parent class=ISymbol>keyDown</a>, <span class=IParent>mxKeyHandler</span></div></div><div class=SRResult id=SR_keyHandler><div class=IEntry><a href="../files/editor/mxEditor-js.html#mxEditor.keyHandler" target=_parent class=ISymbol>keyHandler</a>, <span class=IParent>mxEditor</span></div></div></table><div class=SRStatus id=Searching>Searching...</div><div class=SRStatus id=NoMatches>No Matches</div><script type="text/javascript"><!--
|
||||
<div id=Index><div class=SRStatus id=Loading>Loading...</div><table border=0 cellspacing=0 cellpadding=0><div class=SRResult id=SR_keepEdgesInForeground><div class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.keepEdgesInForeground" target=_parent class=ISymbol>keepEdgesInForeground</a>, <span class=IParent>mxGraph</span></div></div><div class=SRResult id=SR_keepFirstLocation><div class=IEntry><a href="../files/layout/mxStackLayout-js.html#mxStackLayout.keepFirstLocation" target=_parent class=ISymbol>keepFirstLocation</a>, <span class=IParent>mxStackLayout</span></div></div><div class=SRResult id=SR_keepOnTop><div class=IEntry><a href="../files/handler/mxCellHighlight-js.html#mxCellHighlight.keepOnTop" target=_parent class=ISymbol>keepOnTop</a>, <span class=IParent>mxCellHighlight</span></div></div><div class=SRResult id=SR_keepSelectionVisibleOnZoom><div class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.keepSelectionVisibleOnZoom" target=_parent class=ISymbol>keepSelectionVisibleOnZoom</a>, <span class=IParent>mxGraph</span></div></div><div class=SRResult id=SR_keyDown><div class=IEntry><a href="../files/handler/mxKeyHandler-js.html#mxKeyHandler.keyDown" target=_parent class=ISymbol>keyDown</a>, <span class=IParent>mxKeyHandler</span></div></div><div class=SRResult id=SR_keyHandler><div class=IEntry><a href="../files/editor/mxEditor-js.html#mxEditor.keyHandler" target=_parent class=ISymbol>keyHandler</a>, <span class=IParent>mxEditor</span></div></div></table><div class=SRStatus id=Searching>Searching...</div><div class=SRStatus id=NoMatches>No Matches</div><script type="text/javascript"><!--
|
||||
document.getElementById("Loading").style.display="none";
|
||||
document.getElementById("NoMatches").style.display="none";
|
||||
var searchResults = new SearchResults("searchResults", "HTML");
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -11,7 +11,7 @@ if (browserType) {document.write("<div class=" + browserType + ">");if (browserV
|
|||
|
||||
|
||||
|
||||
<div id=Index><div class=SRStatus id=Loading>Loading...</div><table border=0 cellspacing=0 cellpadding=0><div class=SRResult id=SR_keepEdgesInBackground><div class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.keepEdgesInBackground" target=_parent class=ISymbol>keepEdgesInBackground</a>, <span class=IParent>mxGraph</span></div></div><div class=SRResult id=SR_keepEdgesInForeground><div class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.keepEdgesInForeground" target=_parent class=ISymbol>keepEdgesInForeground</a>, <span class=IParent>mxGraph</span></div></div><div class=SRResult id=SR_keepFirstLocation><div class=IEntry><a href="../files/layout/mxStackLayout-js.html#mxStackLayout.keepFirstLocation" target=_parent class=ISymbol>keepFirstLocation</a>, <span class=IParent>mxStackLayout</span></div></div><div class=SRResult id=SR_keepOnTop><div class=IEntry><a href="../files/handler/mxCellHighlight-js.html#mxCellHighlight.keepOnTop" target=_parent class=ISymbol>keepOnTop</a>, <span class=IParent>mxCellHighlight</span></div></div><div class=SRResult id=SR_keepSelectionVisibleOnZoom><div class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.keepSelectionVisibleOnZoom" target=_parent class=ISymbol>keepSelectionVisibleOnZoom</a>, <span class=IParent>mxGraph</span></div></div><div class=SRResult id=SR_keyHandler><div class=IEntry><a href="../files/editor/mxEditor-js.html#mxEditor.keyHandler" target=_parent class=ISymbol>keyHandler</a>, <span class=IParent>mxEditor</span></div></div></table><div class=SRStatus id=Searching>Searching...</div><div class=SRStatus id=NoMatches>No Matches</div><script type="text/javascript"><!--
|
||||
<div id=Index><div class=SRStatus id=Loading>Loading...</div><table border=0 cellspacing=0 cellpadding=0><div class=SRResult id=SR_keepEdgesInForeground><div class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.keepEdgesInForeground" target=_parent class=ISymbol>keepEdgesInForeground</a>, <span class=IParent>mxGraph</span></div></div><div class=SRResult id=SR_keepFirstLocation><div class=IEntry><a href="../files/layout/mxStackLayout-js.html#mxStackLayout.keepFirstLocation" target=_parent class=ISymbol>keepFirstLocation</a>, <span class=IParent>mxStackLayout</span></div></div><div class=SRResult id=SR_keepOnTop><div class=IEntry><a href="../files/handler/mxCellHighlight-js.html#mxCellHighlight.keepOnTop" target=_parent class=ISymbol>keepOnTop</a>, <span class=IParent>mxCellHighlight</span></div></div><div class=SRResult id=SR_keepSelectionVisibleOnZoom><div class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.keepSelectionVisibleOnZoom" target=_parent class=ISymbol>keepSelectionVisibleOnZoom</a>, <span class=IParent>mxGraph</span></div></div><div class=SRResult id=SR_keyHandler><div class=IEntry><a href="../files/editor/mxEditor-js.html#mxEditor.keyHandler" target=_parent class=ISymbol>keyHandler</a>, <span class=IParent>mxEditor</span></div></div></table><div class=SRStatus id=Searching>Searching...</div><div class=SRStatus id=NoMatches>No Matches</div><script type="text/javascript"><!--
|
||||
document.getElementById("Loading").style.display="none";
|
||||
document.getElementById("NoMatches").style.display="none";
|
||||
var searchResults = new SearchResults("searchResults", "HTML");
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -9,7 +9,7 @@
|
|||
<h1>mxGraph User Manual – JavaScript Client</h1>
|
||||
<br/>
|
||||
<br/>
|
||||
<p>mxGraph Version 2.2.0.5 – 23. October 2013</p>
|
||||
<p>mxGraph Version 2.3.0.0 – 28. October 2013</p>
|
||||
<p>Copyright (c) JGraph Ltd 2006-2013</p>
|
||||
<br/>
|
||||
<p>All rights reserved. No part of this publication may be
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<h1>JGraphX (JGraph 6) User Manual</h1>
|
||||
<br/>
|
||||
<br/>
|
||||
<p>JGraphX Version 2.2.0.5 – 23. October 2013</p>
|
||||
<p>JGraphX Version 2.3.0.0 – 28. October 2013</p>
|
||||
<p>Copyright (c) JGraph Ltd 2006-2012</p>
|
||||
<br/>
|
||||
<p>All rights reserved. No part of this publication may be
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
<%@ WebHandler Language="C#" Class="Save" %>
|
||||
|
||||
using System;
|
||||
using System.Web;
|
||||
|
||||
public class Save : IHttpHandler
|
||||
{
|
||||
|
||||
public void ProcessRequest (HttpContext context)
|
||||
{
|
||||
string filename = context.Request.Params["filename"];
|
||||
string xml = HttpUtility.UrlDecode(context.Request.Params["xml"]);
|
||||
|
||||
<%@ WebHandler Language="C#" Class="Save" %>
|
||||
|
||||
using System;
|
||||
using System.Web;
|
||||
|
||||
public class Save : IHttpHandler
|
||||
{
|
||||
|
||||
public void ProcessRequest (HttpContext context)
|
||||
{
|
||||
string filename = context.Request.Params["filename"];
|
||||
string xml = HttpUtility.UrlDecode(context.Request.Params["xml"]);
|
||||
|
||||
if (filename != null)
|
||||
{
|
||||
filename = HttpUtility.UrlDecode(filename);
|
||||
|
@ -18,10 +18,10 @@ public class Save : IHttpHandler
|
|||
else
|
||||
{
|
||||
filename = "export";
|
||||
}
|
||||
|
||||
if (xml != null && xml.Length > 0)
|
||||
{
|
||||
}
|
||||
|
||||
if (xml != null && xml.Length > 0)
|
||||
{
|
||||
string format = context.Request.Params["format"];
|
||||
|
||||
if (format == null)
|
||||
|
@ -43,14 +43,14 @@ public class Save : IHttpHandler
|
|||
else
|
||||
{
|
||||
context.Response.StatusCode = 400; /* Bad Request */
|
||||
}
|
||||
}
|
||||
|
||||
public bool IsReusable
|
||||
{
|
||||
// Return false in case your Managed Handler cannot be reused for another request.
|
||||
// Usually this would be false in case you have some state information preserved per request.
|
||||
get { return true; }
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public bool IsReusable
|
||||
{
|
||||
// Return false in case your Managed Handler cannot be reused for another request.
|
||||
// Usually this would be false in case you have some state information preserved per request.
|
||||
get { return true; }
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!--
|
||||
$Id: Frontend.htm,v 1.1 2013/09/26 12:14:20 gaudenz Exp $
|
||||
Copyright (c) 2006-2010, JGraph Ltd
|
||||
$Id: Frontend.htm,v 1.2 2013/10/28 08:45:09 gaudenz Exp $
|
||||
Copyright (c) 2006-2013, JGraph Ltd
|
||||
|
||||
Backend example for mxGraph. This example demonstrates using
|
||||
AJAX to open and save XML from a .NET backend.
|
||||
|
|
|
@ -113,7 +113,7 @@
|
|||
|
||||
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Wed Oct 23 2013 13:12:58 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Mon Oct 28 2013 08:53:15 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.7.6.1
|
||||
</small></address>
|
||||
|
|
|
@ -81,7 +81,7 @@ This is the complete list of members for <a class="el" href="classcom_1_1mxgraph
|
|||
|
||||
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Wed Oct 23 2013 13:12:58 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Mon Oct 28 2013 08:53:15 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.7.6.1
|
||||
</small></address>
|
||||
|
|
|
@ -360,7 +360,7 @@ Properties</h2></td></tr>
|
|||
|
||||
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Wed Oct 23 2013 13:12:58 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Mon Oct 28 2013 08:53:15 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.7.6.1
|
||||
</small></address>
|
||||
|
|
|
@ -118,7 +118,7 @@ This is the complete list of members for <a class="el" href="classcom_1_1mxgraph
|
|||
|
||||
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Wed Oct 23 2013 13:12:58 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Mon Oct 28 2013 08:53:15 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.7.6.1
|
||||
</small></address>
|
||||
|
|
|
@ -1286,7 +1286,7 @@ Properties</h2></td></tr>
|
|||
|
||||
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Wed Oct 23 2013 13:12:58 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Mon Oct 28 2013 08:53:15 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.7.6.1
|
||||
</small></address>
|
||||
|
|
|
@ -111,7 +111,7 @@ This is the complete list of members for <a class="el" href="classcom_1_1mxgraph
|
|||
|
||||
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Wed Oct 23 2013 13:12:58 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Mon Oct 28 2013 08:53:15 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.7.6.1
|
||||
</small></address>
|
||||
|
|
|
@ -114,7 +114,7 @@ Public Member Functions</h2></td></tr>
|
|||
|
||||
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Wed Oct 23 2013 13:12:58 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Mon Oct 28 2013 08:53:15 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.7.6.1
|
||||
</small></address>
|
||||
|
|
|
@ -73,7 +73,7 @@ This is the complete list of members for <a class="el" href="classcom_1_1mxgraph
|
|||
|
||||
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Wed Oct 23 2013 13:12:58 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Mon Oct 28 2013 08:53:15 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.7.6.1
|
||||
</small></address>
|
||||
|
|
|
@ -200,7 +200,7 @@ Static Public Attributes</h2></td></tr>
|
|||
|
||||
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Wed Oct 23 2013 13:12:58 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Mon Oct 28 2013 08:53:15 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.7.6.1
|
||||
</small></address>
|
||||
|
|
|
@ -72,7 +72,7 @@ This is the complete list of members for <a class="el" href="classcom_1_1mxgraph
|
|||
|
||||
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Wed Oct 23 2013 13:12:58 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Mon Oct 28 2013 08:53:15 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.7.6.1
|
||||
</small></address>
|
||||
|
|
|
@ -257,7 +257,7 @@ Static Public Member Functions</h2></td></tr>
|
|||
|
||||
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Wed Oct 23 2013 13:12:58 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Mon Oct 28 2013 08:53:15 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.7.6.1
|
||||
</small></address>
|
||||
|
|
|
@ -71,7 +71,7 @@ This is the complete list of members for <a class="el" href="classcom_1_1mxgraph
|
|||
|
||||
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Wed Oct 23 2013 13:12:58 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Mon Oct 28 2013 08:53:15 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.7.6.1
|
||||
</small></address>
|
||||
|
|
|
@ -128,7 +128,7 @@ Public Member Functions</h2></td></tr>
|
|||
|
||||
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Wed Oct 23 2013 13:12:58 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Mon Oct 28 2013 08:53:15 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.7.6.1
|
||||
</small></address>
|
||||
|
|
|
@ -75,7 +75,7 @@ This is the complete list of members for <a class="el" href="classcom_1_1mxgraph
|
|||
|
||||
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Wed Oct 23 2013 13:12:58 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Mon Oct 28 2013 08:53:15 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.7.6.1
|
||||
</small></address>
|
||||
|
|
|
@ -229,7 +229,7 @@ Protected Attributes</h2></td></tr>
|
|||
|
||||
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Wed Oct 23 2013 13:12:58 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Mon Oct 28 2013 08:53:15 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.7.6.1
|
||||
</small></address>
|
||||
|
|
|
@ -123,7 +123,7 @@ This is the complete list of members for <a class="el" href="classcom_1_1mxgraph
|
|||
|
||||
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Wed Oct 23 2013 13:12:58 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Mon Oct 28 2013 08:53:15 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.7.6.1
|
||||
</small></address>
|
||||
|
|
|
@ -674,7 +674,7 @@ Properties</h2></td></tr>
|
|||
|
||||
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Wed Oct 23 2013 13:12:58 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Mon Oct 28 2013 08:53:15 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.7.6.1
|
||||
</small></address>
|
||||
|
|
|
@ -91,7 +91,7 @@ This is the complete list of members for <a class="el" href="classcom_1_1mxgraph
|
|||
|
||||
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Wed Oct 23 2013 13:12:58 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Mon Oct 28 2013 08:53:15 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.7.6.1
|
||||
</small></address>
|
||||
|
|
|
@ -716,7 +716,7 @@ Properties</h2></td></tr>
|
|||
|
||||
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Wed Oct 23 2013 13:12:58 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Mon Oct 28 2013 08:53:15 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.7.6.1
|
||||
</small></address>
|
||||
|
|
|
@ -79,7 +79,7 @@ This is the complete list of members for <a class="el" href="classcom_1_1mxgraph
|
|||
|
||||
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Wed Oct 23 2013 13:12:58 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Mon Oct 28 2013 08:53:15 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.7.6.1
|
||||
</small></address>
|
||||
|
|
|
@ -332,7 +332,7 @@ Static Protected Attributes</h2></td></tr>
|
|||
|
||||
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Wed Oct 23 2013 13:12:58 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Mon Oct 28 2013 08:53:15 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.7.6.1
|
||||
</small></address>
|
||||
|
|
|
@ -76,7 +76,7 @@ This is the complete list of members for <a class="el" href="classcom_1_1mxgraph
|
|||
|
||||
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Wed Oct 23 2013 13:12:58 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Mon Oct 28 2013 08:53:15 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.7.6.1
|
||||
</small></address>
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue