[commits] [Wiki] changed: Doc/Dev/HordeAjaxApplications
Ralf Lang (B1 Systems GmbH)
lang at b1-systems.de
Wed Nov 8 07:00:43 UTC 2017
rlang Wed, 08 Nov 2017 07:00:43 +0000
Modified page: https://wiki.horde.org/Doc/Dev/HordeAjaxApplications
New Revision: 9
Change log: Intro
@@ -1,5 +1,9 @@
+ Documentation of Horde Ajax Applications mostly from poking around
existing examples.
+
+The Horde Ajax framework facilitates creating javascript-heavy single
page applications but is also useful in other contexts.
+It contains of a horde-wide server-side entry point ajax.php and
per-application definitions which handlers are used.
+On the client side, HordeCore.js provides the tools to call these
endpoints and automatically add security tokens to the request.
++ Convention
$app (lowercase, for example "passwd")
$App (First Uppercase, for example "Passwd")
More information about the commits
mailing list