HOW TO: Using Asynchronous Javascript in WDK
I just did this recently and though it might come in handy for someone else. First, you need to define a method in your component class (or container class, if using a container) to return the data the javascript will need. Your component and container can extend existing wdk components, I tried to keep my example simple.…