GaaPagingToolbar = function(el, ds, config){
    GaaPagingToolbar.superclass.constructor.call(this, el, null, config);
//    this.ds = ds;
//    this.cursor = 0;
//    this.renderButtons(this.el);
//    this.bind(ds);
};

Ext.extend(GaaPagingToolbar, Ext.PagingToolbar, {
	
	toto : function(){
		alert("koi");
	}
	
});
