Skip to main content

Questions tagged [dojo]

Dojo Toolkit is an open source modular JavaScript library designed to ease the rapid development of cross-platform, JavaScript/Ajax-based applications and web sites. It is dual-licensed under the BSD License and the Academic Free License. Dojo uses the Asynchronous Module Definition (AMD) format for its source code, allowing completely modular web application development.

dojo
-2 votes
2 answers
76 views

What is an array? [closed]

I only wanted to know what is an array. An array is a collection of items of same data type stored at contiguous memory locations. This is what I got Just in simple words
Mansi Dixit's user avatar
0 votes
0 answers
94 views

How do i intercept all the http request made from application using dojo framework

I have an application that uses dojo framework. I need to add csrf token in the header to all the http request made. How do i do that in dojo?
Amit Pokhrel's user avatar
0 votes
1 answer
85 views

Chrome ignores <a> tag's target argument when link is programmatically "clicked"

I have a project that is implemented with Django, Dojo and JS. I've been banging my head against this issue all week and cannot find any hints online as to what the problem might be. Hopefully someone ...
pblanco4's user avatar
0 votes
2 answers
179 views

Multiple query using QueryTask ArcgGIS JS Api 3

I am using QueryTask in ArcgGIS JS Api 3 and I want to execute multiple query in one call, I took a look at the documentation and I didn't find the possibility to do it this is what I am using ...
GisCat's user avatar
  • 129
1 vote
0 answers
35 views

is it possible to use a single .html to generate multiple pages with different div ids and data

I'm using the dojo library to implement a new feature. I've got a single dojo template in javascript and a single HTML file for creating multiple views with different ids and data Is this possible to ...
mahone_'s user avatar
  • 11
0 votes
2 answers
648 views

Unable to set Checkbox to Checked after refreshing and storing in Local Storage

I am currently facing an issue where I am unable to set a input box to stay checked after a refresh. I have stored the values in the local storage, even though the value is stored in the local storage;...
Jed's user avatar
  • 11
0 votes
1 answer
107 views

Using highcharts with a dojo front-end

<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <script src="https://ajax.googleapis.com/ajax/libs/dojo/1.10.4/dojo/dojo.js" data-dojo-...
dijon's user avatar
  • 27
1 vote
1 answer
108 views

How to use the ICM_ReceiveDocumentIDs Event?

I'm trying to display a list of documents with the ContentList widget inside the IBM Case Manager Builder. To achieve that I'm wiring a Scriptadapter to the ContentList widget, with the ...
Puck's user avatar
  • 53
0 votes
1 answer
106 views

How to replace the Dojo construct().place() with Vanilla JS?

How can I replace Dojo's DomConstruct.place() with vanilla Javascript in the following snippet? DomConstruct.place(this._rect, this._widget._xComponent, "after");
Samxiatian's user avatar
0 votes
1 answer
79 views

dojox.grid.DataGrid sort order bug on mixed case strings?

I know Dojo is getting quite old now but we still have apps that are using it. One thing that was pointed out was the sort facility on the dojox.grid.DataGrid table of users. Our users table has grown ...
Jason's user avatar
  • 719
0 votes
1 answer
169 views

Content pane in dojo

I have a content pane (B) that is created when I click a button which is inside another content pane( A) in tab container. In B I have used closeable to true and also on close function .now when I ...
Java_Pro's user avatar
0 votes
1 answer
153 views

Integrate Dojo Widgets inside React js application

I am trying to Integrate Dojo Widgets inside React application. SO need to check if its possible and if yes , How its possible.
AnandYadav's user avatar
0 votes
1 answer
128 views

Dojo Dialog not highlighting first focus element on first-time show

Working on updating a web-based project that that ran under IE to run under modern browsers like Chrome, Edge, and Firefox. The Dojo Toolkit (v1.x) is used. One annoyance encountered is the failure ...
ewh's user avatar
  • 1,024
0 votes
0 answers
106 views

How to Resolve Dojo wc is not defined errors

wc.render.updateContext & wc.render.getRefreshControllerById I am not able to use the above lines in dojo based script files. Getting script errors like wc is not defined. Can anyone guide me how ...
jyothi's user avatar
  • 1
0 votes
1 answer
590 views

IBM - Navigator Custom Action

I need to develop a IBM ICN plugin that do the following steps. the user search for an item of class A; the user select one item and click on 'Action Menu' and choose my custom action called 'Show ...
Andrea Verdi's user avatar

15 30 50 per page