2020-03-26 09:04 | 题主 | ||||||||
|
tpl配置了多选按钮,如何将多选结果赋值到多选框内,单选是可以的! -- tpl代码<tpl for='.'> <div class="x-combo-list-item" data-qtip="{K}"> <input type="checkbox">{V} </div> </tpl> --界面显示 |
2020-03-26 09:33 | #1 | ||||||||
|
没有必要搞这么复杂,可以直接使用下拉树控件替代,下拉树可以勾选 |
2020-06-01 19:06 | #2 | ||||||||
|
遇到同样的需求了,如何将多选值赋值到框里,且以key值保存到数据库 |
2020-06-03 09:42 | #3 | ||||||||
|
在combo示例模块最下面有个下拉树的列子可以带多选框 |
2020-06-11 09:30 | #4 | ||||||||
|
tpl里显示 <input type="check"> |
2020-06-24 09:02 | #5 | ||||||||
|
treepicker更简单 |