pomata
1 Dec 2006, 5:29 PM
Jack,
when using this
// params can be url encoded string or an object
var params = {'author': author};
// use callback to clear loading indicator
this.dataModel.load('/blog/examples/amazon.php', params, this.clearIndicator);
the if I put
this.dataModel.getTotalRowCount()
in the callback function, returns zero.
I am currently using my onload delegate.... in order to know number of rows and display a message....
Would be nice to have it in callback.... unless u tell me it is not intended.
Regards
P
when using this
// params can be url encoded string or an object
var params = {'author': author};
// use callback to clear loading indicator
this.dataModel.load('/blog/examples/amazon.php', params, this.clearIndicator);
the if I put
this.dataModel.getTotalRowCount()
in the callback function, returns zero.
I am currently using my onload delegate.... in order to know number of rows and display a message....
Would be nice to have it in callback.... unless u tell me it is not intended.
Regards
P