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
Take a look at the FloatingPane window. Here's an example of it in action: JS Bin - Collaborative JavaScript Debugging