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
0 votes
1 answer
181 views

Dojo close and escape event for dojo/modal type

There are similar questions asked. But I tried all possible solutions for those questions and none of them worked. I have a dojo modal and I want to capture both the close event 'X' at the top right ...
user10192769's user avatar
1 vote
1 answer
157 views

xPages Bootstrap Dojo Progress Bar showing behind modal-backdrop

I am working on Notes 10. I have a csjs function that calls a dojo progress bar when a full update on an event runs. It worked perfectly when I used the default theme. However, when I changed the ...
Muhammed Ismail Carrim's user avatar
1 vote
1 answer
67 views

How to remove black outline around TitlePane in Dojo

I have to learn dojo for some project . Can some one let me know how to remove black outline around TitlePane in Dojo . <script> require(["dojo/ready", "dijit/TitlePane", &...
Manish's user avatar
  • 99
1 vote
1 answer
103 views

How to prevent Enter causing Dojo website to reload

I have a Dojo Dialog and within it there is a Form, TextBox and Button. When the Form is open and I type something in the TextBox and press Enter, the entire website reloads. How can I prevent this? ...
franchyze923's user avatar
  • 1,180
0 votes
1 answer
153 views

Closure compiler in Dojo build creates syntax error in IE11 with object property value shorthand

We've recently upgraded from Dojo 1.10 to Dojo 1.16. (yes, recently.) With this is a newer version of the Closure compiler, which is great, because our builds were often ruined by otherwise acceptable ...
spinn's user avatar
  • 324
1 vote
2 answers
1k views

startup and postCreate function in Dojo

I am new to Dojo library, I come across postCreate and Startup functions in Dojo and I am getting difficulties to understand these two function in widget life cycle. I did google and read in dojo ...
TARUN PUNETHA's user avatar
0 votes
1 answer
44 views

Update Image on Click the dijit/layout/AccordionPane

I am new in Dojo and there is a code and i want to update the image when a user select the accordion. Code is written in this format. <div data-dojo-type="dijit/layout/AccordionContainer&...
JunaidAmjad's user avatar
0 votes
1 answer
70 views

How can I use the undo function in dojox?

We are using Dojo toolkit on our whole project. Now I want to add undo function. For example: When you press ctrl + z, the system goes one step back. I found undo function from Dojox. But I just can't ...
Shayimerdan's user avatar
0 votes
0 answers
44 views

Using pattern number in "UTS#35"

Using UTS#35, how would the PATTERN be to display a number in the following format: "##-########-#" ?
Juan Carlos's user avatar
-1 votes
1 answer
733 views

Javascript Object.entries not working in Internet Explorer 11, not looking for polyfills as a solution

Need an alternative for Object.Entries in Internet Explorer. I am not looking for polyfills as part of the solution. Below is a code snippet depicting the issue - for (const [Key, Value] of Object....
Nithin kulkarni's user avatar
0 votes
0 answers
143 views

HtmlUnit for javascript code results in not-updated TextPage instead of HtmlPage

I seem to be having a somewhat similar issue to "HtmlUnit Class Cast Exception: TextPage cannot be cast to HtmlPage" But am not able to use some of the tips such as HTMLParser.parseHtml. I ...
lrpowell's user avatar
3 votes
1 answer
345 views

DOJO CheckedMultiSelect dropdown show vertical scrollbar

I'm trying to show vertical scrollbar to CheckedMultiSelect (dropdown) widget. I tried to set height / overflow-y properties but still no luck. I've enabled both properties to widget i.e. multiple=&...
prashant's user avatar
1 vote
0 answers
57 views

Possible bug affecting Edge 86, Dojo, ArcGIS Javascript 4.xx

We have an application that has been running for several months that leverages ArcGIS Javascript api 4.xx. When the application loads the map control is initialized using a dojo.require function: ...
JoelW's user avatar
  • 41
1 vote
1 answer
314 views

Missing write access when installing dojo/cli (trying to avoid sudo)

I'm following the "Get Going Quickly" from dojo.io and I've entered npm i @dojo/cli @dojo/cli-create-app -g but it fails with npm WARN checkPermissions Missing write access to /usr/local/...
user avatar
0 votes
0 answers
237 views

Zip large files in javascript before download

I have a requirement to zip together multiple files before downloading. I am using xhrget to download the file in javascript and then zipping. I can see the file being downloaded (cant find the ...
user4078040's user avatar

15 30 50 per page