Questions tagged [dojo-1.7]
4 questions
2
votes
1 answer
Unsure about the best way to fully separate my Dojo layers
Hey so I'm finding the documentation around building dojo a little hazy around layers.
For my Dojo 1.7+ application I would like a layer that contains only Dojo, and a layer that only contains my code, so I can place the appropriate…

Andrew Daniel
- 688
- 1
- 5
- 7
1
vote
1 answer
Burning package remapping into dojo build
I am developing a set of modules for others to use using dojo 1.7. All modules are AMD modules and using relative paths within the package. My modules will need to be loaded cross domain, and not interfere with or care about the version of dojo…

fender5bass
- 33
- 2
0
votes
1 answer
How to make HTTP POST request call from Dojo version 1.7 or below?
I am new to dojo and using version 1.7.Making service call from dojo now i need to change the request method from GET to POST. For GET request currently i am using dojo/io/script, for POST should use dojo/request/script suggested by…

Venkatesan GB
- 63
- 1
- 2
- 7
0
votes
1 answer
Dojo - variable assignment occurs too late in xhrPut
I have the following:
if(typeof searchDOM === "undefined"){
dojo.xhrPut({
url: addrPath + "/ContServlet?mod=1&act=23",
handleAs: "xml",
timeout: xhrTimeout(TIMEOUT_LRG),
load: function(dom, ioArgs){
…

jbailie1991
- 1,305
- 2
- 21
- 42