doc/book/devweb/ajax.rst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 10 Mar 2017 16:55:57 +0100
changeset 12034 e7e469d0539b
parent 10491 c67bcee93248
child 12856 a82e56d4814a
permissions -rw-r--r--
[cleanup] Drop references to the old internal_session method dropped a while ago, no need to talk about it in a docstring nor to fake it.

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