9,190 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
26
views
Cannot get footer to show properly on dynamic dojo page
Allow me to preface this with:
I'm really not familiar with dojo. I (and another dev who also doesn't know dojo) inherited this site and need to maintain it and modify it until we can get a new site ...
0
votes
0
answers
62
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 ...
Mark's user avatar
- 3,868
0
votes
0
answers
40
views
Submit in .jsp file not 'seeing' dijit.byid tabs in associated Dojo/.js file
I have an index.jsp file that includes:
<input type="submit" class="button" id="exportGrids" value="Export Grids" />...
<div>
<div class=&...
1
vote
0
answers
29
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
29
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
420
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
152
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
486
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
42
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
54
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
107
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
54
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
81
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
273
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