jQuery MiniUI

 找回密码
 立即注册
查看: 1109|回复: 3
打印 上一主题 下一主题

url __txt [复制链接]

Rank: 6Rank: 6

跳转到指定楼层
楼主
发表于 2014-9-22 17:02:55 |只看该作者 |倒序浏览
  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);



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

Rank: 8Rank: 8

沙发
发表于 2014-9-22 17:20:23 |只看该作者
这是啥?什么里面的什么控件

Rank: 6Rank: 6

板凳
发表于 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" />

这个控件

Rank: 8Rank: 8

地板
发表于 2014-9-23 09:35:24 |只看该作者
小葱儿 发表于 2014-9-22 19:33
这个控件

select操作上加点延时看一下

Archiver|普加软件

GMT+8, 2024-5-30 22:33 , Processed in 1.042387 second(s), 9 queries .

Powered by Discuz! X2

© 2001-2011 Comsenz Inc.

回顶部