settings Property

Summary

The AJAX request settings.

Syntax

JavaScript Syntax
Object.defineProperty(PrepareAjaxEventArgs.prototype, 'settings', 
	get: function() 
) 
TypeScript Syntax
settings: any; // read-only 

Property Value

An object of type JQueryAjaxSettings that contains the settings for the AJAX request.

Remarks

The data property of JQueryAjaxSettings should be a JSON-stringified object (a string) for POST requests, and an object for GET requests.

Refer to PrepareAjax for more information.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly