oncomplete event for dojo.place -


I have many AJAX calls with content included by doj.place. I have new content in the dojo widget, so after the content "kept" I have to execute dojo.parser.parse ().

The problem is that I can not get it to execute. If I put the code on the next line, then I get executed soon. I've put a set in the interval command, but this is a nonsense solution.

Incomplete event at Dojo. Support to anyone has really been appreciated.

dojo.place () is synchronous, hence the issue is calling the parser immediately after the call It should not be that the problem is that you are calling the parser before your XHR is completed.


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -