naveedanjum
29 Nov 2011, 4:24 AM
Hi,
I am gettitng this error in IE 8. While using EXT JS 4.0.7 in IE 8 on line var f = SampleApp.Direct.... as below.
Following works great in Firefox 8.0
var callbackFun = function( response, e )
{
if( true === e.status )
{
user = Ext.decode( response );
toolbar.down('[name=lblUserName]').setText('Welcome '+user.userName);
toolbar.doLayout();
}
};
var f = SampleApp.Direct.UserInfo.getJSON.bind( callbackFun );
}
I am gettitng this error in IE 8. While using EXT JS 4.0.7 in IE 8 on line var f = SampleApp.Direct.... as below.
Following works great in Firefox 8.0
var callbackFun = function( response, e )
{
if( true === e.status )
{
user = Ext.decode( response );
toolbar.down('[name=lblUserName]').setText('Welcome '+user.userName);
toolbar.doLayout();
}
};
var f = SampleApp.Direct.UserInfo.getJSON.bind( callbackFun );
}