Questions tagged [dijit.dialog]
8 questions
3
votes
3 answers
Dojo dialog for Image and text pop up
I'm trying to create a dialog which shows text and image using dojo dialog widget, whenever I'm passing image details through innerhtml pop-up is not appearing either for text or image.
It works fine for text details but the image details don't…

user3454189
- 31
- 3
2
votes
1 answer
Is that possible to show split container inside dialog/modal dialog in dojo?
I was trying to add SplitContainer inside dialog programatically, I am not able to success it.
Could anyone please suggest me that is it possible to add SplitContainer inside Dialog? if yes please share the me the sample if you have…

user1139344
- 21
- 1
- 5
1
vote
1 answer
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? Clicking the OK button works as expected. Is there…

franchyze923
- 1,060
- 2
- 12
- 38
1
vote
1 answer
Dojo ConfirmDialog hiding cancel button
I have a dojo ConfirmDialog as below:
this.myDialog = new ConfirmDialog({
title: "My Dialog",
content: "Do you want to continue?",
class: "confirmDialog",
closable: false
…

Vicky
- 16,679
- 54
- 139
- 232
0
votes
1 answer
Dojo Dialog not highlighting first focus element on first-time show
Working on updating a web-based project that that ran under IE to run under modern browsers like Chrome, Edge, and Firefox. The Dojo Toolkit (v1.x) is used.
One annoyance encountered is the failure for the first focusable widget to be highlighted…

ewh
- 1,004
- 9
- 19
0
votes
0 answers
How can you show options in dojo dijit/Dialog and process responses with JavaScript?
I want to use dijit/Dialog to display dynamically generated options (maybe as checkboxes) and capture the user's response. For example, I generate three options to go in the dialog box:
Please pick an option:
Option 1
Option 2
Option 3
After the…

Rich
- 65
- 7
0
votes
1 answer
Error Dojo Widget in IE only 'Already registered with that id '
I have a dojo widget, when trying to open in IE only it is showing error
" Already registered with that id "Frm1gpop"
var formDlg = new xwt.widget.layout.Dialog({
title: DialogTitle + " Selection",
defaultButtonLabel: "Cancel",
"class":…

anu
- 17
- 4
0
votes
1 answer
dojo/parser::parse() error TypeError: Cannot read property 'getAttribute' of undefined
I am using dojo with .NET webforms for creating popup menu and I am getting below error when I try to load the page.
"dojo/parser::parse() error TypeError: Cannot read property 'getAttribute' of undefined"
it would be very useful if someone can…

Srivani Challa
- 15
- 7