jQuery MiniUI

标题: url __txt [打印本页]

作者: 小葱儿    时间: 2014-9-22 17:02:55     标题: url __txt

  if (e.value ==5) {
            url = "Data/IndustryTypeData.txt"//行业类型
        }
        if (e.value == 6) {
            url = "Data/EnterpriseTypeData.txt"//企业类型

        }
        mini.get("CheckPlant1").setUrl(url);
        mini.get("CheckPlant1").select(0);
        mini.get("CheckPlant2").setUrl(url);
        mini.get("CheckPlant2").select(1);



为什么这么写不行?我该怎么写?


作者: dforce    时间: 2014-9-22 17:20:23

这是啥?什么里面的什么控件
作者: 小葱儿    时间: 2014-9-22 19:33:51

dforce 发表于 2014-9-22 17:20
这是啥?什么里面的什么控件

    <input id="CheckPlant1" name="PlantID" class="mini-treeselect " textfield="PlantName"
                            multiSelect="false"  valueFromSelect="false"  valuefield="PlantID" style="width: 250px"  url="Data/DataServices.aspx?method=GetPlant"
                            parentfield="pid"   allowInput="true"  showRadioButton="true" showFolderCheckBox="false" />

这个控件

作者: felt    时间: 2014-9-23 09:35:24

小葱儿 发表于 2014-9-22 19:33
这个控件

select操作上加点延时看一下




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