9,186 questions
0
votes
0
answers
69
views
How do you integrate vue into dojo
I am currently working with a legacy dojo project that is quite large. I am hoping to move it away from dojo and replace it with Vue. The simplest solution is to to build a replica of the dojo project ...
1
vote
0
answers
30
views
Dojo Database Records/Memory Exceeded
While the existing Dojo code with which I'm working properly processes database records there seems to be a maximum number of records or memory. Beyond this (default?) amount it fails.
In trying to ...
1
vote
0
answers
30
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
1
answer
444
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
154
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
1
answer
507
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
43
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
71
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
135
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
118
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 ...
0
votes
0
answers
59
views
How to get hold on calendar dijit for xp:dateTimeHelper to set firstdayoftheweek attribute?
I have set up a datepicker helper for an inputfield for my xpages form:
<xp:inputText id="agenda">
<xp:dateTimeHelper></xp:dateTimeHelper>
</xp:inputText>
I want to ...
0
votes
1
answer
88
views
Dojo Toolkit - adding dijit inside dijit (ex. button into ContentPane in AccordionContainer)
I'm learning Dojo Toolkit and I'm fighting with adding dijit into dijit. There was similar post about it but wih DIV's. I just simply want to programmatically insert a button or anything else to a ...
-2
votes
2
answers
296
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
0
votes
0
answers
108
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?
0
votes
1
answer
144
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 ...