View Full Version : this.el error
Hi All,
I kept getting this.el javascript error and it pointed me to some Domhelper function in extjs.js file. Can anybody explain the cause of this error, so that I can fix that.
thanks
ahwin
Colin Alworth
5 Sep 2009, 3:07 AM
Is this in hosted mode? If not, which browser, and is the same error present in hosted mode?
And are you using any calls to DomHelper or El.child(String), El.childElement(String), El.FindParent(String, int), etc? Built in calls should be fine, but if you mess one of these up, it will die hidden in the js.
it ussualy occurs when you access an component which is not rendered yet..
ahwin
23 Oct 2009, 1:01 AM
Hi,
you mean to say that I shuld be using something other than DomHelper or correct the DomHelper method calls.
thanks
Are you sure that you use GXT? I think you use Ext JS
Hi,
you mean to say that I shuld be using something other than DomHelper or correct the DomHelper method calls.
thanks
Pointing a base file doesn't mean that file causes the problem.. Your code gives wrong paramater to it..
You should show your code here..I'm stil thinking that you are accessing an unrendered component..
Powered by vBulletin® Version 4.1.5 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.