removed renderto from all grid and removed scrollbar from dynaform

This commit is contained in:
safan
2011-02-14 14:41:16 +00:00
parent 56939f76ab
commit 005a898259

View File

@@ -245,7 +245,7 @@ var dynaformColumns = new Ext.grid.ColumnModel({
id : 'mygrid', id : 'mygrid',
loadMask: true, loadMask: true,
loadingText: 'Loading...', loadingText: 'Loading...',
renderTo: 'cases-grid', //renderTo: 'cases-grid',
frame: false, frame: false,
autoHeight:false, autoHeight:false,
clicksToEdit: 1, clicksToEdit: 1,
@@ -273,10 +273,11 @@ var dynaformColumns = new Ext.grid.ColumnModel({
labelWidth: 100, labelWidth: 100,
buttonAlign: 'center', buttonAlign: 'center',
width : 490, width : 490,
height : 420,
bodyStyle : 'padding:10px 0 0 10px;', bodyStyle : 'padding:10px 0 0 10px;',
//monitorValid : true, //monitorValid : true,
autoHeight: true, autoHeight: true,
defaults :{autoScroll:true}, //defaults :{autoScroll:true},
items: items:
[{ [{
xtype: 'fieldset', xtype: 'fieldset',
@@ -515,7 +516,7 @@ var dynaformColumns = new Ext.grid.ColumnModel({
collapsible: false, collapsible: false,
maximizable: true, maximizable: true,
width: 550, width: 550,
height: 300, height: 420,
defaults :{autoScroll:true}, defaults :{autoScroll:true},
//autoHeight: true, //autoHeight: true,
//height: 500, //height: 500,
@@ -694,7 +695,7 @@ ProcessOptions.prototype.dbConnection = function()
id : 'mygrid', id : 'mygrid',
loadMask: true, loadMask: true,
loadingText: 'Loading...', loadingText: 'Loading...',
renderTo: 'cases-grid', //renderTo: 'cases-grid',
frame: false, frame: false,
autoHeight:false, autoHeight:false,
clicksToEdit: 1, clicksToEdit: 1,
@@ -1609,7 +1610,7 @@ var inputDocColumns = new Ext.grid.ColumnModel({
id : 'mygrid', id : 'mygrid',
loadMask: true, loadMask: true,
//loadingText: 'Loading...', //loadingText: 'Loading...',
renderTo: 'cases-grid', //renderTo: 'cases-grid',
frame: false, frame: false,
autoHeight:false, autoHeight:false,
clicksToEdit: 1, clicksToEdit: 1,
@@ -1823,7 +1824,7 @@ ProcessOptions.prototype.addOutputDoc= function(_5625)
id : 'mygrid', id : 'mygrid',
loadMask : true, loadMask : true,
loadingText : 'Loading...', loadingText : 'Loading...',
renderTo : 'cases-grid', //renderTo : 'cases-grid',
frame : false, frame : false,
autoHeight :false, autoHeight :false,
clicksToEdit: 1, clicksToEdit: 1,
@@ -2385,7 +2386,7 @@ ProcessOptions.prototype.addReportTable= function(_5625)
id : 'mygrid', id : 'mygrid',
loadMask : true, loadMask : true,
//loadingText : 'Loading...', //loadingText : 'Loading...',
renderTo : 'cases-grid', //renderTo : 'cases-grid',
frame : false, frame : false,
autoHeight :false, autoHeight :false,
clicksToEdit: 1, clicksToEdit: 1,