[b][color=red]原因:[/color][/b]
没有设height
[b][color=green]首先[/color][/b]
要设置一个高度
height:400
[b][color=green]然后[/color][/b]
再autoScroll: true
引用:
[url]http://bbs.youkuaiyun.com/topics/280012147[/url]
-
没有设height
[b][color=green]首先[/color][/b]
要设置一个高度
height:400
[b][color=green]然后[/color][/b]
再autoScroll: true
var formPanel = new Ext.FormPanel({
autoScroll:true,
height: 400,
items : []
});
引用:
[url]http://bbs.youkuaiyun.com/topics/280012147[/url]
-