Hello guys,
Does extjs have listener for 'commit' ? For example, if I update some record in my store, is there any way to catch this event?
Thanks.
Type: Posts; User: DennisChan
Hello guys,
Does extjs have listener for 'commit' ? For example, if I update some record in my store, is there any way to catch this event?
Thanks.
I have a grid with two column, the first column store my content and the second column is an action column that work as a button.
When I click the reply button, I want a "reply window" to be...