doc/book/devweb/ajax.rst
author Julien Cristau <julien.cristau@logilab.fr>
Thu, 17 Dec 2015 15:16:14 +0100
changeset 10993 ca656b431267
parent 10491 c67bcee93248
child 12856 a82e56d4814a
permissions -rw-r--r--
Added tag debian/3.21.5-2 for changeset 228b6d2777e4

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