egroupware/phpgwapi/js
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
..
ckeditor3 removed not longer used ckeditor.egwconfig.js 2011-01-06 00:01:17 +00:00
colorpicker Fixbug under MacOS 2004-09-28 12:33:22 +00:00
dhtmlxtree add dhtmlxMenu as context menu for dhtmxTree 2010-10-18 19:25:33 +00:00
egw_action Basic grid functionality including dynamic generation of grid rows is now working in all browsers 2011-03-09 22:16:41 +00:00
jquery Added onLoadFinish event to egw_json_response on the js side, which gets triggered when all javascript code which should be included has been loaded and evaluated on the client 2010-07-20 10:20:32 +00:00
jsapi Reversed most changes made for egw-stylite #8295, commited changes proposed by Ingo Ratsdorf in egroupware.org #2834, probably fixes egroupware.org #2831 2011-02-04 14:28:12 +00:00
jscalendar * JSCalendar: fixed week containing 4th Jan is shown as 52th instead 1st week, if week starts on sunday is selected 2011-01-05 02:34:16 +00:00
tabs make the settings of the active tab from the GET value working under IE6 too 2005-09-23 16:26:26 +00:00
wz_dragdrop work provided by Chr.Fueller to tackle oversized events in calendar-week-print-pre-view 2010-04-09 14:15:00 +00:00
wz_tooltip Removed code from wz_tooltip.js which removed all html "title" properties from the page on some occasions 2010-05-17 13:52:15 +00:00
dragDropFunctions.js make dynamic resizable sidebox width app specific 2009-11-18 20:00:26 +00:00
egw_json.js Implemented egw_popup_action, tested, got it working with IE 2011-02-26 18:04:28 +00:00