doc/book/en/devweb/ajax.rst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 20 Jul 2012 10:25:55 +0200
branchstable
changeset 8480 086cff6a306a
parent 8128 0a927fe4541b
permissions -rw-r--r--
[book] fix build warnings/errors. Closes #2430042

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