[b]CheckBoxList:复选框组[/b]
[img]http://miniui.com/docs/api/images/checkboxlist.gif[/img]
参考示例:[url=http://miniui.com/demo/checkboxlist/checkboxlist.html]CheckBoxList:复选框组[/url]
[b]创建CheckBoxList[/b]
<div id="cbl1" class="mini-checkboxlist" repeatItems="3" repeatLayout="table"
textField="text" valueField="id" value="cn,usa" οnlοad="onLoad"
url="../data/countrys.txt" >
</div>
[b]数据结构[/b]
[
{ id: "usa", text: "美国" },
{ id: "cn", text: "中国" },
{ id: "jp", text: "日本" },
{ id: "en", text: "英国" },
{ id: "de", text: "德国" },
{ id: "fr", text: "法国" },
{ id: "ca", text: "加拿大" },
{ id: "at", text: "奥地利" },
{ id: "ch", text: "瑞士" }
]
[img]http://miniui.com/docs/api/images/checkboxlist.gif[/img]
参考示例:[url=http://miniui.com/demo/checkboxlist/checkboxlist.html]CheckBoxList:复选框组[/url]
[b]创建CheckBoxList[/b]
<div id="cbl1" class="mini-checkboxlist" repeatItems="3" repeatLayout="table"
textField="text" valueField="id" value="cn,usa" οnlοad="onLoad"
url="../data/countrys.txt" >
</div>
[b]数据结构[/b]
[
{ id: "usa", text: "美国" },
{ id: "cn", text: "中国" },
{ id: "jp", text: "日本" },
{ id: "en", text: "英国" },
{ id: "de", text: "德国" },
{ id: "fr", text: "法国" },
{ id: "ca", text: "加拿大" },
{ id: "at", text: "奥地利" },
{ id: "ch", text: "瑞士" }
]