doc/book/en/devweb/ajax.rst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 03 Apr 2014 18:16:10 +0200
changeset 9631 c51a05b5dcb8
parent 8480 086cff6a306a
permissions -rw-r--r--
[devtools] deprecate CWTC.user()

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