refactoring
This commit is contained in:
parent
452b02bef4
commit
bf2216ea8f
|
@ -657,7 +657,7 @@ define([
|
||||||
this.fileExtention = this.documentCaption.substring(idx);
|
this.fileExtention = this.documentCaption.substring(idx);
|
||||||
this.isModified && (value += '*');
|
this.isModified && (value += '*');
|
||||||
if ( this.labelDocName ) {
|
if ( this.labelDocName ) {
|
||||||
this.labelDocName.val( value );
|
this.setDocTile( value );
|
||||||
// this.labelDocName.attr('size', value.length);
|
// this.labelDocName.attr('size', value.length);
|
||||||
//this.setCanRename(this.options.canRename);
|
//this.setCanRename(this.options.canRename);
|
||||||
|
|
||||||
|
@ -676,7 +676,7 @@ define([
|
||||||
var _name = this.documentCaption;
|
var _name = this.documentCaption;
|
||||||
changed && (_name += '*');
|
changed && (_name += '*');
|
||||||
|
|
||||||
this.labelDocName.val(_name);
|
this.setDocTile(_name);
|
||||||
},
|
},
|
||||||
|
|
||||||
setCanBack: function (value, text) {
|
setCanBack: function (value, text) {
|
||||||
|
|
Loading…
Reference in a new issue