Searched refs:newStyle (Results 1 – 4 of 4) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | mxRuler.js | 399 this.setStyle = function(newStyle) argument 401 style = newStyle; 658 mxDualRuler.prototype.setStyle = function(newStyle) argument 660 this.vRuler.setStyle(newStyle); 661 this.hRuler.setStyle(newStyle);
|
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | EditorUi.js | 292 var newStyle = model.getStyle(cell); 304 newStyle = mxUtils.setStyle(newStyle, key, styleValue); 311 newStyle = mxUtils.setStyle(mxUtils.setStyle( 312 newStyle, 'html', null), 'whiteSpace', null); 315 model.setStyle(cell, newStyle);
|
H A D | Format.js | 6073 var newStyle = model.getStyle(cells[i]); 6082 newStyle = mxUtils.setStyle(newStyle, styles[j], current[styles[j]]); 6086 model.setStyle(cells[i], newStyle);
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | bundle.js.map | 1 …newStyle = `\n\t\t.monaco-editor .codelens-decoration.${this._styleClassName} { height: ${height}p…
|