maxGraph/docs/js-api/files/editor/mxDefaultPopupMenu-js.html

73 lines
45 KiB
HTML
Raw Normal View History

2012-05-21 20:32:26 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
2017-06-27 11:43:19 +00:00
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>mxDefaultPopupMenu</title><link rel="stylesheet" type="text/css" href="../../styles/main.css"><script language=JavaScript src="../../javascript/main.js"></script><script language=JavaScript src="../../javascript/prettify.js"></script><script language=JavaScript src="../../javascript/searchdata.js"></script></head><body class="ContentPage" onLoad="NDOnLoad();prettyPrint();"><script language=JavaScript><!--
2012-05-21 20:32:26 +00:00
if (browserType) {document.write("<div class=" + browserType + ">");if (browserVer) {document.write("<div class=" + browserVer + ">"); }}// --></script>
2017-06-27 11:43:19 +00:00
<!-- Generated by Natural Docs, version 1.51 -->
2012-05-21 20:32:26 +00:00
<!-- http://www.naturaldocs.org -->
<!-- saved from url=(0026)http://www.naturaldocs.org -->
<div id=Content><div class="CClass"><div class=CTopic id=MainTopic><h1 class=CTitle><a name="mxDefaultPopupMenu"></a>mxDefaultPopupMenu</h1><div class=CBody><p>Creates popupmenus for mouse events.&nbsp; This object holds an XML node which is a description of the popup menu to be created.&nbsp; In <a href="#mxDefaultPopupMenu.createMenu" class=LFunction id=link10 onMouseOver="ShowTip(event, 'tt4', 'link10')" onMouseOut="HideTip('tt4')">createMenu</a>, the configuration is applied to the context and the resulting menu items are added to the menu dynamically.&nbsp; See <a href="#mxDefaultPopupMenu.createMenu" class=LFunction id=link11 onMouseOver="ShowTip(event, 'tt4', 'link11')" onMouseOut="HideTip('tt4')">createMenu</a> for a description of the configuration format.</p><p>This class does not create the DOM nodes required for the popup menu, it only parses an XML description to invoke the respective methods on an <a href="../util/mxPopupMenu-js.html#mxPopupMenu" class=LClass id=link12 onMouseOver="ShowTip(event, 'tt9', 'link12')" onMouseOut="HideTip('tt9')">mxPopupMenu</a> each time the menu is displayed.</p><h4 class=CHeading>Codec</h4><p>This class uses the <a href="../io/mxDefaultPopupMenuCodec-js.html#mxDefaultPopupMenuCodec" class=LClass id=link13 onMouseOver="ShowTip(event, 'tt10', 'link13')" onMouseOut="HideTip('tt10')">mxDefaultPopupMenuCodec</a> to read configuration data into an existing instance, however, the actual parsing is done by this class during program execution, so the format is described below.</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="#mxDefaultPopupMenu" >mxDefaultPopupMenu</a></td><td class=SDescription>Creates popupmenus for mouse events. </td></tr><tr class="SGroup SIndent1"><td class=SEntry><a href="#mxDefaultPopupMenu.Functions" >Functions</a></td><td class=SDescription></td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#mxDefaultPopupMenu.mxDefaultPopupMenu" id=link1 onMouseOver="ShowTip(event, 'tt1', 'link1')" onMouseOut="HideTip('tt1')">mxDefaultPopupMenu</a></td><td class=SDescription>Constructs a new popupmenu-factory based on given configuration.</td></tr><tr class="SGroup SIndent1"><td class=SEntry><a href="#mxDefaultPopupMenu.Variables" >Variables</a></td><td class=SDescription></td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxDefaultPopupMenu.imageBasePath" id=link2 onMouseOver="ShowTip(event, 'tt2', 'link2')" onMouseOut="HideTip('tt2')">imageBasePath</a></td><td class=SDescription>Base path for all icon attributes in the config. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxDefaultPopupMenu.config" id=link3 onMouseOver="ShowTip(event, 'tt3', 'link3')" onMouseOut="HideTip('tt3')">config</a></td><td class=SDescription>XML node used as the description of new menu items. </td></tr><tr class="SGroup SIndent1"><td class=SEntry><a href="#mxDefaultPopupMenu.Functions" >Functions</a></td><td class=SDescription></td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#mxDefaultPopupMenu.createMenu" id=link4 onMouseOver="ShowTip(event, 'tt4', 'link4')" onMouseOut="HideTip('tt4')">createMenu</a></td><td class=SDescription>This function is called from <a href="mxEditor-js.html#mxEditor" class=LClass id=link5 onMouseOver="ShowTip(event, 'tt5', 'link5')" onMouseOut="HideTip('tt5')">mxEditor</a> to add items to the given menu based on <a href="#mxDefaultPopupMenu.config" class=LVariable id=link6 onMouseOver="ShowTip(event, 'tt3', 'link6')" onMouseOut="HideTip('tt3')">config</a>. </td></tr><tr class="SFunction SIndent2"><td class=SEntry><a href="#mxDefaultPopupMenu.addItems" id=link7 onMouseOver="ShowTip(event, 'tt6', 'link7')" onMouseOut="HideTip('tt6')">addItems</a></td><td class=SDescription>Recursively adds the given items and all of its children into the given menu.</td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#mxDefaultPopu
<div class="CGroup"><div class=CTopic><h3 class=CTitle><a name="mxDefaultPopupMenu.Functions"></a>Functions</h3></div></div>
2017-06-27 11:43:19 +00:00
<div class="CFunction"><div class=CTopic><h3 class=CTitle><a name="mxDefaultPopupMenu.mxDefaultPopupMenu"></a>mxDefaultPopupMenu</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>function mxDefaultPopupMenu(</td><td class="PParameter prettyprint " nowrap>config</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote><p>Constructs a new popupmenu-factory based on given configuration.</p><h4 class=CHeading>Paramaters</h4><table border=0 cellspacing=0 cellpadding=0 class=CDescriptionList><tr><td class=CDLEntry>config</td><td class=CDLDescription>XML node that contains the configuration data.</td></tr></table></div></div></div>
2012-05-21 20:32:26 +00:00
<div class="CGroup"><div class=CTopic><h3 class=CTitle><a name="mxDefaultPopupMenu.Variables"></a>Variables</h3></div></div>
2017-06-27 11:43:19 +00:00
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxDefaultPopupMenu.imageBasePath"></a>imageBasePath</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxDefaultPopupMenu.prototype.imageBasePath</td></tr></table></blockquote><p>Base path for all icon attributes in the config.&nbsp; Default is null.</p></div></div></div>
2012-05-21 20:32:26 +00:00
2017-06-27 11:43:19 +00:00
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxDefaultPopupMenu.config"></a>config</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxDefaultPopupMenu.prototype.config</td></tr></table></blockquote><p>XML node used as the description of new menu items.&nbsp; This node is used in <a href="#mxDefaultPopupMenu.createMenu" class=LFunction id=link14 onMouseOver="ShowTip(event, 'tt4', 'link14')" onMouseOut="HideTip('tt4')">createMenu</a> to dynamically create the menu items if their respective conditions evaluate to true for the given arguments.</p></div></div></div>
2012-05-21 20:32:26 +00:00
<div class="CGroup"><div class=CTopic><h3 class=CTitle><a name="mxDefaultPopupMenu.Functions"></a>Functions</h3></div></div>
2017-06-27 11:43:19 +00:00
<div class="CFunction"><div class=CTopic><h3 class=CTitle><a name="mxDefaultPopupMenu.createMenu"></a>createMenu</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxDefaultPopupMenu.prototype.createMenu = function(</td><td class="PParameter prettyprint " nowrap>editor,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>menu,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>cell,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>evt</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote><p>This function is called from <a href="mxEditor-js.html#mxEditor" class=LClass id=link15 onMouseOver="ShowTip(event, 'tt5', 'link15')" onMouseOut="HideTip('tt5')">mxEditor</a> to add items to the given menu based on <a href="#mxDefaultPopupMenu.config" class=LVariable id=link16 onMouseOver="ShowTip(event, 'tt3', 'link16')" onMouseOut="HideTip('tt3')">config</a>.&nbsp; The config is a sequence of the following nodes and attributes.</p><h4 class=CHeading>Child Nodes</h4><table border=0 cellspacing=0 cellpadding=0 class=CDescriptionList><tr><td class=CDLEntry>add</td><td class=CDLDescription>Adds a new menu item.&nbsp; See below for attributes.</td></tr><tr><td class=CDLEntry>separator</td><td class=CDLDescription>Adds a separator.&nbsp; No attributes.</td></tr><tr><td class=CDLEntry>condition</td><td class=CDLDescription>Adds a custom condition.&nbsp; Name attribute.</td></tr></table><p>The add-node may have a child node that defines a function to be invoked before the action is executed (or instead of an action to be executed).</p><h4 class=CHeading>Attributes</h4><table border=0 cellspacing=0 cellpadding=0 class=CDescriptionList><tr><td class=CDLEntry>as</td><td class=CDLDescription>Resource key for the label (needs entry in property file).</td></tr><tr><td class=CDLEntry>action</td><td class=CDLDescription>Name of the action to execute in enclosing editor.</td></tr><tr><td class=CDLEntry>icon</td><td class=CDLDescription>Optional icon (relative/absolute URL).</td></tr><tr><td class=CDLEntry>iconCls</td><td class=CDLDescription>Optional CSS class for the icon.</td></tr><tr><td class=CDLEntry>if</td><td class=CDLDescription>Optional name of condition that must be true (see below).</td></tr><tr><td class=CDLEntry>enabled-if</td><td class=CDLDescription>Optional name of condition that specifies if the menu item should be enabled.</td></tr><tr><td class=CDLEntry>name</td><td class=CDLDescription>Name of custom condition.&nbsp; Only for condition nodes.</td></tr></table><h4 class=CHeading>Conditions</h4><table border=0 cellspacing=0 cellpadding=0 class=CDescriptionList><tr><td class=CDLEntry>nocell</td><td class=CDLDescription>No cell under the mouse.</td></tr><tr><td class=CDLEntry>ncells</td><td class=CDLDescription>More than one cell selected.</td></tr><tr><td class=CDLEntry>notRoot</td><td class=CDLDescription>Drilling position is other than home.</td></tr><tr><td class=CDLEntry>cell</td><td class=CDLDescription>Cell under the mouse.</td></tr><tr><td class=CDLEntry>notEmpty</td><td class=CDLDescription>Exactly one cell with children under mouse.</td></tr><tr><td class=CDLEntry>expandable</td><td class=CDLDescription>Exactly one expandable cell under mouse.</td></tr><tr><td class=CDLEntry>collapsable</td><td class=CDLDescription>Exactly one collapsable cell under mouse.</td></tr><tr><td class=CDLEntry>validRoot</td><td class=CDLDescription>Exactly one cell which is a possible root under mouse.</td></tr><tr><td class=CDLEntry>swimlane</td><td class=CDLDescription>Exactly one cell which is a swimlane under mouse.</td></tr></table><h4 class=CHeading>Example</h4><h4 class=CHeading>To add a new item for a given action to the popupmenu</h4><blockquote><pre class="prettyprint">&lt;mxDefaultPopupMenu as=&quot;popupHandler&quot;&gt;
2012-05-21 20:32:26 +00:00
&lt;add as=&quot;delete&quot; action=&quot;delete&quot; icon=&quot;images/delete.gif&quot; if=&quot;cell&quot;/&gt;
&lt;/mxDefaultPopupMenu&gt;</pre></blockquote><h4 class=CHeading>To add a new item for a custom function</h4><blockquote><pre class="prettyprint">&lt;mxDefaultPopupMenu as=&quot;popupHandler&quot;&gt;
&lt;add as=&quot;action1&quot;&gt;&lt;![CDATA[
2012-07-16 15:36:48 +00:00
function (editor, cell, evt)
2012-05-21 20:32:26 +00:00
{
editor.execute('action1', cell, 'myArg');
}
]]&gt;&lt;/add&gt;
2012-07-16 15:36:48 +00:00
&lt;/mxDefaultPopupMenu&gt;</pre></blockquote><p>The above example invokes action1 with an additional third argument via the editor instance.&nbsp; The third argument is passed to the function that defines action1.&nbsp; If the add-node has no action-attribute, then only the function defined in the text content is executed, otherwise first the function and then the action defined in the action-attribute is executed.&nbsp; The function in the text content has 3 arguments, namely the <a href="mxEditor-js.html#mxEditor" class=LClass id=link17 onMouseOver="ShowTip(event, 'tt5', 'link17')" onMouseOut="HideTip('tt5')">mxEditor</a> instance, the <a href="../model/mxCell-js.html#mxCell" class=LClass id=link18 onMouseOver="ShowTip(event, 'tt11', 'link18')" onMouseOut="HideTip('tt11')">mxCell</a> instance under the mouse, and the native mouse event.</p><h4 class=CHeading>Custom Conditions</h4><h4 class=CHeading>To add a new condition for popupmenu items</h4><blockquote><pre class="prettyprint">&lt;condition name=&quot;condition1&quot;&gt;&lt;![CDATA[
2012-05-21 20:32:26 +00:00
function (editor, cell, evt)
{
return cell != null;
}
2012-07-16 15:36:48 +00:00
]]&gt;&lt;/condition&gt;</pre></blockquote><h4 class=CHeading>The new condition can then be used in any item as follows</h4><blockquote><pre class="prettyprint">&lt;add as=&quot;action1&quot; action=&quot;action1&quot; icon=&quot;action1.gif&quot; if=&quot;condition1&quot;/&gt;</pre></blockquote><p>The order in which the items and conditions appear is not significant as all connditions are evaluated before any items are created.</p><h4 class=CHeading>Parameters</h4><table border=0 cellspacing=0 cellpadding=0 class=CDescriptionList><tr><td class=CDLEntry>editor</td><td class=CDLDescription>Enclosing <a href="mxEditor-js.html#mxEditor" class=LClass id=link19 onMouseOver="ShowTip(event, 'tt5', 'link19')" onMouseOut="HideTip('tt5')">mxEditor</a> instance.</td></tr><tr><td class=CDLEntry>menu</td><td class=CDLDescription><a href="../util/mxPopupMenu-js.html#mxPopupMenu" class=LClass id=link20 onMouseOver="ShowTip(event, 'tt9', 'link20')" onMouseOut="HideTip('tt9')">mxPopupMenu</a> that is used for adding items and separators.</td></tr><tr><td class=CDLEntry>cell</td><td class=CDLDescription>Optional <a href="../model/mxCell-js.html#mxCell" class=LClass id=link21 onMouseOver="ShowTip(event, 'tt11', 'link21')" onMouseOut="HideTip('tt11')">mxCell</a> which is under the mousepointer.</td></tr><tr><td class=CDLEntry>evt</td><td class=CDLDescription>Optional mouse event which triggered the menu.</td></tr></table></div></div></div>
2012-05-21 20:32:26 +00:00
2017-06-27 11:43:19 +00:00
<div class="CFunction"><div class=CTopic><h3 class=CTitle><a name="mxDefaultPopupMenu.addItems"></a>addItems</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxDefaultPopupMenu.prototype.addItems = function(</td><td class="PParameter prettyprint " nowrap>editor,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>menu,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>cell,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>evt,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>conditions,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>item,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>parent</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote><p>Recursively adds the given items and all of its children into the given menu.</p><h4 class=CHeading>Parameters</h4><table border=0 cellspacing=0 cellpadding=0 class=CDescriptionList><tr><td class=CDLEntry>editor</td><td class=CDLDescription>Enclosing <a href="mxEditor-js.html#mxEditor" class=LClass id=link22 onMouseOver="ShowTip(event, 'tt5', 'link22')" onMouseOut="HideTip('tt5')">mxEditor</a> instance.</td></tr><tr><td class=CDLEntry>menu</td><td class=CDLDescription><a href="../util/mxPopupMenu-js.html#mxPopupMenu" class=LClass id=link23 onMouseOver="ShowTip(event, 'tt9', 'link23')" onMouseOut="HideTip('tt9')">mxPopupMenu</a> that is used for adding items and separators.</td></tr><tr><td class=CDLEntry>cell</td><td class=CDLDescription>Optional <a href="../model/mxCell-js.html#mxCell" class=LClass id=link24 onMouseOver="ShowTip(event, 'tt11', 'link24')" onMouseOut="HideTip('tt11')">mxCell</a> which is under the mousepointer.</td></tr><tr><td class=CDLEntry>evt</td><td class=CDLDescription>Optional mouse event which triggered the menu.</td></tr><tr><td class=CDLEntry>conditions</td><td class=CDLDescription>Array of names boolean conditions.</td></tr><tr><td class=CDLEntry>item</td><td class=CDLDescription>XML node that represents the current menu item.</td></tr><tr><td class=CDLEntry>parent</td><td class=CDLDescription>DOM node that represents the parent menu item.</td></tr></table></div></div></div>
2012-05-21 20:32:26 +00:00
2017-06-27 11:43:19 +00:00
<div class="CFunction"><div class=CTopic><h3 class=CTitle><a name="mxDefaultPopupMenu.addAction"></a>addAction</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxDefaultPopupMenu.prototype.addAction = function(</td><td class="PParameter prettyprint " nowrap>menu,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>editor,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>lab,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>icon,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>funct,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>action,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>cell,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>parent,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>iconCls,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>enabled</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote><p>Helper method to bind an action to a new menu item.</p><h4 class=CHeading>Parameters</h4><table border=0 cellspacing=0 cellpadding=0 class=CDescriptionList><tr><td class=CDLEntry>menu</td><td class=CDLDescription><a href="../util/mxPopupMenu-js.html#mxPopupMenu" class=LClass id=link25 onMouseOver="ShowTip(event, 'tt9', 'link25')" onMouseOut="HideTip('tt9')">mxPopupMenu</a> that is used for adding items and separators.</td></tr><tr><td class=CDLEntry>editor</td><td class=CDLDescription>Enclosing <a href="mxEditor-js.html#mxEditor" class=LClass id=link26 onMouseOver="ShowTip(event, 'tt5', 'link26')" onMouseOut="HideTip('tt5')">mxEditor</a> instance.</td></tr><tr><td class=CDLEntry>lab</td><td class=CDLDescription>String that represents the label of the menu item.</td></tr><tr><td class=CDLEntry>icon</td><td class=CDLDescription>Optional URL that represents the icon of the menu item.</td></tr><tr><td class=CDLEntry>action</td><td class=CDLDescription>Optional name of the action to execute in the given editor.</td></tr><tr><td class=CDLEntry>funct</td><td class=CDLDescription>Optional function to execute before the optional action.&nbsp; The function takes an <a href="mxEditor-js.html#mxEditor" class=LClass id=link27 onMouseOver="ShowTip(event, 'tt5', 'link27')" onMouseOut="HideTip('tt5')">mxEditor</a>, the <a href="../model/mxCell-js.html#mxCell" class=LClass id=link28 onMouseOver="ShowTip(event, 'tt11', 'link28')" onMouseOut="HideTip('tt11')">mxCell</a> under the mouse and the mouse event that triggered the call.</td></tr><tr><td class=CDLEntry>cell</td><td class=CDLDescription>Optional <a href="../model/mxCell-js.html#mxCell" class=LClass id=link29 onMouseOver="ShowTip(event, 'tt11', 'link29')" onMouseOut="HideTip('tt11')">mxCell</a> to use as an argument for the action.</td></tr><tr><td class=CDLEntry>parent</td><td class=CDLDescription>DOM node that represents the parent menu item.</td></tr><tr><td class=CDLEntry>iconCls</td><td class=CDLDescription>Optional CSS class for the menu icon.</td></tr><tr><td class=CDLEntry>enabled</td><td class=CDLDescription>Optional boolean that specifies if the menu item is enabled.&nbsp; Default is true.</td></tr></table></div></div></div>
2012-05-21 20:32:26 +00:00
2017-06-27 11:43:19 +00:00
<div class="CFunction"><div class=CTopic><h3 class=CTitle><a name="mxDefaultPopupMenu.createConditions"></a>createConditions</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxDefaultPopupMenu.prototype.createConditions = function(</td><td class="PParameter prettyprint " nowrap>editor,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>cell,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>evt</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote><p>Evaluates the default conditions for the given context.</p></div></div></div>
2012-05-21 20:32:26 +00:00
</div><!--Content-->
<div id=Footer><a href="http://www.naturaldocs.org">Generated by Natural Docs</a></div><!--Footer-->
2017-04-12 12:48:34 +00:00
<div id=Menu><div class=MEntry><div class=MFile><a href="../index-txt.html">API Specification</a></div></div><div class=MEntry><div class=MGroup><a href="javascript:ToggleMenu('MGroupContent1')">Editor</a><div class=MGroupContent id=MGroupContent1><div class=MEntry><div class=MFile><a href="mxDefaultKeyHandler-js.html">mxDefaultKeyHandler</a></div></div><div class=MEntry><div class=MFile id=MSelected>mxDefaultPopupMenu</div></div><div class=MEntry><div class=MFile><a href="mxDefaultToolbar-js.html">mxDefaultToolbar</a></div></div><div class=MEntry><div class=MFile><a href="mxEditor-js.html">mxEditor</a></div></div></div></div></div><div class=MEntry><div class=MGroup><a href="javascript:ToggleMenu('MGroupContent2')">Handler</a><div class=MGroupContent id=MGroupContent2><div class=MEntry><div class=MFile><a href="../handler/mxCellHighlight-js.html">mxCellHighlight</a></div></div><div class=MEntry><div class=MFile><a href="../handler/mxCellMarker-js.html">mxCellMarker</a></div></div><div class=MEntry><div class=MFile><a href="../handler/mxCellTracker-js.html">mxCellTracker</a></div></div><div class=MEntry><div class=MFile><a href="../handler/mxConnectionHandler-js.html">mxConnectionHandler</a></div></div><div class=MEntry><div class=MFile><a href="../handler/mxConstraintHandler-js.html">mxConstraintHandler</a></div></div><div class=MEntry><div class=MFile><a href="../handler/mxEdgeHandler-js.html">mxEdgeHandler</a></div></div><div class=MEntry><div class=MFile><a href="../handler/mxEdgeSegmentHandler-js.html">mxEdgeSegmentHandler.js</a></div></div><div class=MEntry><div class=MFile><a href="../handler/mxElbowEdgeHandler-js.html">mxElbowEdgeHandler</a></div></div><div class=MEntry><div class=MFile><a href="../handler/mxGraphHandler-js.html">mxGraphHandler</a></div></div><div class=MEntry><div class=MFile><a href="../handler/mxHandle-js.html">mxHandle</a></div></div><div class=MEntry><div class=MFile><a href="../handler/mxKeyHandler-js.html">mxKeyHandler</a></div></div><div class=MEntry><div class=MFile><a href="../handler/mxPanningHandler-js.html">mxPanningHandler</a></div></div><div class=MEntry><div class=MFile><a href="../handler/mxPopupMenuHandler-js.html">mxPopupMenuHandler</a></div></div><div class=MEntry><div class=MFile><a href="../handler/mxRubberband-js.html">mxRubberband</a></div></div><div class=MEntry><div class=MFile><a href="../handler/mxSelectionCellsHandler-js.html">mxSelectionCellsHandler</a></div></div><div class=MEntry><div class=MFile><a href="../handler/mxTooltipHandler-js.html">mxTooltipHandler</a></div></div><div class=MEntry><div class=MFile><a href="../handler/mxVertexHandler-js.html">mxVertexHandler</a></div></div></div></div></div><div class=MEntry><div class=MGroup><a href="javascript:ToggleMenu('MGroupContent3')">Io</a><div class=MGroupContent id=MGroupContent3><div class=MEntry><div class=MFile><a href="../io/mxCellCodec-js.html">mxCellCodec</a></div></div><div class=MEntry><div class=MFile><a href="../io/mxChildChangeCodec-js.html">mxChildChangeCodec</a></div></div><div class=MEntry><div class=MFile><a href="../io/mxCodec-js.html">mxCodec</a></div></div><div class=MEntry><div class=MFile><a href="../io/mxCodecRegistry-js.html">mxCodecRegistry</a></div></div><div class=MEntry><div class=MFile><a href="../io/mxDefaultKeyHandlerCodec-js.html">mxDefaultKeyHandlerCodec</a></div></div><div class=MEntry><div class=MFile><a href="../io/mxDefaultPopupMenuCodec-js.html">mxDefaultPopupMenuCodec</a></div></div><div class=MEntry><div class=MFile><a href="../io/mxDefaultToolbarCodec-js.html">mxDefaultToolbarCodec</a></div></div><div class=MEntry><div class=MFile><a href="../io/mxEditorCodec-js.html">mxEditorCodec</a></div></div><div class=MEntry><div class=MFile><a href="../io/mxGenericChangeCodec-js.html">mxGenericChangeCodec</a></div></div><div class=MEntry><div class=MFile><a href="../io/mxGraphCodec-js.html">mxGraphCodec</a></div></div><div class=MEntry><div class=MFile><a href="../io/mxGraphViewCodec-js.html">mxGraphViewCodec</a></div></div><div class=MEntry><div class=MFile><a href="../io/mxModelCod
2012-05-21 20:32:26 +00:00
var searchPanel = new SearchPanel("searchPanel", "HTML", "../../search");
--></script><div id=MSearchPanel class=MSearchPanelInactive><input type=text id=MSearchField value=Search onFocus="searchPanel.OnSearchFieldFocus(true)" onBlur="searchPanel.OnSearchFieldFocus(false)" onKeyUp="searchPanel.OnSearchFieldChange()"><select id=MSearchType onFocus="searchPanel.OnSearchTypeFocus(true)" onBlur="searchPanel.OnSearchTypeFocus(false)" onChange="searchPanel.OnSearchTypeChange()"><option id=MSearchEverything selected value="General">Everything</option><option value="Classes">Classes</option><option value="Cookies">Cookies</option><option value="Events">Events</option><option value="Files">Files</option><option value="Functions">Functions</option><option value="Variables">Variables</option></select></div><script language=JavaScript><!--
HideAllBut([1], 13);// --></script></div><!--Menu-->
<!--START_ND_TOOLTIPS-->
2017-06-27 11:43:19 +00:00
<div class=CToolTip id="tt1"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>function mxDefaultPopupMenu(</td><td class="PParameter prettyprint " nowrap>config</td><td class="PAfterParameters prettyprint "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"><tr><td class="prettyprint">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"><tr><td class="prettyprint">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"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxDefaultPopupMenu.prototype.createMenu = function(</td><td class="PParameter prettyprint " nowrap>editor,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>menu,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>cell,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>evt</td><td class="PAfterParameters prettyprint "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"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxDefaultPopupMenu.prototype.addItems = function(</td><td class="PParameter prettyprint " nowrap>editor,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>menu,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>cell,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>evt,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>conditions,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>item,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>parent</td><td class="PAfterParameters prettyprint "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"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxDefaultPopupMenu.prototype.addAction = function(</td><td class="PParameter prettyprint " nowrap>menu,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>editor,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>lab,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>icon,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>funct,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>action,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>cell,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>parent,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>iconCls,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>enabled</td><td class="PAfterParameters prettyprint "n
2012-05-21 20:32:26 +00:00
<div id=MSearchResultsWindow><iframe src="" frameborder=0 name=MSearchResults id=MSearchResults></iframe><a href="javascript:searchPanel.CloseResultsWindow()" id=MSearchResultsWindowClose>Close</a></div>
<script language=JavaScript><!--
if (browserType) {if (browserVer) {document.write("</div>"); }document.write("</div>");}// --></script></body></html>