ExtAspNet v2.1.1

ExtAspNet v2.1.1
 
ExtAspNet is a set of professional Asp.net controls with native AJAX support and rich UI effect
which aim at No JavaScript, No CSS, No UpdatePanel and No WebServices.

Support Browsers: IE 7.0+, Firefox 3.0+, Chrome 2.0+, Opera 9.5+, Safari 3.0+

Note: ExtAspNet bases on Open Source Projects like ExtJS, HtmlAgilityPack, Nii.JSON, YUICompressor.

Open Source Project: http://extaspnet.codeplex.com/
Technical Support: http://sanshi.cnblogs.com/
Examples Online: http://extasp.net/
Contact Author: sanshi.ustc@gmail.com


Release History:

+2009-09-15 v2.1.1
 -修正不能动态修改AccordionPane属性Items的BUG。
 +为Button, MenuButton, LinkButton, LinkButtonField增加ConfirmTarget。
  -如果需要在父页面弹出确认对话框,需要设置ConfirmTarget="_parent"(类似Window控件的Target="_parent")。
 +为ExtAspNet.Alert.Show增加点击确定的JavaScript回调函数。
  -一个典型应用,在Window控件中打开新页面,如果传递的参数不正确,则首先提示参数不对然后关闭此弹出窗口。
  -ExtAspNet.Alert.Show("参数错误!", String.Empty, ExtAspNet.ActiveWindow.GetCloseReference());
 +TreeNode的前面的多选框可以自动回发了。
  -为TreeNode增加AutoPostBack属性,增加事件数据类TreeCheckEventArgs,为Tree增加事件NodeCheck。
  -示例在:http://extasp.net/data/tree_run.aspx
 -Grid增加GetNoSelectionAlertInParentReference函数,用来表示没有选中任何一项时在父页面弹出对话框的JS代码。
 -修正IE7下不能以下划线作为CSS中类名的前缀的BUG(feedback:Steve.Wei)。
 -添加定时器控件Timer,用来定时发起AJAX请求。
 
 

posted @ 2009-09-15 19:21  三生石上(FineUI控件)  阅读(3050)  评论(10编辑  收藏  举报