Wijmo UI for the Web
ajax Field
wijmo.data Namespace > IAjaxDataViewOptions Interface : ajax Field
Use with an AjaxDataView or ODataView object to specify settings like crossOrigin, data, and dataType.
Syntax
var instance; // Type: wijmo.data.IAjaxDataViewOptions;
var value; // Type: JQueryAjaxSettings
value = instance.ajax;
var ajax : JQueryAjaxSettings;
Example
See https://api.jquery.com/jQuery.ajax/#jQuery-ajax-settings for more information.
See Also

Reference

IAjaxDataViewOptions Interface