Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Has someone worked with nested ExecuteOrDelayUntilScriptLoaded?
How/where should i notify the external one that the internal has finished (the internal ExecuteOrDelayUntilScriptLoaded has a clientContext.executeQueryAsync)
I've done that a few times. Basically the contents of the external clause won't be executed until the notification so you have to ensure that the notification is outside of the external clause otherwise the whole code block inside of the external clause won't run.