doc/book/devweb/ajax.rst
author Samuel Trégouët <samuel.tregouet@logilab.fr>
Tue, 01 Dec 2015 13:39:17 +0100
changeset 10942 b089858c49a2
parent 10491 c67bcee93248
child 12856 a82e56d4814a
permissions -rw-r--r--
[dataimport] Fix method signature Since d4bd28d5fca8, _storage_handler expect 4 args.

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