author | Julien Cristau <julien.cristau@logilab.fr> |
Tue, 22 Jul 2014 17:22:23 +0200 | |
branch | stable |
changeset 9912 | a84922befb89 |
parent 8480 | 086cff6a306a |
permissions | -rw-r--r-- |
.. _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