KoolAjaxRequest Class [Javascript]

Summary

Methods Description
KoolAjaxRequest Constructor of Request class.
addArg Add a argument to the request.

Methods Detail

KoolAjaxRequestTop

function  KoolAjaxRequest(object settings)

Define a request. The settings object is written in JSON. View KoolAjaxRequest Settings for more details.

Show/Hide Code

Supported from version: 1.3.0.0

addArgTop

function addArg(string sName, object vValue)

Add a argument to the request.

Show/Hide Code

Supported from version: 1.0.0.0