egroupware_official/phpgwapi/js/egw_action/test/imgs
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
..
arrow_down.png - 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
arrow_left.png - 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
arrows.png - 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
arrows.svg - 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
compress.png Added some forgotten files 2011-02-26 19:21:55 +00:00
delete.png Added some forgotten files 2011-02-26 19:21:55 +00:00
dhxmenu_chrd.gif 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
dhxmenu_loader.gif 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
dhxmenu_subar.gif 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
dhxmenu_subselbg.gif 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
dhxmenu_subselbg.png 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
dhxmenu_subsepbg.gif 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
dhxmenu_topbg.gif 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
dhxmenu_topselbg.gif 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
dhxmenu_topsepbg.gif 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
dhxmenu_upar.gif 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
disk.png 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
edit.png Added some forgotten files 2011-02-26 19:21:55 +00:00
email.png Added some forgotten files 2011-02-26 19:21:55 +00:00
folder.png 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
header_overlay.png Basic grid functionality including dynamic generation of grid rows is now working in all browsers 2011-03-09 22:16:41 +00:00
header_overlay.svg Basic grid functionality including dynamic generation of grid rows is now working in all browsers 2011-03-09 22:16:41 +00:00
mime16_directory.png - 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
non_loaded_bg.png Implemented framework for dynamically inserting grid rows into the DOM tree and a very simple test for it 2011-03-07 16:53:43 +00:00
non_loaded_bg.svg Implemented framework for dynamically inserting grid rows into the DOM tree and a very simple test for it 2011-03-07 16:53:43 +00:00
page.png 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
preview.png Added some forgotten files 2011-02-26 19:21:55 +00:00
select_overlay.png - 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
select_overlay.svg - 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
selectcols.png Basic grid functionality including dynamic generation of grid rows is now working in all browsers 2011-03-09 22:16:41 +00:00
view.png Added some forgotten files 2011-02-26 19:21:55 +00:00
wrench.png 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