Search Results

1
vote

Width issue with Ext.Panel bbar in IE 6

The problem comes from the custom bodyStyle padding. It makes the panel content larger, but not the toolbar. One possible solution is to further nest an Ext panel, like: …
1
vote

ExtJS grid callback on load and reload

You need to register callbacks to the load and …