grid

grid

  BlogJava :: 首页 :: 联系 :: 聚合  :: 管理
  78 Posts :: 0 Stories :: 62 Comments :: 0 Trackbacks
TextBoxList:多选输入智能提示框
                
            
                   

参考示例TextBoxList:多选输入智能提示框

           
           

创建TextBoxList

<input id="tbl1" class="mini-textboxlist" required="true" style="width:250px;"
        url="../data/DataService.aspx?method=FilterCountrys" value="cn,usa" text="中国,美国"
        valueField="id" textField="text" onvaluechanged="onValueChanged"/>

           

数据结构

[
    { 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: "瑞士" }
]
posted on 2012-10-23 16:25 nikofan 阅读(2546) 评论(1)  编辑  收藏

Feedback

# re: jQuery MiniUI 开发教程 表单控件 TextBoxList:多选输入智能提示框(十五) 2012-10-24 11:55 rcomponent
http://jquerymobile.weebly.com/
比这个要好很多  回复  更多评论
  


只有注册用户登录后才能发表评论。


网站导航: