atlas中的客户端和xml-script是不是都取消了

诸如如下代码:
客户端:
function initMyAjax() {
        
var condpart    = new Sys.UI.TextBox($('condpart'));
        
var iscond      = new Sys.UI.CheckBox($('iscond'));
    }
xml-script:
<script type="text/xml-script">
      
<page xmlns="http://schemas.microsoft.com/xml-script/2005">
        
<components>
          
<Control id="condpart" visibilityMode="Collapse">
            
<bindings>
                
<binding dataContext="iscond" dataPath="checked" property="visible" />
            
</bindings>
          
</Control>
          
<CheckBox id="iscond" />
        
</components>
      
</page>
    
</script>
怎么在我的机器上都无法运行?
客户端代码提示没有Sys.UI.TextBox构造函数,但是Sys.UI.Control是存在并且可以构造成功的,xml-script直接就不运行,郁闷啊。莫非atlas CTP版本到atlas 1.0的改动去掉了这些?这改动也太大了吧。希望高手指点。
我安装了ASP.NET 2.0 AJAX Extensions 1.0,ASP.NET AJAX Control Toolkit和ASP.NET Futures (July 2007)。

转载于:https://www.cnblogs.com/homer/archive/2007/08/25/869218.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值