My Tech Notes
extjs: find an record in a store
var id = '12';
var index = store.find('id',id);
var record = store.getAt(index);
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment