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 .
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].

08
Jul 09
Staatstheater
Das Foto wurde heute Abend nach dem Besuch des Staatstheaters “The Black Rider” mit meinem iPhone 3GS aufgenommen.
07
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! 
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/






