Notes |
|
(0019209)
|
hgbot
|
2009-08-25 11:55
|
|
Repository: erp/stable/2.40_pageddatagrid
Changeset: e12aa25e0060fe0dab147a61fa712b1272710dd4
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Tue Aug 25 11:41:58 2009 +0200
URL: http://code.openbravo.com/erp/stable/2.40_pageddatagrid/rev/e12aa25e0060fe0dab147a61fa712b1272710dd4 [^]
[PagedGrid] Issue 10391: Introduce paging button to DataGrid and limit scrollable record range to 10k
Part 1 preperation:
- Add two new ad_message entries for translation of Previous & Next link texts
- Ship these two entries in DynamicJS output to be usable from javascript
- DataGrid: new atrribute backendPage in Data-response: parse, store and add getter for this value
- DataGrid: add utility methods to move between the new backend pages and to show/hide the paging buttons
- DataGrid: on resort (click on column header) reposition cursor always on the first recrod
---
M src-db/database/sourcedata/AD_MESSAGE.xml
M src/org/openbravo/erpCommon/utility/MessagesJS_data.xsql
M web/js/openbravo/widget/DataGrid.js
---
|
|
|
|
|
|
(0023421)
|
hgbot
|
2010-01-14 13:14
|
|
Repository: erp/stable/2.40
Changeset: e12aa25e0060fe0dab147a61fa712b1272710dd4
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Tue Aug 25 11:41:58 2009 +0200
URL: http://code.openbravo.com/erp/stable/2.40/rev/e12aa25e0060fe0dab147a61fa712b1272710dd4 [^]
[PagedGrid] Issue 10391: Introduce paging button to DataGrid and limit scrollable record range to 10k
Part 1 preperation:
- Add two new ad_message entries for translation of Previous & Next link texts
- Ship these two entries in DynamicJS output to be usable from javascript
- DataGrid: new atrribute backendPage in Data-response: parse, store and add getter for this value
- DataGrid: add utility methods to move between the new backend pages and to show/hide the paging buttons
- DataGrid: on resort (click on column header) reposition cursor always on the first recrod
---
M src-db/database/sourcedata/AD_MESSAGE.xml
M src/org/openbravo/erpCommon/utility/MessagesJS_data.xsql
M web/js/openbravo/widget/DataGrid.js
---
|
|
|
|
|