jQuery MiniUI

标题: combox赋值 下拉无数据 [打印本页]

作者: stone1314    时间: 2015-6-15 15:48:09     标题: combox赋值 下拉无数据

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">  
  <script type="text/javascript">
        function SetValue() {
            var combox = mini.get("combo1");
            combox.data = [{ id: "1", text: "步骤到达" }, { id: "0", text: "步骤离开"}];
            console.log(combox);  //打印显示  data有数据
        }
    </script>
</head>
<body>

    <div>
         <input class="mini-combobox" style="width:150px;"  id="combo1" />     
    <button>设置</button>
    </div>
   <script type="text/javascript">
       mini.parse();
   </script>
</body>
</html>

这样 都不能添加入数据   版本 2.1.2   js有引用



作者: felt    时间: 2015-6-15 16:09:50

combo1.setData({ id: "1", text: "步骤到达" }, { id: "0", text: "步骤离开"})
另外请使用最新版本,目前最新版本是3.6
作者: stone1314    时间: 2015-6-15 16:40:20

felt 发表于 2015-6-15 16:09
combo1.setData({ id: "1", text: "步骤到达" }, { id: "0", text: "步骤离开"})
另外请使用最新版本,目前 ...

换版本  就像自己挖坑  自己跳   然后就爬不出来了……
作者: stone1314    时间: 2015-6-15 16:49:48

felt 发表于 2015-6-15 16:09
combo1.setData({ id: "1", text: "步骤到达" }, { id: "0", text: "步骤离开"})
另外请使用最新版本,目前 ...

setData 中  必须是 json数据,要加上" [{ id: "1", text: "步骤到达" }, { id: "0", text: "步骤离开"}]"
作者: felt    时间: 2015-6-15 16:50:51

stone1314 发表于 2015-6-15 16:49
setData 中  必须是 json数据,要加上" [{ id: "1", text: "步骤到达" }, { id: "0", text: "步骤离开"}] ...

2.x版本我们已经不维护了




欢迎光临 jQuery MiniUI (http://miniui.com/discuss/) Powered by Discuz! X2