egroupware/phpgwapi/js/jsapi
Ralf Becker 516b977472 ability to queue ajax requests on the client and send them as a single ajax request every N ms to the server
a) instead of a single request like: new egw_json_request(menuaction, params).sendRequest(true, callback, context); 
b) you call: egw.jsonq(menuaction,params,callback,context)
The server callback is identical for both kinds of requests. All egw_json_response methods can be used and the callback is optional.
2011-09-13 17:27:02 +00:00
..
egw.js ability to queue ajax requests on the client and send them as a single ajax request every N ms to the server 2011-09-13 17:27:02 +00:00
jsapi.js fix for community.egroupware.org bug #3027: Open item in element list no longer working 2011-08-26 07:31:18 +00:00