doc/book/devweb/ajax.rst
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Thu, 13 Oct 2016 15:12:33 +0200
changeset 11790 04607da552ac
parent 10491 c67bcee93248
child 12856 a82e56d4814a
permissions -rw-r--r--
[massive store] isolate SQL statements that one may want to customize i.e. provide public methods for meta data insertions

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