当前位置:编程学习 > JAVA >>

Extjs4.0做的验证码和输入框不在一行

各位前辈帮忙看看,验证码和输入框不在一行啊。怎么回事? --------------------编程问答-------------------- 布局问题吧! --------------------编程问答-------------------- 这样布局试试
{						layout : 'column',
items : [{
columnWidth : '.5',
layout : 'form',
items : {
fieldLabel : '确认密码',
xtype : 'textfield',
name:'repass',
inputType : 'password',
anchor : '95%',
vtype : 'password',
initialPassField : 'pass'
}
}, {
columnWidth : '.5',
layout : 'form',
xtype : 'label',
html : '<font color="red">*</font> 请再次输入密码'
}]
},
--------------------编程问答-------------------- 谢谢哦!不是布局的问题,现在好了。
补充:Java ,  Web 开发
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,