doc/book/devweb/ajax.rst
changeset 10491 c67bcee93248
parent 8480 086cff6a306a
child 12856 a82e56d4814a
equal deleted inserted replaced
10490:76ab3c71aff2 10491:c67bcee93248
       
     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 :class:`cubicweb.web.views.ajaxcontroller.AjaxController` controller.
       
    11 
       
    12 .. automodule:: cubicweb.web.views.ajaxcontroller