本文介绍了如何在extjs中包装长单选按钮标签的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我的上方单选按钮包裹了标签,但未正确对齐.它应该在顶部的第一个文本的正下方对齐.是否有我必须设置的配置才能使标签正确包装.
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.
推荐答案
我很确定没有配置可以执行此操作.唯一合理的方法是摆弄CSS-如何对齐复选框及其标签始终跨浏览器
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
+在当前版本(4.2.1.)中,存在一个错误,该错误将整个标签文本包装在收音机下(请参阅此处).
+In current version (4.2.1.), there is a bug, which wraps whole label text under the radio (see here).
这篇关于如何在extjs中包装长单选按钮标签的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!