doc/book/devweb/ajax.rst
author Laurent Peuch <cortex@worlddomination.be>
Tue, 08 Oct 2019 23:11:19 +0200
changeset 12764 fb97669efcaa
parent 10491 c67bcee93248
child 12856 a82e56d4814a
permissions -rw-r--r--
[debug-toolbar] add cw general panel with controller Closes #17219897

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