ExtJS 4 Grid Button (3)

See Previous Example First!

In this example we will enhance our buffered ExtJS4 gridpanel by adding a little flash to the “Notes” field. We will use the power of XTemplate to add conditional row icon button switching. We will add a “notes” field to our model and the grid button will display different icons, based on whether notes are present:


Continue reading ExtJS 4 Grid Button (3)

VN:F [1.9.22_1171]
Rating: 8.4/10 (10 votes cast)

ExtJS 4 Grid Button (2)

See Previous Example First!

In this example I’ll show you a slightly different approach to adding buttons to a buffered ExtJS4 grid – using templatecolumn. We will add an img element to the HTML markup and intercept click events on the whole table cell. This also lets us enhance normal text cells:


Continue reading ExtJS 4 Grid Button (2)

VN:F [1.9.22_1171]
Rating: 7.8/10 (8 votes cast)

ExtJS4 Sencha API Down

I’ve come to rely on Sencha’s online API for my day-to-day work. Sure, I can use the static docs that come bundled with ExtJS download, but since they introduced API comments, the online version is so much more invaluable.

Unfortunately, today around 8:50 AM PST the docs were down, causing me much grief. Technical difficulties, I guess:

Clean up your act Sencha!

VN:F [1.9.22_1171]
Rating: 6.0/10 (3 votes cast)

ExtJS 4 Grid Button (1)

In this tutorial series we’ll walk through various approaches for setting up buttons inside ExtJS grid. We will use Sencha’s buffered grid example as base grid. This example will demonstrate ExtJS 4 native capabilities – via the actioncolumn:


Continue reading ExtJS 4 Grid Button (1)

VN:F [1.9.22_1171]
Rating: 5.9/10 (10 votes cast)