我正在here编辑digrameditor!对于我自己的项目,我需要将顶点的标签定位到底部。我尝试添加以下更改,但似乎并非如此。
....
// Program starts here. The document.onLoad executes the
// mxApplication constructor with a given configuration.
// In the config file, the mxEditor.onInit method is
// overridden to invoke this global function as the
// last step in the editor constructor.
function onInit(editor)
{
// Set align of the labels to bottom
mxConstants.STYLE_VERTICAL_LABEL_POSITION = mxConstants.ALIGN_BOTTOM;
....
任何帮助?
感谢。
答案 0 :(得分:0)
经过一些研究后,我发现可以使用位于config目录中的 diagrameditor.xml 文件来完成。您可以在第123行找到定义为样式表的mxStylesheet,您可以在其中找到 defaultVertex 样式。将 verticalAlign 属性更改为底部,如下所示。
console.log(object[Object.keys(object)[0]]);//print key's value