Skip to main content

All Questions

Tagged with
0 votes
1 answer
102 views

Spin wheel in dojo framework

I have a piece of code this.domNode.classList.add('widget-loading'); which is adding a spin wheel. Now I want to sustain the spin wheel for 10 seconds. I tried the below which dint work. ...
Kousthubha's user avatar
1 vote
1 answer
154 views

Issue with dojo confirm dialog widget called from jsp

I have the following widget: FruitWidget.html <div data-dojo-type="dijit/ConfirmDialog" data-dojo-attach-point="fruitWarningDialog" data-dojo-props="title:'Timeout Warning'" data-dojo-attach-...
Vicky's user avatar
  • 17.2k
0 votes
1 answer
148 views

Intercepting response in dojo to read cookies

I have a filter on server side which adds a cookie myCookie to every response. I am intercepting the response in a dojo widget as below: define("mySolution/ServerCookieWidget", [ "dojo/request/...
Vicky's user avatar
  • 17.2k
2 votes
3 answers
292 views

Dojo widget not rendered correctly, when placed in inactive accordion container

I have a web application using the ArcGIS JS API with a bunch of custom widgets. If I place an esri/dijit/editing/TemplatePicker inside a ContentPane inside an Accordion container tab, which is ...
Marco's user avatar
  • 23.6k
0 votes
1 answer
88 views

Dojo documentation alternative

I've been developing dojo widgets lately but I'm still new to dojo so I need a lot of help from the dojo website https://dojotoolkit.org/documentation/ to understand different modules but it's been ...
bliu's user avatar
  • 153
1 vote
1 answer
356 views

How to define Widget class for toolbar with buttons in Dojo Toolkit?

I will create new class - toolbar with standard action buttons ( Add, Edit, Remove, Refresh ). I wrote simple class for this: define([ "dojo/_base/declare", "dijit/_WidgetBase", "dijit/...
Dunaevsky Maxim's user avatar
0 votes
1 answer
51 views

dojo dijit extra template wire up events

I am creating a templated widget using dojo dijit, however a separate HTML template form with data-dojo-attach-event need to be loaded in and wire-up the events because the form is designed to be used ...
Richard So's user avatar
1 vote
2 answers
2k views

Dojo 1.10 Widget is not a Constructor

I have the following Custom Widget that I want to instantiate in another Javascript file named Core.js. Dashboard Widget define([ "dojo/_base/declare", "dojo/_base/config", "dojo/ready", "dojo/...
Pow4Pow5's user avatar
  • 501
0 votes
0 answers
50 views

How to load external d3pie.js file present in lib folder when creating custom widget using Dojo?

I am creating a custom widget using Dojo. Now I am using d3pie.js file in my widget which is present in lib folder. In define function I am calling the file, and when trying to access the variable and ...
bbsk's user avatar
  • 11
0 votes
2 answers
426 views

How to get the whole HTML value from Dijit Editor

Hello Experts I need help I'm using dojo Dijit Editor "rich text editor" field in my widget, on page load I fetch HTML text from database and I set the rich text editor with the HTML normally, Then ...
user1814595's user avatar
1 vote
1 answer
84 views

Difference between initializing array in Widget's class variable and constructor?

Is there a difference if I initialize an array in the class variables of a widget or in it's constructor? To be clear, what is the difference between this (Declaration 1) : define([ "dojo/...
Himanshu's user avatar
  • 1,002
0 votes
0 answers
75 views

How to destroy dojo ListItem

Every time I enter a dojox/mobile/View I need to reload a dojox/mobile/EdgeToEdgeStoreList: javascript var list = registry.byId("myList"); var store = new Memory({data: JSON.parse(myData), ...
Mark's user avatar
  • 4,821
0 votes
1 answer
896 views

What is the correct way to set a div as the dropdown for a Dojo widget?

I asked a related question about this recently: Dojo _hasDropDown - How do I declaratively bind the properties?. However, I've been struggling with this problem for about 30 hours by now (20 of those ...
Nzall's user avatar
  • 3,525
2 votes
1 answer
182 views

Could somebody explain to me what exactly is happening in the Dojo's ''dojo/on" module?

I started fiddling around with Dojo.js and came across a thing I don't understand. I'm trying to create my own widget. The widget would be really simple - it would just query all images on the page ...
Peter Bosák's user avatar
2 votes
1 answer
833 views

Correct way to use JSDoc with anonymous object and functions of this object

Currently using Webstorm in a project with Dojo (1.10), and ESRI API Javascript. I have a function that accept a Widget (Object/Class), but the Webstorm show me some warnings because of JSDoc. Code: ...
Roberto Correia's user avatar

15 30 50 per page
1
2 3 4 5 6