Jump to content

Recommended Posts

Posted

Hello,

I know that is not possible to bringtofront a component directly. But is there any workaround to acomplish it? Something like removing and inserting again the component? I've tried it in server and client side mode without success.

 

Thanks in advance.

 

Jordi.

  • Administrators
Posted

It is possible only by modifying Z-Index property, but Ext JS manages Z-Index internally and it is not open for general usage.

 

Besides, I think you shouldn't normally need doing this. Ext JS provides lots of other options.

Posted

Hello,

Showing/hiding panels is not an option for my purposes because my panels don't have same size and position. They're like floating windows that I can drag.

 

Thanks.

  • Administrators
Posted

Hello,

Showing/hiding panels is not an option for my purposes because my panels don't have same size and position. They're like floating windows that I can drag.

 

Then you must find another workaround or redesign your UI.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...