ftftft
10 Oct 2007, 11:39 AM
Well. The code is similiar to
var window = new Ext.window(...)
if ( window.isVisible() ) blah blah
else blah blah.
I got the error at method isVisible(). "Error: this.getActionEl() has no properties"
I understand this.getActionEl() has not been intialized at this time. But the method isVisble() should return false, instead of an exception.
var window = new Ext.window(...)
if ( window.isVisible() ) blah blah
else blah blah.
I got the error at method isVisible(). "Error: this.getActionEl() has no properties"
I understand this.getActionEl() has not been intialized at this time. But the method isVisble() should return false, instead of an exception.