solovyevk/ExtJSButtonColumn
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
A Ext.grid.column.Column subclass which renders a button like background in each column cell. It offers a scoped click handler for it. You can make it like a Split Button with a dropdown menu to execute multiple actions. The dropdown can be configured like a Ext.grid.column.Action with "items" array config option or generated at runtime with "setupMenu" method. Options provided for styling, enabling/disabling button and it's menu items. This is was tested on 4.0, 4.1 and 4.2. With 4.2 button blue highlight on mouse over not supported due to grid cell not receiving 'mouseover', 'mouseout' evens. I'm working to overcome this. 10/10/2013 -update: Button blue highlight on mouse over in version 4.2 is supported now. See mouse-over-highlightetx-ext4.2.txt for details