get(url,params,call)

  • Type: Method
  • File:
  • Implemented in: dhx.ajax
  • Included in:

issues a GET ajax request to server side

Parameters

  • url - the url which will be loaded
    • string
  • params - the hash of parameters which need being sent to server side (optional)
    • hash
  • call - a callback function (optional)
    • function

Returns

xmlHttpRequest object