My above radion button wraps the label, but it is not aligned properly. It should align right below the first text on the top. Is there a config I have to set inorder for the labels to wrap correctly.
相关问题
- How I'll create a model from json file? (ExtJS
- Downloading multiple files into a Zip file Javascr
- Mootools and ExtJs 4.x seem to be incompatible, ho
- Is there Global variables in EXT JS
- change the background color of panels in extjs
相关文章
- how to create datasource for radiobuttonlist?
- How to export grid data to excel along group heade
- ExtJS 4.1 MVC: How to apply LoadMask to viewport w
- Explain MVC architecture of extjs
- how to get array of objects from store in extjs 4.
- How to work with treecombo in Extjs 4.1
- What is the best way to see if a RadioButtonList h
- Is it possible to use scripts of Extjs in external
Im pretty sure there is no config to do this. Only reasonable way is by fiddling with CSS - How to align checkboxes and their labels consistently cross-browsers
+In current version (4.2.1.), there is a bug, which wraps whole label text under the radio (see here).
By looking at what ExtJS 6 implemented. You can use this CSS overwrite on ExtJS 4.2.1:
And accomplish this: