Questions tagged [dojo-1.8]
8 questions
771
votes
31 answers
How to export JavaScript array info to csv (on client side)?
I know there are lot of questions of this nature but I need to do this using JavaScript. I am using Dojo 1.8 and have all the attribute info in array, which looks like this:
[["name1", "city_name1", ...]["name2", "city_name2", ...]]
Any idea how I…

Sam007
- 8,397
- 4
- 24
- 34
0
votes
0 answers
DoJo addOnLoad is not working for few stores
I have migrated one store from Elite to Aurora and dojo addOnLoad is working fine for it. While I migrated other stores, it is not working for any of the stores with same code base.
Later I found out that i need to comment "dojo/domReady!", to make…

anilonwebs
- 511
- 1
- 5
- 13
0
votes
1 answer
how to load js widget file in dojo ? registerModulePath is working but in 1.8 packages not working - need help immediately
Hello need help immediately,
I have web directory as
- WebContent
index.jsp
dojo
testjs
- bpl
- mywidget.js
Context path is /TestWeb/CheckDojo
script in…

user3467346
- 47
- 10
0
votes
1 answer
Dojo AccordianContainer selectChild
To get the details of child (of accordian container) that the user is clicking on, I subscribed to this topic - "-selectChild". Working fine, but later I wanted to keep all the content panes collapsed by default inside a accordian container, I…

aryanRaj_kary
- 503
- 2
- 7
- 28
0
votes
1 answer
remove and create dojo accordian container with content panes
I am new to Dojo, I am using Dojo 1.8, here his what I am trying to do- I have created a accordian container with some content panes in it. This is working, when I click on some button on the page I am calling a function (del), in here I want to…

aryanRaj_kary
- 503
- 2
- 7
- 28
0
votes
2 answers
Addressability of dojo widget inside of a custom widget
I think I'm missing something obvious here in Dojo 1.8 w.r.t. writing custom widgets.
I have a simple widget that includes, among other things, a currencyTextBox.
At runtime, I would like to be able to change the currency of that widget to USD…

user2454234
- 21
- 5
0
votes
1 answer
How to use a simple Dojo 1.8 build?
I have written an application that relies on Dojo (version 1.8) hosted on the Google CDN. The code looks like this and works fine: