为什么labelWidth:'auto'隐藏了radiofield?

时间:2018-03-14 09:32:04

标签: javascript extjs extjs6-modern extjs6.5

我正在尝试打包label的{​​{1}},但由于视图的响应性,我不想设置固定的radiofieldwidth。但是,当我将labelWidth设置为自动时,labelWidth会被隐藏。

我做错了吗?感谢。

在sencha小提琴的启动功能中添加以下代码,然后从下拉列表中选择Ext JS 6.5.3.57 - Triton [Modern]。

input element

1 个答案:

答案 0 :(得分:0)

labelWrap $file_content = file_get_contents($file_path); // Read the file's contents if(file_exists($file_path)){ unlink($file_path); } force_download($filename, $file_content); 允许标签换行。如果设置为true,则标签将被省略。

CSS false 属性定义当单词太长而无法容纳在其容器中时,是否允许浏览器在单词内换行。

这是 FIDDLE ,我创建了一个演示版。我希望这有助于/指导您实现您的要求。

CODE SNIPPET

word-wrap