[Gambas-devel-svn] SF.net SVN: gambas:[8075] gambas/trunk/comp/src
Brought to you by:
gambas
From: <ga...@us...> - 2017-01-31 19:27:35
|
Revision: 8075 http://sourceforge.net/p/gambas/code/8075 Author: gambas Date: 2017-01-31 19:27:33 +0000 (Tue, 31 Jan 2017) Log Message: ----------- [GB.WEB.FORM] * BUG: WebExpander: Arrows are correctly displayed now. * NEW: Message boxes icons are now pre-loaded. * NEW: WebTableView: Sortable is a new property that indicates that the table can be sorted. * NEW: WebTableView: Columns[].Sortable is a new property that tells if a specific is sortable or not. By default, all columns are sortable. * NEW: WebTableView: SortColumns is a new property that returns the index of the currently sorted columns, or -1 if no column is sorted. * NEW: WebTableView: SortOrder is a new property that returns the sort order (gb.Ascent or gb.Descent) or the currently sorted column. * NEW: WebTableView: Sort is a new event that is raised each time the sort state of the table has changed, meaning that the table view contents must be refreshed with the newly sorted data. * NEW: WebTableView: Clicking on a row, when the table is in multiple selection mode, selects the clicked row and unselect the other ones. Modified Paths: -------------- gambas/trunk/comp/src/gb.term.form/.project gambas/trunk/comp/src/gb.web.form/.hidden/Uncompressed/lib.js gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.project gambas/trunk/comp/src/gb.web.form/.src/Test/Webform3.class gambas/trunk/comp/src/gb.web.form/.src/Test/Webform3.webform gambas/trunk/comp/src/gb.web.form/.src/WebExpander.class gambas/trunk/comp/src/gb.web.form/.src/WebForm.class gambas/trunk/comp/src/gb.web.form/.src/WebTable/WebTable.class gambas/trunk/comp/src/gb.web.form/.src/WebTable/_WebTableColumn.class gambas/trunk/comp/src/gb.web.form/.src/WebTable/_WebTableColumns.class gambas/trunk/comp/src/gb.web.form/.startup gambas/trunk/comp/src/gb.web.form/lib.js gambas/trunk/comp/src/gb.web.form/style.css This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |