doc/book/en/devweb/ajax.rst
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Fri, 25 May 2012 17:18:00 +0200 (2012-05-25)
changeset 8429 cad2d8e03b33
parent 8128 0a927fe4541b
child 8480 086cff6a306a
permissions -rw-r--r--
[ldapfeed] fix crash on sql cursor usage (closes #2380246)
.. _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 ``AjaxController`` controller.

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