mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-04 05:21:15 +02:00
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.