Skip to main content
0 votes
0 answers
6 views

How to add record id to Select in Dojo

I need to put the option id in the cells.Select element, now I have an array of menu items looking like this: var options = ["Administrator", "Cashier", "Courier"]; var ...
Alexander Ermolenko's user avatar
0 votes
0 answers
6 views

How to add form elements to Dialog in Dojo dynamically

Please give me a code example on how to dynamically add any form elements to Dialog. var myDialog = new Dialog({ title: "Edit form", style: "width: 300px; height: 200px" });...
Alexander Ermolenko's user avatar
1 vote
0 answers
9 views

How to add onClick event to PopupMenuBarItem in Dojo?

I can't figure out how to add an onclick event to a menu item, please help me solve this problem. <script> require([ "dijit/MenuBar", "dijit/PopupMenuBarItem&...
Alexander Ermolenko's user avatar
0 votes
0 answers
13 views

Is it possible to create multiple compressed resources with maven?

I was working on a Maven mini project in which at some point I need to create multiple compressed files in gzip (.jgz). For this I used the maven-assembly plugin, but I can only create one archive at ...
EdMkn's user avatar
  • 13
0 votes
0 answers
17 views

Does Dojo 1.17 version supports CSP- Nonces?

We have upgraded the CSP Headers from unsafe-inlines , unsafe-eval to nonces. In the server side we generted nonce values using get and setter methods we called the nonce to all required .js files. ...
C SAMYUKTHA REDDY's user avatar
0 votes
1 answer
133 views

Using Dojo with ArcGIS Map SDK for JavaScript 4.29

Error Screenshot Here, I want to use dojo in ArcGIS Api for JS , but it give me script error when i import dojo through cdn link. Added SS of the code and Error. I am using the ArcGIS Map SDK for ...
Ahsan Ali's user avatar
1 vote
0 answers
140 views

Confirm leaving the page in an ArcGIS web app builder

I created an app with ESRI ArcGIS Web App Builder. Now I want to ask the user if he wants to leave the page any time he clicks the forward or back button of the browser or if he refreshes the page. I ...
slevin's user avatar
  • 4,470
0 votes
0 answers
26 views

Optimizely Dialog (Pagepicker, Category picker and Media picker)

I have a custom made Wastebasket. Clicking restore on an item with Wastebasket as direct parent will just restore the item directly back to where it belonged before, but when i want to restore a child ...
OJs's user avatar
  • 117
0 votes
0 answers
45 views

Dojo 1.17.3 takes a few second to render the page

I just upgrade Dojo from 1.10.4 to 1.17.3. On 1.10 the page renders without any issue. However, running Dojo 1.17.3 I see this funky behavior during page rendering. After a few seconds the page gets ...
Amando dos Santos Neto's user avatar
0 votes
0 answers
127 views

Update to Dojo 1;17.3

I just update Doje to fix some vulnerabilities issue found by our security scan. This is scan is setup by my company on the Github repository. When I update from 1.10 to 1.17.3, I was able to close ...
Amando dos Santos Neto's user avatar
0 votes
0 answers
99 views

Dojo Dijits Layout with ArcGIS SDK for Javascript

I'm trying to use Dojo Dijits Border Container and Content Pane with a Tiled Imagery Layer. I can get the code to work to display just the Tiled Imagery Layer and also get it to work fine with the ...
Geno's user avatar
  • 29
0 votes
0 answers
101 views

Using dojo (legacy aka dojotoolkit) in a new vite application

We have a legacy application written in TypeScript and Knockout that has sporadic use of dojo 1.x (on, when, Evented, store/Memory, Deferreds) that we are slowly converting to React. We have used the ...
Eirik H's user avatar
  • 720
0 votes
0 answers
13 views

Trying to detect when a dojo dijit splitter is dragged

I am trying to detect when a dojo splitter is dragged. I'm not having any luck. Here's the code I'm using which isn't working. require(["dojo/on", "dojo/dom", "dojo/ready&...
techdog's user avatar
  • 1,481
0 votes
0 answers
72 views

How to create an HTML form programmatically using dojo toolkit (dijit) with label, a good layout and a default style

I need to create an HTML form dynamically. I'm using Dojo Toolkit and its theme named claro.css. The examples of forms in the documentation are static and they often have an ugly layout with ...
Squall's user avatar
  • 4,424
0 votes
1 answer
137 views

A single antd v4 component broke the style of all components developed with antd v5

In my project based on the JS dojo framework, I have a standalone component written in react and antd 4 that I can't directly put my hands on. In the last period I started to convert widgets written ...
AlTheLazyMonkey's user avatar

15 30 50 per page
1
2 3 4 5
615