mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[UPD] README.rst
This commit is contained in:
@@ -367,7 +367,7 @@ ul.auto-toc {
|
||||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:5bcc8207a2e3869b62bd3b365ec10955bb290c99687432f13cd3a92d94a08b62
|
||||
!! source digest: sha256:aa5312c92971d5a184e950f749222d33baa4cc478d57e21a79091d5649de8680
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
||||
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/web/tree/15.0/web_timeline"><img alt="OCA/web" src="https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/web-15-0/web-15-0-web_timeline"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/web&target_branch=15.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
||||
<p>Define a new view displaying events in an interactive visualization chart.</p>
|
||||
@@ -394,7 +394,7 @@ ul.auto-toc {
|
||||
the possible attributes for the tag:</p>
|
||||
<table border="1" class="docutils">
|
||||
<colgroup>
|
||||
<col width="7%" />
|
||||
<col width="6%" />
|
||||
<col width="4%" />
|
||||
<col width="90%" />
|
||||
</colgroup>
|
||||
@@ -425,6 +425,14 @@ the possible attributes for the tag:</p>
|
||||
<td>No</td>
|
||||
<td>Specifies whether the Timeline is only zoomed when an additional key is down. Available values are ‘’ (does not apply), ‘altKey’, ‘ctrlKey’, or ‘metaKey’. Set this option if you want to be able to use the scroll to navigate vertically on views with a lot of events.</td>
|
||||
</tr>
|
||||
<tr><td>horizontalScroll</td>
|
||||
<td>No</td>
|
||||
<td>This option allows you to scroll horizontally to move backwards and forwards in the time range. Only applicable when option zoomKey is defined or zoomable is false.</td>
|
||||
</tr>
|
||||
<tr><td>verticalScroll</td>
|
||||
<td>No</td>
|
||||
<td>Show a vertical scroll on the side of the group list and link it to the scroll event when zoom is not triggered. Notice that defining this option as true will NOT override horizontalScroll. The scroll event will be vertically ignored, but a vertical scrollbar will be visible</td>
|
||||
</tr>
|
||||
<tr><td>mode</td>
|
||||
<td>No</td>
|
||||
<td>Specifies the initial visible window. Available values are: ‘day’ to display the current day, ‘week’, ‘month’ and ‘fit’. Default value is ‘fit’ to adjust the visible window such that it fits all items.</td>
|
||||
|
||||
Reference in New Issue
Block a user