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 {
}
},