Notes: This version of OS3Grid mainly focuses on bug fixes and documentation enhancements. A blocking bug preventing the cell editing functions has been fixed. Many small issues with Internet Explorer has been fixed as well. Documentation now covers all OS3Grid APIs and introduces the new styling system.
Changes: Changelog 0.4 Internet Explorer Fixes and Docs enhancements This version of OS3Grid mainly focuses on bug fixes and documentation enhancements. A blocking bug preventing the cell editing functions has been fixed. Many small issues with Internet Explorer has been fixed as well. Documentation now covers all OS3Grid APIs and introduces the new styling system. 0.3 Reaching perfection :-) NEW: new methods: - set_col_type ( col, type ) Allows the developer to describe the column type. This hint will be used to sort column and to align in the right way. - get_row ( row_num ) Returns an array with all the values of row ``row_num`` - set_click_cb ( col, callback ) Sets the function to be called when the user clicks on the column header. Pass -1 to make a column unclickable. new attributes: - filter_args This is a T/F flag. If T, input to add_row() will be filtered and all single quotes chars (') will be replaced with the "'" entity. 0.2 Minor bugfix and work in progress NEW: new methods: - show_row_num ( show ): If ``show`` is true, then the grid will show row numbers on the left. - set_row_select ( flag ): If ``flag`` is true, the user is able to select a row by simply click on the row number (this implies ``show_row_num()`` to true ) NOTE: this option does NOT work yet. ENH: To edit a cell, the user now needs to double click on it. This permits to have both cell-edit and single cell selection at once (before this, the ``onclick`` event could just be binded to one single event preventing the other to occur). DEL: set_editable_size() is now deprecated and no alternate way is provided because now OS3Grid set the right editable size automatically. A JavaScript alert() will popup in your code if you are using this method. Please, remove it from your code since, starting from the next release (0.2.1 or 0.3) the method will be removed from the OS3Grid class. FIX: Now OS3Grid does not try to sort rows if user has not selected one sort column first. FIX: Removed some potential JavaScript code errors, detected using the "JavaScript strict" option in Mozilla. 0.1.1 FIX: small bug that prevent IExplorer to sort rows 0.1 Initial release
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use