doc/book/en/devweb/ajax.rst
changeset 8128 0a927fe4541b
child 8480 086cff6a306a
equal deleted inserted replaced
8125:7070250bf50d 8128:0a927fe4541b
       
     1 .. _ajax:
       
     2 
       
     3 Ajax
       
     4 ----
       
     5 
       
     6 CubicWeb provides a few helpers to facilitate *javascript <-> python* communications.
       
     7 
       
     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
       
    10 by the ``AjaxController`` controller.
       
    11 
       
    12 .. automodule:: cubicweb.web.views.ajaxcontroller