高手们,问一下,form表单内容与标题离的很远怎么办?
extjs吧
全部回复
仅看楼主
level 1
敢亲不 楼主
如题,新人求解!
2014年11月25日 02点11分 1
level 1
贴图和代码
2014年11月26日 03点11分 2
已贴
2014年11月26日 03点11分
level 1
敢亲不 楼主
2014年11月26日 03点11分 3
level 6
设置labelalign为right
2014年11月26日 06点11分 4
level 1
敢亲不 楼主
已是right了 @lm6289511
2014年11月26日 06点11分 5
level 6
我的是在label中设置的。。
2014年11月26日 06点11分 6
能贴段代码么?
2014年11月26日 06点11分
回复 敢亲不 :现在在深圳,不太方便
2014年11月27日 09点11分
level 1
var uForm = new Ext.FormPanel({
layout : 'form',
baseCls:'x-plain',
labelWidth:60,
border : false,
padding : '15 10 0 8',
defaults : {
anchor : '100%',
xtype : 'textfield'
},
items:[{
name:'loginName',
fieldLabel:'登录账号',
maxLength :20,
allowBlank : false
},{
inputType: 'password',
name:'password',
id:'password',
fieldLabel:'密码',
maxLength :35,
allowBlank : false
}
2014年11月27日 02点11分 7
试试
2014年11月27日 02点11分
1