extjs中formpanel的html内容不能滚动
首先定义多个form
var form1 = new Ext.form.FormPanel({ style: "padding :3 3 3 3", frame: true, border: false, autoScroll: true, layout: "form", html : '啊啊啊啊啊啊啊'});var form2 = new Ext.form.FormPanel({ style: "padding :3 3 3 3", frame: true, border: false, autoScroll: true, layout: "form", html : '啊啊啊啊啊啊啊'});var form3 = new Ext.form.FormPanel({ style: "padding :3 3 3 3", frame: true, border: false, autoScroll: true, layout: "form", html : '啊啊啊啊啊啊啊'});设置宽度、高度才对autoScroll有作用的
[解决办法]
设置宽度、高度才对autoScroll有作用的