Search code examples
dojodijit.tree

Using POST requests to retrieve tree data in dojo


I'm using dojo 1.4. I'm having a tree component linked to a dijit.tree.ForestStoreModel (actually a subclass of it).

What is the simplest way to make the store use POST requests instead of GETs?


Solution

  • Not possible. Assuming you're using ItemFileReadStore for the store. All requests are hardcoded using dojo.xhrGet.