qiuyl
2 Dec 2006, 12:36 AM
It looks the onLoad event has been fired more than 20 times for a single data request:
onLoad = function(){
if(dm.getRowCount() < 1){
preview.setContent('');
}
statusPanel.getEl().addClass('done'); //I found it when debug
statusPanel.setContent('Done.');
};
I slightly changed the code from the feedviewer example.
Can anybody confirm it? Thank you.
onLoad = function(){
if(dm.getRowCount() < 1){
preview.setContent('');
}
statusPanel.getEl().addClass('done'); //I found it when debug
statusPanel.setContent('Done.');
};
I slightly changed the code from the feedviewer example.
Can anybody confirm it? Thank you.