More example needed for DHTMLX Ajax Component.

Hi Team,

Can the team provide more examples in DHTMLX Ajax Component.

the already provided one only show the use of post(),postSyn(),get() and getSync() function only in PHP module

we need the example that explains all the functions related with loader they are listed below.
*loader.xmlDoc
*loader.xmlDoc.responseXML
*loader.xmlDoc.responseText
*loader.doXPath(xpathExp, docObj, namespace, result_type)
*loader.doSerialization()
*loader.doXSLTransToObject(xslDocument)
*loader.doXSLTransToString(xslDocument)

Note : It would great if the team can provide the example in Java domain or in JSP .

Regards

Judy

Hello,

We have added links to the same list n docs, which should help users to navigate to necessary places in docs to see examples of the code for XPath and XSLTransformation: docs.dhtmlx.com/doku.php?id=dhtm … dhtmlxajax

I’m not sure what can be added to xmlDoc, responseXML, responseText and doSerialization descriptions there.

Also, as long as mentioned properties and methods are related to client side functionality only (i.e. data which was already loaded from server using GET or POST methods), there is no place for server side samples as well.