Searched refs:iconCls (Results 1 – 5 of 5) sorted by relevance
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Actions.js | 1746 Actions.prototype.addAction = function(key, funct, enabled, iconCls, shortcut) argument 1760 return this.put(key, new Action(title, funct, enabled, iconCls, shortcut)); 1784 function Action(label, funct, enabled, iconCls, shortcut) 1790 this.iconCls = iconCls;
|
H A D | Editor.js | 2767 mxPopupMenu.prototype.addItem = function(title, image, funct, parent, iconCls, enabled) argument
|
/plugin/diagramsnet/lib/js/ |
H A D | viewer.min.js | 3014 …label=b;this.funct=this.createFunction(c);this.enabled=null!=e?e:!0;this.iconCls=k;this.shortcut=g…
|
H A D | viewer-static.min.js | 3014 …label=b;this.funct=this.createFunction(c);this.enabled=null!=e?e:!0;this.iconCls=k;this.shortcut=g…
|
H A D | app.min.js | 3559 …label=a;this.funct=this.createFunction(b);this.enabled=null!=d?d:!0;this.iconCls=e;this.shortcut=c…
|