9,210
questions
0
votes
0
answers
18
views
SCA Scan identified MySQL vulnerablity in dojo 1.17.3
We recently turned on SCA Scan for an older web application. The scan identified a need to upgrade to the latest version of dojo 1.17.3. The scan is now identifying a number of High and medium ...
0
votes
0
answers
9
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"
});...
1
vote
0
answers
16
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&...
0
votes
0
answers
18
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 ...
0
votes
0
answers
28
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.
...
0
votes
1
answer
198
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 ...
1
vote
0
answers
142
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 ...
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 ...
0
votes
0
answers
48
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 ...
0
votes
0
answers
155
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 ...
0
votes
1
answer
169
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 ...
0
votes
1
answer
31
views
Dojox.widget.standby: Standby spinner widget not being created in IBM ODM 8.11.1 Decision Center customization
We have customized the decisioncenter.war file creating new tabs and functionality.
When testing this on DC 8.9.2, it all works fine.
When moving to DC 8.11.1, the standby widget is not being created ...
0
votes
1
answer
44
views
Using multiple selectors using document query
I have a HTML tag
<div class="selected focused leafNode" data-test-id="4048800800000000::1" id="treeNode_5B9843E1"></div>
I am trying to get the div with a ...
0
votes
1
answer
117
views
<sx:submit> Button works in IE, but does nothing in Chrome
The problem is that the "Submit" button on a form, generated using the <sx:submit> tag, appears to do absolutely nothing when clicked on in the Chrome browser.
The jsp page source ...
1
vote
2
answers
92
views
How to set a query pattern using the queryExpr property in the djFilteringSelect control in XPages
I am trying to tweak the djFilteringSelect control in XPages so that when a user type a query it finds any occurance of the char sequence, not just from the beginning.
so if the selectitems contain a ...