Friday, June 14, 2013

more regarding destroying views after a promise in a dojo 1.9 dojox/app application

domNode.id will give you the id of the div wrapping the view you just left as suggested here like so:

function doDomCleanup(domNode) {
   alert(domNode.id);
}

No comments:

Post a Comment