zoukankan      html  css  js  c++  java
  • ExtAspNet v2.1.5

    ExtAspNet v2.1.5
        
    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/
    Email: sanshi.ustc@gmail.com


    Release History:

    +2009-11-21 v2.1.5
        +Tree optimize。
            -Fix the bug that states of Expanded and Checked items cann't be persisted through page post back.
            -GetNodeById renamed to FindNode, which is consistent with FindControl of Asp.net controls.
            -Remove CheckedNodeIDArray property, Add GetCheckedNodes and GetCheckedNodeIDs functions.
            -Remove ExpandedNodeIDArray property, Add GetExpandedNodes and GetExpandedNodeIDs functions.
            -Add example(data/tree_select_run.aspx), to explain how to check all children node when a parent node is checked(feedback:wjl_wjl520).
            +NodeId property of TreeNode renamed to NodeID, this is a convention of ExtAspNet.
                -At the same time, In GridColumn class ColumnId renamed to ColumnID and GetColumnId renamed to GetColumnID.
                -Grid1.Columns.FindColumnById replaced by Grid1.FindColumn function.
            -Add Node property for the following class TreeCheckEventArgs, TreeExpandEventArgs and TreeCommandEventArgs.
        -Add Focus(overwrite Control's Focus function) and GetFocusReference functions for all componnets.
        -Add example other/custom_postback.aspx(feedback:thebox)。
            -Explain a way to send a postback on a textbox when you click the enter key.
        -Add AutoLeafIdentification property to Tree control.
            -Add examples(tree_auto_leaf_identification.aspx)(feedback:wdrabbit)。
        
    +2009-11-21 v2.1.5
        +Tree优化。
            -修正Expanded项和Checked项的状态在回发改变后不能保持的BUG。
            -GetNodeById更名为FindNode,保持和FindControl一致命名。
            -删除CheckedNodeIDArray属性,增加GetCheckedNodes和GetCheckedNodeIDs函数。
            -删除ExpandedNodeIDArray属性,增加GetExpandedNodes和GetExpandedNodeIDs函数。
            -增加示例(data/tree_select_run.aspx),如何选中当前节点的所有子节点(feedback:wjl_wjl520)。
            +TreeNode的属性NodeId被重命名为NodeID,这是ExtAspNet中的一个命名约定。
                -同时更名的还有GridColumn的ColumnId->ColumnID,GetColumnId->GetColumnID。
                -Grid1.Columns.FindColumnById函数被Grid1.FindColumn所替代。
            -为TreeCheckEventArgs,TreeExpandEventArgs,TreeCommandEventArgs增加Node属性。
        -为所有控件增加Focus(覆盖Control默认的Focus函数)和GetFocusReference函数。
        -增加示例(other/custom_postback.aspx)(feedback:thebox)。
            -如何自定义Javascript脚本和C#处理函数来响应键盘事件。
        -为Tree增加AutoLeafIdentification属性。
            -增加示例(tree_auto_leaf_identification.aspx)(feedback:wdrabbit)。   
  • 相关阅读:
    JAVA 接口与抽象类(interface与abstract)的区别
    接口测试的测试点
    HTTP协议首部及Fiddler工具工作原理
    Android自动化测试AppiumLibrary库关键字
    蔬菜水果购买记
    健胃饮食
    榨汁机食谱
    随机权值平均
    周鸿祎IOT发布会思考
    Bilinear CNN与 Randomly Wired Neural Network
  • 原文地址:https://www.cnblogs.com/sanshi/p/1607675.html
Copyright © 2011-2022 走看看