Searched refs:styleChange (Results 1 – 4 of 4) sorted by relevance
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Menus.js | 57 var tr = this.styleChange(menu, fontFamily, [mxConstants.STYLE_FONTFAMILY], 188 this.styleChange(menu, fontSize, [mxConstants.STYLE_FONTSIZE], 301 …this.styleChange(menu, '', [mxConstants.STYLE_SHAPE, mxConstants.STYLE_STARTSIZE, mxConstants.STYL… 302 …this.styleChange(menu, '', [mxConstants.STYLE_SHAPE, mxConstants.STYLE_STARTSIZE, mxConstants.STYL… 303 …this.styleChange(menu, '', [mxConstants.STYLE_SHAPE, mxConstants.STYLE_STARTSIZE, mxConstants.STYL… 304 …this.styleChange(menu, '', [mxConstants.STYLE_SHAPE, mxConstants.STYLE_STARTSIZE, mxConstants.STYL… 1157 Menus.prototype.styleChange = function(menu, label, keys, values, sprite, parent, fn, post, iconOnl… method in Menus
|
H A D | Format.js | 5057 var item = this.editorUi.menus.styleChange(menu, '', keys, values, 'geIcon', null); 5086 …this.editorUi.menus.styleChange(menu, '', [mxConstants.STYLE_SHAPE, mxConstants.STYLE_STARTSIZE, m… 5087 …this.editorUi.menus.styleChange(menu, '', [mxConstants.STYLE_SHAPE, mxConstants.STYLE_STARTSIZE, m… 5088 …this.editorUi.menus.styleChange(menu, '', [mxConstants.STYLE_SHAPE, mxConstants.STYLE_STARTSIZE, m… 5089 …this.editorUi.menus.styleChange(menu, '', [mxConstants.STYLE_SHAPE, mxConstants.STYLE_STARTSIZE, m…
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Menus.js | 3999 var tr = this.styleChange(menu, fontLabel || fontName,
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 3141 function(a,b,c,d,e){a=this.editorUi.menus.styleChange(a,"",d,e,"geIcon",null);d=document.createElem… 3143 …get("connection"),!1,mxUtils.bind(this,function(a){this.editorUi.menus.styleChange(a,"",[mxConstan… 3144 …styleChange(a,"",[mxConstants.STYLE_SHAPE,mxConstants.STYLE_STARTSIZE,mxConstants.STYLE_ENDSIZE,"w… 3145 mxResources.get("arrow"));this.editorUi.menus.styleChange(a,"",[mxConstants.STYLE_SHAPE,mxConstants… 3561 …s.bind(this,function(d,c){for(var e=mxUtils.bind(this,function(e){this.styleChange(d,e,[mxConstant… 3567 …cellEditor.getEditingCell()]))}}),h=mxUtils.bind(this,function(a){this.styleChange(d,a,[mxConstant… 3575 …styleChange(a,"",[mxConstants.STYLE_SHAPE,mxConstants.STYLE_STARTSIZE,mxConstants.STYLE_ENDSIZE,"w… 3576 …styleChange(a,"",[mxConstants.STYLE_SHAPE,mxConstants.STYLE_STARTSIZE,mxConstants.STYLE_ENDSIZE,"w… 3604 Menus.prototype.styleChange=function(a,b,d,e,c,f,k,h,g){var l=this.createStyleChangeFunction(d,e);a… 11923 …ar f=mxUtils.bind(this,function(f,g,k,l,m){var n=c.editor.graph;l=this.styleChange(d,l||f,"1"!=url…
|