doc/book/devweb/ajax.rst
author Denis Laxalde <denis.laxalde@logilab.fr>
Tue, 05 Jul 2016 13:00:38 +0200
branch3.23
changeset 11419 32c3026f7810
parent 10491 c67bcee93248
child 12856 a82e56d4814a
permissions -rw-r--r--
[tox] Do not install package in "develop" This might shadow so packaging issues. And user can still pass --develop to tox.

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