Skip to content
Snippets Groups Projects
Commit 3d59d3d6 authored by Jerther's avatar Jerther Committed by ged-odoo
Browse files

[DOC] doc: remove kanban_text_ellipsis description

views.rst: replace the description of js function kanban_text_ellipsis() with a warning telling it's gone and what to use instead.
parent d364dddf
No related branches found
No related tags found
No related merge requests found
......@@ -934,11 +934,8 @@ Javascript API
caching entirely
:returns: an image URL
.. js:function:: kanban_text_ellipsis(string[, size=160])
clips text beyond the specified size and appends an ellipsis to it. Can
be used to display the initial part of potentially very long fields
(e.g. descriptions) without the risk of unwieldy cards
.. warning::
``kanban_text_ellipsis`` has been removed in Odoo 9. CSS ``text-overflow`` should be used instead.
.. _reference/views/calendar:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment