doc/book/devweb/ajax.rst
author Denis Laxalde <denis.laxalde@logilab.fr>
Thu, 06 Sep 2018 13:44:06 +0200
branch3.26
changeset 12351 a6c7716841ce
parent 10491 c67bcee93248
child 12856 a82e56d4814a
permissions -rw-r--r--
Added tag 3.26.7 for changeset ee4ad63c91e5

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