From 3cec81d7ddf5ac216a1c8f563c3864607600e922 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Tue, 28 Apr 2020 15:49:34 +0300 Subject: [PATCH] [SSE] Rule settings: hide source range --- .../main/app/view/FormatRulesEditDlg.js | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/apps/spreadsheeteditor/main/app/view/FormatRulesEditDlg.js b/apps/spreadsheeteditor/main/app/view/FormatRulesEditDlg.js index 3b6671067..e1e421162 100644 --- a/apps/spreadsheeteditor/main/app/view/FormatRulesEditDlg.js +++ b/apps/spreadsheeteditor/main/app/view/FormatRulesEditDlg.js @@ -71,10 +71,10 @@ define([ '', '
', '', - '
', - '', - '
', - '
', + // '
', + // '', + // '
', + // '
', '', '', '', @@ -339,15 +339,15 @@ define([ }); this.ruleStore = new Backbone.Collection(arrrules); - this.txtScope = new Common.UI.InputFieldBtn({ - el : $('#format-rules-edit-txt-scope'), - name : 'range', - style : 'width: 150px;', - allowBlank : true, - btnHint : this.textSelectData, - validateOnChange: false - }); - this.txtScope.on('button:click', _.bind(this.onSelectData, this)); + // this.txtScope = new Common.UI.InputFieldBtn({ + // el : $('#format-rules-edit-txt-scope'), + // name : 'range', + // style : 'width: 150px;', + // allowBlank : true, + // btnHint : this.textSelectData, + // validateOnChange: false + // }); + // this.txtScope.on('button:click', _.bind(this.onSelectData, this)); this.cmbCategory = new Common.UI.ComboBox({ el : $('#format-rules-edit-combo-category'), @@ -933,8 +933,8 @@ define([ } if (props) { - var val = props.asc_getLocation(); - this.txtScope.setValue((val) ? val : ''); + // var val = props.asc_getLocation(); + // this.txtScope.setValue((val) ? val : ''); } else { } },