[Dojo-interest] how to set focused/active a new dojox.layout.FloatingPane

Stefano Gargiulo rastrano at gmail.com
Fri Jun 25 10:45:00 EDT 2010


Hi all,

I know floating pane is an experimental widget, but, i try to ask you if 
there is a method to get it focused programmatically:

The problem is that i have more than one floating pane opened in the 
main window so when i click to open a new one it appears backward the 
active one (think at z-index)

But if i click on it i can get it activated and z-index greater than the 
previous active one.

So i imagine there is some activation internall method: how to call it 
programmatically?

i tried:

     dijit.byId(winDomId).show();
     dijit.byId(winDomId).onFocus();

but no luck! :(


More information about the Dojo-interest mailing list