Tag: extjs
Tools & AppsnExtPanelOnAir
Published on January 12, 2010
0 Comments
As mentioned in a previous post, I have been experimenting with Adobe Air and the result is a full conversion of nExtPanelGears to Adobe Air.
The application is feature complete and only required switching to ExtJS Adobe Air, adjusting some of the CSS and to switch the code from gears ...
ExtJS 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 ...
Tools & AppsnExtPanel & nExtPanelGears
Published on January 12, 2010
0 Comments
nExtPanel provides a javascript web frontend to connect to your cPanel accounts WHM via the cPanel API.
It provides detailed account information and displays details about the server environment, where your cPanel account is hosted on.
Simply login using your WHM login details and nExtPanel will connect to the remote ...
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 ...
