doc/book/en/devweb/ajax.rst
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Thu, 28 Feb 2013 11:19:36 +0100
changeset 8700 9064df1c2f99
parent 8480 086cff6a306a
permissions -rw-r--r--
[book] fix typo. remove spurious `i`

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