Threaded View
-
15 Feb 2008 10:42 AM #15
Maximize from the clicked panel
Maximize from the clicked panel
Well, if someone wants the same thing as me, maximize animation from the panel clicked, change this line :
toolEl.window.show(this);
for this line :
toolEl.window.show(panel.id);
and done!


Reply With Quote