Forums Window

Reference to shadow object?

Subscribe to Reference to shadow object? 2 post(s), 1 voice

 
Avatar ThereThere 5 post(s)

Hi,

I like to temporarily hide a shadow of a window with a given id. It seems that the shadow is no part of the window, so $(window).down(’.shadow_container’) does not work. I see that there are methods to hide and show shadows, but how can I call these methods for a special window? In general: Hiding shadows while moving windows increases performance especially in IE dramatically!

Thanks!

Christian

 
Avatar ThereThere 5 post(s)

I found the solution myself:

WindowObject.shadow.show() and .hide()

Why isn’t anything that easy…

Forums Window