egroupware_official/phpgwapi/js/egw_action/test
Andreas Stöckel c7122b1006 Basic grid functionality including dynamic generation of grid rows is now working in all browsers
and performs quite well (just some non-objective data):

Lines    | IE 7/8     | FF        |  Chrome
---------------------------------------------
1000     | fast       | very fast | very fast
10000    | ok         | fast      | very fast
100000   | still ok   | ok        | fast

(Performance might still be optimized but this does not really help right now).

The code for dynamic data loading has been written but still has to be tested.

Work which still has to be done to have a fully functional grid view:
- Data columns have to be generated correctly
- Displaying trees has to be tested, but should work more or less out-of-the-box due to the design of
  the grid containers
- Client side manipulation of data (sorting/filtering...) - most functionality is already there but not
  yet used (will be tested alongside with the filemanager)
2011-03-09 22:16:41 +00:00
..
imgs Basic grid functionality including dynamic generation of grid rows is now working in all browsers 2011-03-09 22:16:41 +00:00
js Finished implementation of the abstract egwAction interface - now going to test it 2011-02-24 19:00:47 +00:00
skins Initial commit of the current JS implementation of the egw_action system, which will later be used to create context sensitive menus and drag and drop capabilities. The egw_menu.js/egw_menu_dhtml.js files are fully functional (see test in the test dir), implementation of egw_action.js has just started and not even a single line of that has been tested yet. 2011-02-23 18:24:16 +00:00
grid.css Basic grid functionality including dynamic generation of grid rows is now working in all browsers 2011-03-09 22:16:41 +00:00
test_action.html - Added working egw_grid component including test and documentation, codebase will be used to replace the nextmatchWidget in etemplate2 2011-03-02 21:18:20 +00:00
test_grid_view.html Basic grid functionality including dynamic generation of grid rows is now working in all browsers 2011-03-09 22:16:41 +00:00
test_grid.html Basic grid functionality including dynamic generation of grid rows is now working in all browsers 2011-03-09 22:16:41 +00:00
test_menu.html Implemented egw_popup_action, tested, got it working with IE 2011-02-26 18:04:28 +00:00