Below snippet will gives you current node path Javascript for the selection change event selectionchanged : function(el,val,check){ var dialog = el.findParentByType('dialog');//gives dialog console.log(dialog .path);//gives current node path } Hope this may help you for more...