Archive for April, 2008
famfamfam icons packaged with css for use with Ext 2.x
Posted on 22. Apr, 2008 by Jay Garcia.
The excellent famfamfam silk icon set has been repackaged to include related CSS and JS for use with Ext. TDGi.icons.tgz TDGi.icons.zip This can be used anywhere iconCls is a config option. I.e.:
Continue Reading
One way to get form panels in a window to work with data records or json easily
Posted on 04. Apr, 2008 by Jay Garcia.
Below is an example of how to get a formPanel to work inside of an Ext.Window really easily. Simply call the class’s .show() method with a json object or an instance of a Ext.Data.Record object and it will do the rest. I realize that this should have probably been done in a ‘module’ or ‘singleton’ [...]
Continue Reading
Ext JS Sceencast #002, Ext.extend explained
Posted on 01. Apr, 2008 by Jay Garcia.
Here we talk about Ext.extend and how it can be used to your advantage to ‘extend’ or ‘override’ methods or properties from one class to another.

