Class DHTMLSuite.ajaxUtil
Object
|
+--DHTMLSuite.ajaxUtil
- class
DHTMLSuite.ajaxUtil
The purpose of this class is to load content of external files into HTML elements on your page(demo).
Defined in dhtml-suite-for-applications.js
Author: Alf Magne Kalleland(www.dhtmlgoodies.com)
Version: 1.0 , 1.0
Method Summary |
void
|
sendRequest(url,paramString,functionNameOnComplete)
Sends an ajax request to the server
|
ajaxObjects
Object ajaxObjects
objectIndex
Object objectIndex
DHTMLSuite.ajaxUtil
DHTMLSuite.ajaxUtil()
Author: Alf Magne Kalleland(www.dhtmlgoodies.com)
Version: 1.0 , 1.0
sendRequest
void sendRequest(url,paramString,functionNameOnComplete)
Sends an ajax request to the server
Parameters:
String
- url = Path on the server
String
- paramString - Parameters, DHTMLSuite.ajaxUtil.prototype.Example = "varA=2&varB=3";;
String
- functionNameOnComplete = Function to execute on complete, DHTMLSuite.ajaxUtil.prototype.example = "myFunction";. The ajax object will be sent to this function and you can get the response from the "reponse" attribute. NB! This ajax object will be cleared automatically by the script after a 3 second delay.
Documentation generated by
JSDoc on Mon Oct 8 10:17:27 2007