post(url,params,call)

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

issues a POST 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)
    • url-encoded string or any hash-compatible object with properties representing parameters
  • call - a callback function (optional)
    • function

Returns

xmlHttpRequest object