Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubicweb
Commits
a82e56d4814a
Commit
a78ce15b
authored
Jan 31, 2020
by
Arthur Lutz
Browse files
[doc/book/devweb/ajax] warning about deprecated use of ajax
--HG-- branch : 3.27
parent
aed90f31f16e
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/book/devweb/ajax.rst
View file @
a82e56d4
...
...
@@ -3,6 +3,17 @@
Ajax
----
.. warning::
This approach is deprecated in favor of using
`cwclientlibjs <https://www.npmjs.com/package/@logilab/cwclientlibjs>`_.
If your use react for your UI, try the react components from the
`cwelements <https://www.npmjs.com/package/@logilab/cwelements>`_ library.
The documentation is kept here as reference.
For historical reference of what Ajax is and used to be, one can read the
`wikipedia article about Ajax <https://en.wikipedia.org/wiki/Ajax_(programming)>`_.
CubicWeb provides a few helpers to facilitate *javascript <-> python* communications.
You can, for instance, register some python functions that will become
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment