doc/book/devweb/ajax.rst
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 13 Apr 2015 14:34:11 +0200
changeset 11366 80dec361a5d0
parent 10491 c67bcee93248
child 12856 a82e56d4814a
permissions -rw-r--r--
[hooks/integrity] kill CheckUniqueHook It's the backend's job. The noticeable consequence (as can be seen in tests updated here) is that error message are a bit less user-friendly.

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