var arrayData = Ext.pluck(store.data.items, 'data');
//
arrayData = [ ["1", "value1"] , ["2","value2"] ]
Reference:
http://stackoverflow.com/questions/2526764/how-to-retrieve-json-data-array-from-extjs-store
Hi, my name is Jhon Jario Roa and this is my blog. Here you'll find a little bit of java, python, javascript, linux, birt, jasper, objective C, extJS and other stuff. You also are gonna find some solutions that worked for me.
//
arrayData = [ ["1", "value1"] , ["2","value2"] ]
Reference:
http://stackoverflow.com/questions/2526764/how-to-retrieve-json-data-array-from-extjs-store
listeners:{
keypress: function(field, e){
alert("kp");
}
listeners:{
'render': function(c) {
c.getEl().on('
keypress
', function() {
alert(
"kp"
);
}, c);
}
}