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