Align Label Middle in Extjs
Align Label Middle in Extjs
extjs 4.2.1 - center align text in label
1
2
3
label.setText('ABC<br/>B');
style: 'display:inline-block;text-align:center'
This post is licensed under CC BY 4.0 by the author.
1
2
3
label.setText('ABC<br/>B');
style: 'display:inline-block;text-align:center'