Home > php教程 > PHP开发 > How to align fieldLabel and html attribute values ​​of Extjs Label

How to align fieldLabel and html attribute values ​​of Extjs Label

高洛峰
Release: 2016-12-29 09:11:15
Original
2277 people have browsed it

Settings: style:"position:relative;top:2px

var factorName = new Ext.form.Label({ 
id : 'factorName', 
fieldLabel : '要素名称', 
style:"position:relative;top:2px;", 
text : simpleGrid.getItems('factorName'), 
anchor : '100%' 
});
Copy after login


For more related articles on how to align the fieldLabel and html attribute values ​​of Extjs Label, please pay attention to PHP Chinese net!


Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template