20110630

A Switch and A New Direction

This is going to be a collection of little scripts and other stuff from now on.

YUI2 Datatable:

Here's how you refresh the data through the DataSource:

this.DS.sendRequest( null, {
scope: this,
success: function( sRequest, oResponse, oPayload) {
this.onDataReturnInitializeTable( sRequest, oResponse, oPayload);
},
failure: function( sRequest, oResponse, oPayload) {
}
}, this);

No comments: