Non Model Dojo Dialog

2778
1
11-29-2015 10:38 PM
JamilNawaz
New Contributor II

Hi Everyone,

I have created an add-in (UI Less). When I click on map, I collect some information from map and from extremal web service, that I need to display. So I uses dojo's dialog to create it using JS and open it. and render results. It works with only one problem, that dialog is model and I don't find any option to make it non-model. In case of model, that user can't interact with map. Any way to create a popup with non-model behavior using dojo?

Regards,

Jamil

Tags (3)
0 Kudos
1 Reply
KenBuja
MVP Esteemed Contributor

Take a look at the FloatingPane window. Here's an example of it in action: JS Bin - Collaborative JavaScript Debugging