BUG 10705 Process information debe tener scroll bar horizontal SOLVED

- The component don't use the "autoScroll" property
- Add the "autoScroll" property to component
This commit is contained in:
Julio Cesar Laura
2013-02-06 20:13:57 -04:00
parent 7c1e00f032
commit de15458387

View File

@@ -128,6 +128,7 @@ Ext.onReady(function() {
layout:'form',
defaults: {width: 350},
defaultType: 'displayfield',
autoScroll: true,
items: [{
fieldLabel: TRANSLATIONS.ID_PROCESS,
name: 'processName',