extjs 怎样把文字放在文本域的上边
2个回答
展开全部
var form = new Ext.form.FormPanel({
labelAlign : 'top', //这个配置
frame : true,
bodyStyle : 'padding:5px 5px 0',
items : [{
xtype : 'htmleditor',
id : 'bio',
height : 380,
anchor : '100%',
enableSourceEdit:false,
enableLinks:false,
fieldLabel : '意见',
allowBlank : false
}]
});
本机运行正常,是将文字放到编辑器的上方,可以参考下。
labelAlign : 'top', //这个配置
frame : true,
bodyStyle : 'padding:5px 5px 0',
items : [{
xtype : 'htmleditor',
id : 'bio',
height : 380,
anchor : '100%',
enableSourceEdit:false,
enableLinks:false,
fieldLabel : '意见',
allowBlank : false
}]
});
本机运行正常,是将文字放到编辑器的上方,可以参考下。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询