views:

172

answers:

1

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 ?

A: 

Hi, 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.
ArneRie