Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Hi I am working on Dojo and Liferay portal.

We have portlets which are using Dojo for UI. We want to show dialog ( "Loading..." dialog) for each of the portlets (Divs/Fragments...). Problem is each Dialog block access to whole page,and there are more than one such dialogs would be there.

Can we customize/change to restrict Dojo Dialog's "Modalness" to particular div/fragment rather than whole page ?

share|improve this question

1 Answer

check out the new Release of Dojo. It is version 1.4ß witch has better dialog widgets included.

Dojo 1.4

* Multiple dialogs can now be shown (with one dialog launching over another).
* Dialog supports aria-describedby to make it more accessible to screen readers.
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.