doc/book/en/devweb/ajax.rst
author David Douard <david.douard@logilab.fr>
Thu, 26 Sep 2013 15:18:59 +0200
branchstable
changeset 9242 564bdd4dbf8f
parent 8480 086cff6a306a
permissions -rw-r--r--
fix typos in workflow constraint error messages

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