doc/book/devweb/ajax.rst
author Julien Cristau <julien.cristau@logilab.fr>
Wed, 16 Mar 2016 17:59:10 +0100
changeset 11214 8a516dc485fe
parent 10491 c67bcee93248
child 12856 a82e56d4814a
permissions -rw-r--r--
[pkg] fix cubicweb.spec syntax (grafted from 3309ddb970594cd54529f5c205d1ea5b5da4131e)

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