Hi there.
I wonder if I am working against dojo's scriptScope but I am unsure. The (simplified) document is:
Hi there.
I wonder if I am working against dojo's scriptScope but I am unsure. The (simplified) document is:
How do I transform the following code to work with 1.0 in the absence of scriptScope?
The following is loaded from a Dialog/ContentPane:
this.testMe = function () {
console.log('got here');
};
Test
..in other words, how do I reference functions inside my ContentPane/Dialog?
Thanks!