Search 1.9 billion lines of Odoo code on GitHub

web_text_widget

Author: initOS GmbH & Co. KG
License: AGPL-3
Branch: 8.0-web-text-widget
Repository: initOS/web
Dependencies: web
Languages: CSS (7, 6.5%), JavaScript (58, 54.2%), Python (23, 21.5%), and XML (19, 17.8%)

<img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.svg"> <a name="web-wwb-limited-widget"></a> <h2>'Web Wwb Limited Widget</h2> <ul class="simple"> <li>Add new 'text_limited' widget for TextField, but data are limited to</li> </ul> <p>10 lines or 500 characters (by default).</p> <a name="usage"></a> <h3>Usage</h3> <ul class="simple"> <li>You can change default values by context varibles 'limit_lines' and 'limit_chars'.</li> </ul> <p>If data contains more characters or lines, it will be cut. Example of usage: &lt;field name=&quot;some_text_field&quot;</p> <blockquote> widget=&quot;text_limited&quot; context=&quot;{'limit_lines': 8, 'limit_chars': 400}&quot;</blockquote> <p>/&gt;</p> <a name="bug-tracker"></a> <h3>Bug Tracker</h3> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/web/issues">GitHub Issues</a>. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback.</p> <a name="credits"></a> <h3 class="with-subtitle">Credits</h3> <h3 class="section-subtitle" id="maintainer"><span class="section-subtitle">Maintainer</span></h3> <a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a> <p>This module is maintained by the OCA.</p> <p>OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.</p> <p>To contribute to this module, please visit <a class="reference external" href="https://odoo-community.org">https://odoo-community.org</a>.</p>