Posts Tagged "event"

CRUD using CodeIgniter and EXTJS Grid – Part 4

August 11th, 2010 by aditia rahman / 13 Comments  

     

It’s been quite a long time since I updated this blog, just continue my blogging journey with very simple post. I have been suggested by Taguchi from the previous post, to adding autosearch filtering to this example, the system will search while user input a value in the searchbox. If you haven’t follow any of this here is the link:
1. CRUD using CodeIgniter and EXTJS Grid – Part 1
2. CRUD using CodeIgniter and EXTJS Grid – Part 2
3. CRUD using CodeIgniter and EXTJS Grid – Part 3
Actually it is quite easy you just have to enable the keyEvent and add a key listeners to the searchUsers component, this is how it look: