Category: JavaScript & Ajax
JavaScript & AjaxExtJS and Adobe Air
Published on January 12, 2010
0 Comments
I am currently experimenting with ExtJS and its Adobe Air support and just stumbled over an odd bug, while working on a grid mockup.
If the first column in the grid doesn’t have an ID assigned, then the sorting feature will be unavailable on that first column. Additionally ADL ...
JavaScript & AjaxExt JS & Firebug console.log error
Published on January 12, 2010
0 Comments
If you are experiencing a “console undefined” error when using console.log() in a Ext JS function call, e.g.:
Ext.onReady(function() { console.log('foo'); });
Then please check the order of your script and stylesheet tags in your header. Make sure any css & js files from the Ext JS ...
