ExtAspNet v2.1.9

ExtAspNet v2.1.9
    
ExtAspNet是一组专业的Asp.net控件库,拥有原生的AJAX支持和丰富的UI效果,
目标是创建没有JavaScript,没有CSS,没有UpdatePanel,没有WebServices的Web应用程序。

支持的浏览器: IE 7.0+, Firefox 3.0+, Chrome 2.0+, Opera 9.5+, Safari 3.0+

注:ExtAspNet基于一些开源的程序ExtJS, HtmlAgilityPack, Nii.JSON, YUICompressor。

示例: http://extasp.net/
项目: http://extaspnet.codeplex.com/
博客: http://sanshi.cnblogs.com/


发布历史:

+2010-01-06 v2.1.9
    -集成Extjs最新版本v3.1.0。
    -修正灰色皮肤的CSS问题。
    -修正Grid的列名中不能包含中文字符的BUG(feedback:davidwen)。
    -为Web.config和PageManager增加属性AjaxTimeout(单位秒,默认30秒)。
    -修正了在Grid的PageIndexChange事件中不能获取SelectedRowIndexArray属性的BUG(feedback:Violet)。
    -Button控件将不再自动拥有display:inline属性,如果希望两个按钮在一行显示,请为第一个按钮设置CssStyle="float:left;"属性。
    -修正了弹出菜单的位置在Firefox下不正确的BUG(feedback:eroach)。
    -为TriggerBox和TwinTriggerBox增加EnableEdit属性。
    -使用Hidden来显示隐藏ExtAspNet控件,而不是使用Visible属性(Visible目前设置为只读属性)。
    -使用Hidden控制Window控件的显示隐藏,Popup已经标记为Obsolete属性。
    -Window的实例方法GetCloseReference等以及ActiveWindow的静态方法GetCloseReference等,其中的Close全部改为Hide。
    -增加TabStrip中Tab控件可关闭属性EnableClose(默认为false)以及两个方法GetShowReference和GetHideReference(feedback:anson)。
    -修正绑定到Tree的XMLDocument中Icon属性映射错误(feedback:nopnop9)。
    -修正HtmlEditor不能编辑的BUG(feedback:TheBox)。
    -修正IE下有时会出现空白页面的情况(feedback:olivia919)。
    
    


中文用户可以加入QQ群交流ExtAspNet使用技巧。

=======================

ExtAspNet v2.1.9
    
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.

Examples: http://extasp.net/
Project: http://extaspnet.codeplex.com/
Blog: http://sanshi.cnblogs.com/


Release History:

+2010-01-06 v2.1.9
    -Integrate with extjs3.1.0.
    -Fix css issue in gray theme.
    -Fix a bug that Grid column cann't contain chinese characters(feedback:davidwen).
    -Add AjaxTimeout property to Web.config and PageManager(unit:second, default:30).
    -Fix a bug that Grid control cann't get SelectedRowIndexArray property in PageIndexChange event(feedback:Violet).
    -Button control will not gain display:inline CSS rules auto, if you want two buttons stay in the same line, please use float:left CSS rule.
    -Fix a bug that popup menu's position is not right in Firefox(feedback:eroach).
    -Add EnableEdit for TriggerBox and TwinTriggerBox controls.
    -Use Hidden property to show and hide control instead of Visible, which is a readonly property now.
    -Use Hidden to show and hide Window control, now Popup is marked as an Obsolete property.
    -Method GetCloseReference in Window and GetCloseReference in ActiveWindow are renamed to GetHideReference(Notice all Close character are changed to Hide).
    -Add EnableClose property(default false), two methods GetShowReference and GetHideReference to Tab control(feedback:anson).
    -Fix a bug that Xml document binding to Tree has a error Icon property mapping(feedback:nopnop9).
    -Fix a bug that HtmlEditor is not editable(feedback:TheBox).
    -Fix a bug there will be blank page under IE sometimes(feedback:olivia919).
    
    

 

原文地址:https://www.cnblogs.com/sanshi/p/1640779.html