BUG 8606 No scroll bar on the calendar option and are not buttons... SOLVED
- The form is long and can not see the buttons to save, modify, terminate at the end of the form - In the form in the section of Ext.Viewport only increase the AutoScroll set true.
This commit is contained in:
@@ -702,6 +702,7 @@ Ext.onReady( function() {
|
||||
|
||||
|
||||
new Ext.Viewport({
|
||||
autoScroll : true,
|
||||
// layout: 'border',
|
||||
items: [
|
||||
{
|
||||
@@ -849,9 +850,7 @@ Ext.onReady( function() {
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
|
||||
},
|
||||
{
|
||||
id : 'idWorkHour',
|
||||
@@ -1142,7 +1141,6 @@ Ext.onReady( function() {
|
||||
]
|
||||
});
|
||||
|
||||
|
||||
//[ DATA EDIT
|
||||
calendarWorkDayStatusReset();
|
||||
var workDayEquivalenceArray = new Array();
|
||||
|
||||
Reference in New Issue
Block a user