Making AJAX calls – WDK
Mar 22
In WDK there is built in support for AJAX,
To make AJAX calls in WDK, we can use the function
postAJAXurl(url, true);
This function is defined in events.js file which will be included in all WDK forms.
Second parameter specifies whether the call should be asynchronous or not.
RSS