Searched refs:createCellOption (Results 1 – 2 of 2) sorted by relevance
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Format.js | 1072 BaseFormatPanel.prototype.createCellOption = function(label, key, defaultValue, enabledValue, disab… method in BaseFormatPanel 2513 var opt = this.createCellOption(mxResources.get('constrainProportions'), 3743 var wwOpt = this.createCellOption(mxResources.get('wordWrap'), mxConstants.STYLE_WHITE_SPACE, 3754 var htmlOpt = this.createCellOption(mxResources.get('formattedText'), 'html', 0, 5833 var opt = this.createCellOption(label, key, defaultValue);
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 2991 BaseFormatPanel.prototype.createCellOption=function(a,b,d,e,c,f,k,h,g){var l=this.editorUi,m=l.edit… 3045 "right";var v=this.createCellOption(mxResources.get("constrainProportions"),mxConstants.STYLE_ASPEC… 3090 …e.isTableRow(a)&&!e.isTableCell(a)&&!e.isCellResizable(a)}));n=this.createCellOption(mxResources.g… 3091 h.length&&k.appendChild(n);h=this.createCellOption(mxResources.get("formattedText"),"html",0,null,n… 3201 …pendChild(e);var g=k,l=0,m=mxUtils.bind(this,function(a,b,c){a=this.createCellOption(a,b,c);a.styl…
|