Ext JS


30
Sep 09

ExtJS debug events fired by a component

with following code snipped you can easily observe all events fired by component.

Ext.util.Observable.capture(
Ext.getCmp('CmpId'),
function(e){
console.log(e);
}
);

On firebug console you can now see the names of the fired events .

Post to Twitter Tweet This Post Post to Delicious Delicious Post to Digg Digg This Post


15
Jul 09

ExtJS as App on my iPhone

Habe heute meine erst iPhone App entwickelt.

ExtJS [1] auf dem iPhone als App :-) .

Realisiert habe ich es mit Phonegap [2].

ExtJS on iPhone

[1] http://www.extjs.net
[2] http://phonegap.com

Post to Twitter Tweet This Post Post to Delicious Delicious Post to Digg Digg This Post


7
Jul 09

Ext JS 3.0.0 Final Released

Es ist soweit die lang erwartete Version 3.0.0 von Ext JS wurde heute final Released! extjs

Herzlichen Glückwunsch dem Ext JS Team.

Ext JS:
http://www.extjs.com

Download:
http://www.extjs.com/products/extjs/download.php

Beispiele:
http://extjs.com/deploy/ext-3.0.0/examples/

Dokumentation:
http://extjs.com/deploy/ext-3.0.0/docs/

Post to Twitter Tweet This Post Post to Delicious Delicious Post to Digg Digg This Post