doc/book/en/devweb/ajax.rst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 12 Jul 2012 13:42:27 +0200
branchstable
changeset 8465 12da4415aff0
parent 8128 0a927fe4541b
child 8480 086cff6a306a
permissions -rw-r--r--
typo

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