doc/book/devweb/ajax.rst
author Philippe Pepiot <philippe.pepiot@logilab.fr>
Fri, 24 May 2019 17:09:10 +0200
changeset 12628 7b89cad574f8
parent 10491 c67bcee93248
child 12856 a82e56d4814a
permissions -rw-r--r--
Install patched yapps for test from an http archive Instead of git which require git to be installed. Also downloading archive is faster than cloning the repository.

.. _ajax:

Ajax
----

CubicWeb provides a few helpers to facilitate *javascript <-> python* communications.

You can, for instance, register some python functions that will become
callable from javascript through ajax calls. All the ajax URLs are handled
by the :class:`cubicweb.web.views.ajaxcontroller.AjaxController` controller.

.. automodule:: cubicweb.web.views.ajaxcontroller