author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Fri, 27 Jan 2017 13:41:24 +0100 | |
branch | 3.24 |
changeset 11928 | b54c4d9faf0d |
parent 10491 | c67bcee93248 |
child 12856 | a82e56d4814a |
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