问题标签 [mxgraph]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
gwt - 如何编写 GWT 包装器来调用 MxGraph 函数?
我想在我的应用程序中引入工作流程。我浏览了 mxGraph 支持的功能的屏幕截图,这就是我正在寻找的。我的应用程序 UI 是使用 GWT 2.0.4 开发的。谁能建议我如何使用 MxGraph 实现工作流程?我是 MxGraph 的新手,并且学习了一些教程。任何示例代码都可以帮助我学习。如果有人建议如何编写 GWT 包装器并调用 MxGraph 函数,那就太好了。
javascript - How can I perform in-place editing on HTML labels using Mxgraph?
I've set:
but when I double click on the cell with an HTML label to edit it in a simple example (http://codepen.io/anon/pen/bECmn) any HTML markup is shown as well. I was expecting when I click on the bold label 1 text to not see the strong tags.
Have I configured something wrongly in my example or is it up to me to apply some HTML editor I choose to display under this condition?
jsni - 我们可以限制 mxGraph 中的缩放级别吗?
我正在使用 mxGraph 在我的应用程序中创建一些工作流。默认情况下,放大系数为 1.2。我想在一定级别后限制缩放。如何实现?
这是我的 JSNI 代码:
每次缩放都将值返回为 1。我假设缩放后缩放值会发生变化。请建议我如何实现它。
javascript - 在 mxgraph 中设置连接器(边缘)点
我正在尝试以我们的自定义格式将图表导入 mxgraph,但我一直在设置连接器上的点。我试过调用 mxEdgeStyle 中的函数,比如ElbowConnector:
其中 points 是我要设置的点数组。我觉得我完全调用了错误的函数,还是我使用不正确?
javascript - mxgraph rubberband select above unselectable vertex
I have an image icon I am using as the background of the graph. (I am not using the graph background function because I need the background resize as I zoom and the background need to move back and front of the graph.) The image icon is set as not selectable and not movable
I want to use the mxRubberband for multiple select of the other icon. However, the mxRubberband is not working as I start selecting from above the background icon. (It works if I remove that.) How should I fix it?
mxgraph - 将 div 添加到单元格
在细胞顶部有一个最干净的方法是什么?我需要让这个 div 具有覆盖整个单元格扩展的特定 id。现在我为单元格提供了一个 HTML 值:这个值是一个 div,其中包含一个设置为覆盖单元格默认大小的表格。但显然,在调整大小时,它不起作用。
setVALue 代码: cell.setValue('< table id="'+cell.getId()+'" style="">< tbody>< tr>< td style="min-width: 80px; text-align:中心;">< br>< br>< br></td></tr></tb>
mxgraph - 如何使用 mxgraph 设置自定义顶点
我们正在编写一个程序来使用mxgraph
. 我们的要求是“我们需要将图像显示为顶点”。我们尝试了许多代码,但我们无法获取图像。(图像的路径是正确的)我们可以改变节点的形状并添加颜色,但不能包含图像作为顶点。我们的代码如下
请指导我们在上面的代码中必须纠正什么以获得图像作为我的顶点。
mxgraph - #mxgraph : 检索单元格的旋转值
我正在尝试在使用句柄旋转期间和之后检索当前选定单元格的旋转值。
单元格“样式”似乎在其字符串中保存了旋转值,但即使使用 mxUtils.getValue(style, "rotation",0);
任何帮助都会有所帮助
菲利普
jgraphx - 没有“自动处置”方法吗?
我有一个带有节点和边的图,我想显示它们。有没有任何函数可以在没有我给出精确坐标的情况下显示这个图表?
mxgraph - mxgraph - 自循环和上下文相关的形状
我目前正在修改编辑器工具以完成玩具项目中的一些简单任务。我对库的了解非常有限,而且我发现很难根据需要调整代码。因此,我在论坛上写在这里寻求帮助。
我需要实现自循环。尽管在代码中正确设置了“allowselfloop”标志,编辑器仍然不接受自循环。是否有要覆盖的特定方法?在哪里?如何?我需要实现的另一个重要功能是依赖于上下文的形状创建:当弧是来自形状的笔划时,编辑器会自动创建与弧本身的源相同的形状。如何根据弧源(或其他参数)生成不同的形状?是否有必须覆盖的(一系列)特定方法?
非常感谢任何帮助。提前致谢。