Any contributions of testing, improvements or other constructive feedback are greatly appreciated.
Enjoy!
Update:
- 12/06/2011: two options added: iconIndex (field name of the field of the grid store record that contains css class of the iconCls to show.) and hideIndex (field name of the field of the grid store record that contains hide flag).
Last edited by Monkee; 12 Jun 2011 at 5:14 AM.
Reason: plugin updated
some issues:
1. support global handler,not only item.handler
2. i got an error "Uncaught TypeError: Cannot call method 'apply' of undefined" when listen to click event
3.sometime hideIndex is not enough, hideFunction(record) could be better
4.should copy item's cfg to button's cfg, cause need more feature of btn, such as tooltip, menu...
5.i wonder why me.renderer is an anonymous function?
noticed that the buttons were being left behind after destruction, so have added in a track for them.
Also needed/wanted an additional class on the buttons so added option to pass that through. I have issued a pull request on git hub with the changes.
Small question in regards to using this within an Ext MVC app where the grid is a view. How can i bind to the buttons after the fact since the buttons aren't actually children of the grid.
I've tried using the selector:
Code:
gridpanel button
but this fails to get an actual buttons to bind on. Is there any way to achieve this?