What steps will reproduce the problem?
1. it would be convenient to make the ENTER key the same as the click
Adding the following to the filtering form config would do it.
keys: [
{
key: [Ext.EventObject.ENTER],
fn: function() {
Ext.ComponentMgr.get('rgx_search_buttonid').fireEvent('click');
}}
],
Original issue reported on code.google.com by vfe_j...@systemsbiology.org on 15 Feb 2012 at 5:24
Original issue reported on code.google.com by
vfe_j...@systemsbiology.org
on 15 Feb 2012 at 5:24