Progress 17 for the dashboards

This commit is contained in:
Julio Cesar Laura
2011-10-31 22:11:03 -04:00
parent 0300489fef
commit a9ab4cb11c
3 changed files with 14 additions and 1 deletions

View File

@@ -197,7 +197,7 @@ Ext.onReady(function(){
editable: false,
listeners:{
select: function(c,d,i){
UpdatePageConfig(d.data['size']);
//UpdatePageConfig(d.data['size']);
bbarpaging.pageSize = parseInt(d.data['size']);
bbarpaging.moveFirst();
}
@@ -300,6 +300,14 @@ gridByDefault = function(){
infoGrid.store.load({params: {textFilter: searchText.getValue()}});
};*/
//Update Page Size Configuration
/*updatePageConfig = function(pageSize) {
Ext.Ajax.request({
url: 'updatePageConfig',
params: {size: pageSize}
});
};*/
//New Dashlet Instance Action
newDashletInstance = function() {
location.href = 'dashletInstanceForm';