forked from extern/egroupware
510ce7c1598bb0ebe43f89a8ee5590ecfe9d9580
- "processing" the submit on serverside (no validation yet) --> content returned by ajax call is not an hiearchical array: eg. "button[save]" => 1, instead of "button" => array("save" => 1) - new call to etemplate_new::exec() is send back via new JSON generic et2_load response --> how do we handle output of callback: a) debug output, eg. echos and b) echo "<html><head><script>window.close();</script></head></html>"; exit;
Description
Languages
PHP
56.1%
JavaScript
14.3%
TypeScript
14.1%
CSS
9.3%
Less
2%
Other
4.2%