Javascript documentation

2
Hi all Mendix GURUs. Can i find out documentation for JS object in Mendix? For example is it somewhere described this method: mx.processor.getObjectsByXPath("//" + this.searchEntity + xPathConstraint, {}, dojo.hitch(this, this.showResults)); Regards, Lukas
asked
2 answers
6

The documentation for the client (3.0) can be found here. mx.processor.getObjectsByXPath is deprecated though, and replaced by mx.processor.get.

answered
0

Thanks a lot.

answered