doc/book/en/devweb/ajax.rst
branchstable
changeset 8480 086cff6a306a
parent 8128 0a927fe4541b
equal deleted inserted replaced
8479:19cc6eb51783 8480:086cff6a306a
     5 
     5 
     6 CubicWeb provides a few helpers to facilitate *javascript <-> python* communications.
     6 CubicWeb provides a few helpers to facilitate *javascript <-> python* communications.
     7 
     7 
     8 You can, for instance, register some python functions that will become
     8 You can, for instance, register some python functions that will become
     9 callable from javascript through ajax calls. All the ajax URLs are handled
     9 callable from javascript through ajax calls. All the ajax URLs are handled
    10 by the ``AjaxController`` controller.
    10 by the :class:`cubicweb.web.views.ajaxcontroller.AjaxController` controller.
    11 
    11 
    12 .. automodule:: cubicweb.web.views.ajaxcontroller
    12 .. automodule:: cubicweb.web.views.ajaxcontroller