doc/book/en/devweb/ajax.rst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 21 Jun 2013 16:01:59 +0200
changeset 9456 a79e88aad555
parent 8480 086cff6a306a
permissions -rw-r--r--
[multi-sources-removal] Kill repo.sources there is only the system source in there now! Related to #2919300

.. _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