Skip to content

Instantly share code, notes, and snippets.

beforemovenode: function (tree, node, oldParent, newParent, index) {
var self = this;
self.moved = false;
self.ready = false;
Ext.Msg.confirm('', '', function (button) {
if (button === 'yes') {
$.ajax({
async: false,
url: CMS.BaseUrl() + 'pfCMSTree/moveNode/',