Bug #24919 ยป 17434.patch
t3lib/js/extjs/components/pagetree/javascript/treeeditor.js (revision ) | ||
---|---|---|
fn: function(node, newValue, oldValue) {
|
||
this.editNode.ownerTree.commandProvider.saveTitle(node, this.updatedValue, oldValue, this);
|
||
}
|
||
},
|
||
startEdit: {
|
||
fn: function(element, value) {
|
||
this.field.selectText();
|
||
}
|
||
}
|
||
}
|
||
},
|
||
/**
|