I am loading a template in Aria using the following :
Aria.loadTemplate({
classpath : test,
div : "thecontainer",
});
Can someone tell me how to attach a callback to this function.This should tell me if a template load is complete or noe.