Adding Ext JS Buttons to ColdFusion 9 cfgrid Paging Toolbar
Just a quick post about how to go about adding custom buttons to the cfgrid's paging toolbar. I believe this has changed from Ext 1.1 (which ColdFusion 8 implements) to Ext 3.0 (which ColdFusion 9 implements).
You can see the normal cfgrid here. It comes with no buttons, and it as such with a grid implementation it would suit us if we could show add/edit/delete buttons.
So, you can get your pretty icons and add some nice buttons to the grid allowing users to perform operations. I have one up with an add button.
Code follows