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
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
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
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)
{