zoukankan      html  css  js  c++  java
  • jQuery EasyUI 1.3.2版本说明(译) Jimmy

     

    一:BUG:                                                                                                               

    1.Datagrid:当改变datagrid宽度的时候 这个loading message 加载消息窗口不居中的问题(修复)

    2.Treegrid:这个mergeCells方法以前不能正常使用(修复)

    3.Propertygrid:调用”endEdit”这个方法来结束行编辑的时候会引发错误(修复)

    4.Tree:当”lines”这个属性设置true的时候 树控件不能都加载空数据(修复)

     

    二:Improvement(改进的地方):                                                                            

    1.RTL功能现在支持了

    2.Tabs:添加”scrollBy”这个方法使得tab按指定数量的像素滚动选项卡标头

    3.Tabs:添加”toolPosition”这个属性来设置tab上的工具是靠左还是靠右

    4.Tabs: 添加”tabPosition”这个属性来定义tab的位置,有'top','bottom','left','right'.四种值

    5.Datagrid:添加一个列级别属性”order”使得用户能够定义每列的默认的排序顺序

    6.Datagrid:添加一个列级别属性”halign”使得用户能够定义列标题的对齐方式

    7.Datagrid:添加”resizeHandle”这个属性 我理解的是可以拖拽使得列位置互换

    8.Datagrid:添加”freezeRow”这个方法来冻结某些行  跟以前的冻结列功能一样 

    9.Datagrid:添加”clearChecked”这个方法来清除所有选中的记录

    10.Datagrid:添加”data”属性来初始化Datagrid 数据

    11.Linkbutton:添加”iconAlgin”这个属性来定义图标的位置 支持'left','right'.两种属性值

    12.Menu:添加”minWidth”属性 最小宽度不解释。。

    13.Menu:菜单的宽度可以自动计算

    14.Tree:添加了新的事件 包括'onBeforeDrag','onStartDrag','onDragEnter'加 'onDragOver','onDragLeave等

    15.Combo:添加”height”属性运行用户自定义combo的高度

    16.Combo:添加方法”reset”

    17.Spinner:添加方法”reset”

    18.Spinner:添加”height”属性运行用户自定义spinner的高度

    19.Searchbox:添加”height”属性运行用户自定义searchbox的高度

    20.Form:添加方法”reset”

    21.Validatebox:添加”delay”属性延迟验证 从输入的最后一个值

    22.Validatebox:添加”tipPosition”属性定义提示的位置,支持'left','right'.两种属性值

    23.Validatebox:现在支持一个字段上可写多个验证规则

    24.Slider:添加”reversed”属性来确定是否最小值和最大值切换他们的位置

    25.Progressbar:添加”height”属性运行用户自定义progressbar的高度

     

    原文:

    Download jQuery EasyUI 1.3.2

    Current Version: 1.3.2

    ChangeLog

    Bug
    • datagrid: The loading message window can not be centered when changing the width of datagrid. fixed.
    • treegrid: The 'mergeCells' method can not work normally. fixed.
    • propertygrid: Calling 'endEdit' method to stop editing a row will cause errors. fixed.
    • tree: Can not load empty data when 'lines' property set to true. fixed.
    Improvement
    • RTL feature is supported now.
    • tabs: Add 'scrollBy' method to scroll the tab header by the specified amount of pixels.
    • tabs: Add 'toolPosition' property to set tab tools to left or right.
    • tabs: Add 'tabPosition' property to define the tab position, possible values are: 'top','bottom','left','right'.
    • datagrid: Add a column level property 'order' that allows users to define different default sort order per column.
    • datagrid: Add a column level property 'halign' that allows users to define how to align the column header.
    • datagrid: Add 'resizeHandle' property to define the resizing column position, by grabbing the left or right edge of the column.
    • datagrid: Add 'freezeRow' method to freeze some rows that will always be displayed at the top when the datagrid is scrolled down.
    • datagrid: Add 'clearChecked' method to clear all checked records.
    • datagrid: Add 'data' property to initialize the datagrid data.
    • linkbutton: Add 'iconAlgin' property to define the icon position, supported values are: 'left','right'.
    • menu: Add 'minWidth' property.
    • menu: The menu width can be automatically calculated.
    • tree: New events are available including 'onBeforeDrag','onStartDrag','onDragEnter','onDragOver','onDragLeave',etc.
    • combo: Add 'height' property to allow users to define the height of combo.
    • combo: Add 'reset' method.
    • numberbox: Add 'reset' method.
    • spinner: Add 'reset' method.
    • spinner: Add 'height' property to allow users to define the height of spinner.
    • searchbox: Add 'height' property to allow users to define the height of searchbox.
    • form: Add 'reset' method.
    • validatebox: Add 'delay' property to delay validating from the last inputting value.
    • validatebox: Add 'tipPosition' property to define the tip position, supported values are: 'left','right'.
    • validatebox: Multiple validate rules on a field is supported now.
    • slider: Add 'reversed' property to determine if the min value and max value will switch their positions.
    • progressbar: Add 'height' property to allow users to define the height of progressbar.
  • 相关阅读:
    用归并排序或树状数组求逆序对数量 poj2299
    UVA10600 次小生成树
    最小生成树求最大比率 UVALive
    求树的重心 poj 1655
    求树的直径+并查集(bfs,dfs都可以)hdu4514
    树形DP+RMQ+尺取法 hdu4123
    区间dp 51nod1021
    LCS poj1080
    最长公共子序列hdu1503
    python No handlers could be found for logger错误的解决
  • 原文地址:https://www.cnblogs.com/DemoLee/p/2863591.html
Copyright © 2011-2022 走看看