- 注册时间
- 2015-9-25
- 最后登录
- 1970-1-1
- 阅读权限
- 10
- 积分
- 34
- 精华
- 0
- 帖子
- 10

|
<tr height="40">
<td align="right">提醒方式:</td>
<td ><div name="countrys11" class="mini-checkboxlist" repeatItems="3" repeatLayout="flow" url="data/checkboxlist_txsz.txt" value="cn,de,usa" textField="text" valueField="id"></div></td>
</tr>
data:
[
{ "id": "cn", "text": "系统消息" },
{ "id": "de", "text": "手机短信" },
{ "id": "usa", "text": "邮件" }
]
|
|