API Access, Reference

7
Where can I get a better view of the object model / API that is available in javascript. ie: mx.session.getuserroles or mx. ? What other classes, and methods are available? And how can i add / extend these?
asked
1 answers
4

To inspect the api at runtime, Firebug or Google Chrome's developers tool are excellent.

Building widgets is documented here: https://world.mendix.com/display/Tutorials/Custom+Widgets

The new update 3.0 API will be available soon at

http://apidocs.mendix.com/client/

answered