Hi,

In order to override something  do this:

qx.OO.defineClass('myWindow', qx.ui.window.Window /*base class*/, function()
{
  // call base constructor
  qx.ui.window.Window.apply(this, arguments);
});

qx.Proto._onclosebuttonclick = function() {
   .....
}


Monkeeh wrote:
> 
> Hi!
> Im new with qooxdoo so sorry my basic questions. But how i can detect
> window close button click?
> i search but i only find that i have to override _onclosebuttonclick but i
> didnt find example how to
> override. So can someone show me example. 
> 
> I have terminator behind window and i want to close it same time i close
> window.
> 
> Thanks!
> 
> And sorry my bad english. :)
> 

-- 
View this message in context: 
http://www.nabble.com/window-close-button-tf2589043.html#a7221337
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to