views:

34

answers:

1

Hi,

how should I do for check if an dijit.dialog is in first plan

thank you for helping me

A: 

Hi

if (dijit.byId('monDialog').attr('open') == true)
devMan