Project

General

Profile

Bug #24891 ยป 17406.patch

Administrator Admin, 2011-01-30 00:55

View differences:

t3lib/js/extjs/components/pagetree/javascript/treeeditor.js (revision )
beforecomplete: function(node) {
this.updatedValue = this.getValue();
if (this.updatedValue === '') {
this.cancelEdit();
return false;
}
this.setValue(this.editNode.attributes.prefix + Ext.util.Format.htmlEncode(this.updatedValue) + this.editNode.attributes.suffix);
    (1-1/1)