|
|
@ -891,7 +891,7 @@ var locales = { |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
<tr class="hidden" parent="getEdgeAt"> |
|
|
|
<td class="midMethods">Returns: String</code></td> |
|
|
|
<td class="midMethods">Returns: String</td> |
|
|
|
<td>Returns a edgeId or undefined. The DOM positions are expected to be in pixels from the top left |
|
|
|
corner |
|
|
|
of the canvas.. |
|
|
@ -1203,7 +1203,7 @@ var options = { |
|
|
|
<td>oncontext</td> |
|
|
|
<td>same as <code>click</code>.</td> |
|
|
|
<td>Fired when the user click on the canvas with the right mouse button. The right mouse button does not |
|
|
|
select by default. You can use <a href="./selection.html">getNodeAt</a> to select the node if you |
|
|
|
select by default. You can use the method <code>getNodeAt</code> to select the node if you |
|
|
|
want. |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|