Re: [qooxdoo-devel] Accessing javascript function in Qooxdoo static member

2008-05-16 Thread kanugula
Thank you all for your suggestions. Again, my mistake. I need to use parent.logout(). Since I am invoking it inside my html page, like Atom_1.html in Demo Browser. Since the html pages in Demo browser runs in IFrame, they need to refer the parent objects using prefix parent. My application desi

Re: [qooxdoo-devel] Accessing javascript function in Qooxdoo static member

2008-05-16 Thread Derrell Lipman
On Fri, May 16, 2008 at 5:33 PM, kanugula <[EMAIL PROTECTED]> wrote: > > I am having problem invoking javascript function in Qooxdoo Static member. > I get the error logout() is not a function. > > qx.Class.define("dialog.StatusDialog", > { >statics : >{ > show : functi

Re: [qooxdoo-devel] Accessing javascript function in Qooxdoo static member

2008-05-16 Thread Romain FLIEDEL
kanugula a écrit : > Hi experts, > Hi (but i'm not an expert sorry), > I am having problem invoking javascript function in Qooxdoo Static member. > I get the error logout() is not a function. > > qx.Class.define("dialog.StatusDialog", > { > [...] > this.logout(); //doesn't wo

[qooxdoo-devel] Accessing javascript function in Qooxdoo static member

2008-05-16 Thread kanugula
Hi experts, I am having problem invoking javascript function in Qooxdoo Static member. I get the error logout() is not a function. qx.Class.define("dialog.StatusDialog", { statics : { show : function(exc, isSuccess) {