Changed version

This commit is contained in:
Eric Espie
2022-03-08 15:28:30 +01:00
parent eae33807e1
commit d357b3195d
99 changed files with 388 additions and 368 deletions

View File

@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 85ac5090b0a2d80be5079eee7ef6ad8d
config: 3f1a254f9546753bca3b46ea38d2037f
tags: 645f666f9bcd5a90fca523b33c5a78b7

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Twig Base Presentation &mdash; iTop UI 3.0.0 documentation</title>
<title>Twig Base Presentation &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/ui-doc.css" type="text/css" />
@@ -66,7 +66,6 @@
<li><a href="../index.html" class="icon icon-home"></a> &raquo;</li>
<li>Twig Base Presentation</li>
<li class="wy-breadcrumbs-aside">
<a href="../_sources/TwigBase/TwigBase.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -111,7 +110,7 @@ The <em>Controller</em> contains an automatic routing mechanism to be selected b
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>1. Creating the structure &mdash; iTop UI 3.0.0 documentation</title>
<title>1. Creating the structure &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/ui-doc.css" type="text/css" />
@@ -73,7 +73,6 @@
<li><a href="../TwigBaseTuto.html">Twig Base Tutorial</a> &raquo;</li>
<li>1. Creating the structure</li>
<li class="wy-breadcrumbs-aside">
<a href="../../_sources/TwigBaseTuto/Step1/Step1.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -155,7 +154,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>2. Hello World! &mdash; iTop UI 3.0.0 documentation</title>
<title>2. Hello World! &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/ui-doc.css" type="text/css" />
@@ -78,7 +78,6 @@
<li><a href="../TwigBaseTuto.html">Twig Base Tutorial</a> &raquo;</li>
<li>2. Hello World!</li>
<li class="wy-breadcrumbs-aside">
<a href="../../_sources/TwigBaseTuto/Step2/Step2.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -197,7 +196,7 @@ The method <code class="docutils literal notranslate"><span class="pre">HandleOp
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>3. Passing variables to templates &mdash; iTop UI 3.0.0 documentation</title>
<title>3. Passing variables to templates &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/ui-doc.css" type="text/css" />
@@ -73,7 +73,6 @@
<li><a href="../TwigBaseTuto.html">Twig Base Tutorial</a> &raquo;</li>
<li>3. Passing variables to templates</li>
<li class="wy-breadcrumbs-aside">
<a href="../../_sources/TwigBaseTuto/Step3/Step3.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -173,7 +172,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>4. Adding new operations &mdash; iTop UI 3.0.0 documentation</title>
<title>4. Adding new operations &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/ui-doc.css" type="text/css" />
@@ -73,7 +73,6 @@
<li><a href="../TwigBaseTuto.html">Twig Base Tutorial</a> &raquo;</li>
<li>4. Adding new operations</li>
<li class="wy-breadcrumbs-aside">
<a href="../../_sources/TwigBaseTuto/Step4/Step4.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -154,7 +153,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Twig Base Tutorial &mdash; iTop UI 3.0.0 documentation</title>
<title>Twig Base Tutorial &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/ui-doc.css" type="text/css" />
@@ -72,7 +72,6 @@
<li><a href="../index.html" class="icon icon-home"></a> &raquo;</li>
<li>Twig Base Tutorial</li>
<li class="wy-breadcrumbs-aside">
<a href="../_sources/TwigBaseTuto/TwigBaseTuto.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -104,7 +103,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -1,12 +1,12 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '3.0.0',
VERSION: '3.1.0',
LANGUAGE: 'None',
COLLAPSE_INDEX: false,
BUILDER: 'html',
FILE_SUFFIX: '.html',
LINK_SUFFIX: '.html',
HAS_SOURCE: true,
HAS_SOURCE: false,
SOURCELINK_SUFFIX: '.txt',
NAVIGATION_WITH_KEYS: false
};

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Alert &mdash; iTop UI 3.0.0 documentation</title>
<title>Alert &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/ui-doc.css" type="text/css" />
@@ -103,7 +103,6 @@
<li><a href="../Component.html">UI Components</a> &raquo;</li>
<li>Alert</li>
<li class="wy-breadcrumbs-aside">
<a href="../../../_sources/generated/Component/Alert/Alert.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -615,27 +614,31 @@ Alerts are a rectangular component displaying a title and a message.</p>
<td><p>array</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p>IsClosable</p></td>
<tr class="row-odd"><td><p>HasForcedDiv</p></td>
<td><p>bool</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p>IsClosable</p></td>
<td><p>bool</p></td>
<td><p>Indicates if the user can remove the alert from the screen</p></td>
</tr>
<tr class="row-even"><td><p>IsCollapsible</p></td>
<tr class="row-odd"><td><p>IsCollapsible</p></td>
<td><p>bool</p></td>
<td><p>Indicates if the user can collapse the alert to display only the title</p></td>
</tr>
<tr class="row-odd"><td><p>IsHidden</p></td>
<tr class="row-even"><td><p>IsHidden</p></td>
<td><p>bool</p></td>
<td><p>Indicates if the block is hidden by default</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p>OpenedByDefault</p></td>
<tr class="row-odd"><td><p>OpenedByDefault</p></td>
<td><p>bool</p></td>
<td><p>Indicates if the alert is collapsed or not by default</p></td>
</tr>
<tr class="row-odd"><td><p>SubBlocks</p></td>
<tr class="row-even"><td><p>SubBlocks</p></td>
<td><p>array</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p>Title</p></td>
<tr class="row-odd"><td><p>Title</p></td>
<td><p>string</p></td>
<td><p>Title of the alert</p></td>
</tr>
@@ -699,7 +702,7 @@ Alerts are a rectangular component displaying a title and a message.</p>
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Button &mdash; iTop UI 3.0.0 documentation</title>
<title>Button &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/ui-doc.css" type="text/css" />
@@ -110,7 +110,6 @@
<li><a href="../Component.html">UI Components</a> &raquo;</li>
<li>Button</li>
<li class="wy-breadcrumbs-aside">
<a href="../../../_sources/generated/Component/Button/Button.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -1088,7 +1087,7 @@
</tr>
<tr class="row-even"><td><p>IsHidden</p></td>
<td><p>bool</p></td>
<td><p>Indicates if the block is hidden by default</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p>JsCode</p></td>
<td><p>string</p></td>
@@ -1128,7 +1127,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ButtonGroup &mdash; iTop UI 3.0.0 documentation</title>
<title>ButtonGroup &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/ui-doc.css" type="text/css" />
@@ -96,7 +96,6 @@
<li><a href="../Component.html">UI Components</a> &raquo;</li>
<li>ButtonGroup</li>
<li class="wy-breadcrumbs-aside">
<a href="../../../_sources/generated/Component/ButtonGroup/ButtonGroup.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -240,7 +239,7 @@
</tr>
<tr class="row-even"><td><p>IsHidden</p></td>
<td><p>bool</p></td>
<td><p>Indicates if the block is hidden by default</p></td>
<td></td>
</tr>
</tbody>
</table>
@@ -264,7 +263,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CollapsibleSection &mdash; iTop UI 3.0.0 documentation</title>
<title>CollapsibleSection &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/ui-doc.css" type="text/css" />
@@ -96,7 +96,6 @@
<li><a href="../Component.html">UI Components</a> &raquo;</li>
<li>CollapsibleSection</li>
<li class="wy-breadcrumbs-aside">
<a href="../../../_sources/generated/Component/CollapsibleSection/CollapsibleSection.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -133,12 +132,12 @@
</dl>
<table class="docutils align-default">
<colgroup>
<col style="width: 79%" />
<col style="width: 21%" />
<col style="width: 67%" />
<col style="width: 33%" />
</colgroup>
<tbody>
<tr class="row-odd"><td><p><a class="reference internal" href="#collapsiblesectionstandard"><span class="std std-ref">Standard</span></a></p></td>
<td><p>No comment</p></td>
<td><p>&#64;param string $sTitle</p></td>
</tr>
</tbody>
</table>
@@ -238,15 +237,19 @@
<td><p>array</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p>IsHidden</p></td>
<td><p>bool</p></td>
<td><p>Indicates if the block is hidden by default</p></td>
</tr>
<tr class="row-even"><td><p>OpenedByDefault</p></td>
<tr class="row-odd"><td><p>HasForcedDiv</p></td>
<td><p>bool</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p>SubBlocks</p></td>
<tr class="row-even"><td><p>IsHidden</p></td>
<td><p>bool</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p>OpenedByDefault</p></td>
<td><p>bool</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p>SubBlocks</p></td>
<td><p>array</p></td>
<td></td>
</tr>
@@ -272,7 +275,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>UI Components &mdash; iTop UI 3.0.0 documentation</title>
<title>UI Components &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/ui-doc.css" type="text/css" />
@@ -86,7 +86,6 @@
<li><a href="../../index.html" class="icon icon-home"></a> &raquo;</li>
<li>UI Components</li>
<li class="wy-breadcrumbs-aside">
<a href="../../_sources/generated/Component/Component.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -133,7 +132,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>DataTable &mdash; iTop UI 3.0.0 documentation</title>
<title>DataTable &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/ui-doc.css" type="text/css" />
@@ -101,7 +101,6 @@
<li><a href="../Component.html">UI Components</a> &raquo;</li>
<li>DataTable</li>
<li class="wy-breadcrumbs-aside">
<a href="../../../_sources/generated/Component/DataTable/DataTable.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -546,27 +545,31 @@
<td></td>
<td></td>
</tr>
<tr class="row-even"><td><p>InitDisplayData</p></td>
<tr class="row-even"><td><p>HasForcedDiv</p></td>
<td><p>bool</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p>InitDisplayData</p></td>
<td><p>array</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p>IsHidden</p></td>
<tr class="row-even"><td><p>IsHidden</p></td>
<td><p>bool</p></td>
<td><p>Indicates if the block is hidden by default</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p>JSRefresh</p></td>
<tr class="row-odd"><td><p>JSRefresh</p></td>
<td><p>string</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p>Options</p></td>
<tr class="row-even"><td><p>Options</p></td>
<td></td>
<td></td>
</tr>
<tr class="row-even"><td><p>ResultColumns</p></td>
<tr class="row-odd"><td><p>ResultColumns</p></td>
<td></td>
<td></td>
</tr>
<tr class="row-odd"><td><p>SubBlocks</p></td>
<tr class="row-even"><td><p>SubBlocks</p></td>
<td><p>array</p></td>
<td></td>
</tr>
@@ -607,7 +610,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Field &mdash; iTop UI 3.0.0 documentation</title>
<title>Field &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/ui-doc.css" type="text/css" />
@@ -100,7 +100,6 @@
<li><a href="../Component.html">UI Components</a> &raquo;</li>
<li>Field</li>
<li class="wy-breadcrumbs-aside">
<a href="../../../_sources/generated/Component/Field/Field.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -436,59 +435,63 @@
<td><p>array</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p>InputId</p></td>
<tr class="row-odd"><td><p>HasForcedDiv</p></td>
<td><p>bool</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p>InputId</p></td>
<td><p>string</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p>InputType</p></td>
<tr class="row-odd"><td><p>InputType</p></td>
<td><p>string</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p>IsHidden</p></td>
<td><p>bool</p></td>
<td><p>Indicates if the block is hidden by default</p></td>
</tr>
<tr class="row-even"><td><p>IsMandatory</p></td>
<tr class="row-even"><td><p>IsHidden</p></td>
<td><p>bool</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p>IsReadOnly</p></td>
<tr class="row-odd"><td><p>IsMandatory</p></td>
<td><p>bool</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p>IsSlave</p></td>
<tr class="row-even"><td><p>IsReadOnly</p></td>
<td><p>bool</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p>Label</p></td>
<tr class="row-odd"><td><p>IsSlave</p></td>
<td><p>bool</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p>Label</p></td>
<td><p>string</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p>Layout</p></td>
<tr class="row-odd"><td><p>Layout</p></td>
<td><p>string</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p>MustChange</p></td>
<tr class="row-even"><td><p>MustChange</p></td>
<td><p>bool</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p>MustPrompt</p></td>
<tr class="row-odd"><td><p>MustPrompt</p></td>
<td><p>bool</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p>SubBlocks</p></td>
<tr class="row-even"><td><p>SubBlocks</p></td>
<td><p>array</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p>Value</p></td>
<tr class="row-odd"><td><p>Value</p></td>
<td><p>UIBlock</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p>ValueId</p></td>
<tr class="row-even"><td><p>ValueId</p></td>
<td><p>string</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p>ValueRaw</p></td>
<tr class="row-odd"><td><p>ValueRaw</p></td>
<td><p>string</p></td>
<td></td>
</tr>
@@ -527,7 +530,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>FieldBadge &mdash; iTop UI 3.0.0 documentation</title>
<title>FieldBadge &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/ui-doc.css" type="text/css" />
@@ -96,7 +96,6 @@
<li><a href="../Component.html">UI Components</a> &raquo;</li>
<li>FieldBadge</li>
<li class="wy-breadcrumbs-aside">
<a href="../../../_sources/generated/Component/FieldBadge/FieldBadge.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -238,11 +237,15 @@
<td><p>array</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p>IsHidden</p></td>
<tr class="row-odd"><td><p>HasForcedDiv</p></td>
<td><p>bool</p></td>
<td><p>Indicates if the block is hidden by default</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p>SubBlocks</p></td>
<tr class="row-even"><td><p>IsHidden</p></td>
<td><p>bool</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p>SubBlocks</p></td>
<td><p>array</p></td>
<td></td>
</tr>
@@ -268,7 +271,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>FieldSet &mdash; iTop UI 3.0.0 documentation</title>
<title>FieldSet &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/ui-doc.css" type="text/css" />
@@ -96,7 +96,6 @@
<li><a href="../Component.html">UI Components</a> &raquo;</li>
<li>FieldSet</li>
<li class="wy-breadcrumbs-aside">
<a href="../../../_sources/generated/Component/FieldSet/FieldSet.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -137,12 +136,12 @@
</dl>
<table class="docutils align-default">
<colgroup>
<col style="width: 75%" />
<col style="width: 25%" />
<col style="width: 60%" />
<col style="width: 40%" />
</colgroup>
<tbody>
<tr class="row-odd"><td><p><a class="reference internal" href="#fieldsetstandard"><span class="std std-ref">Standard</span></a></p></td>
<td><p>No comment</p></td>
<td><p>&#64;param string $sLegend</p></td>
</tr>
</tbody>
</table>
@@ -242,11 +241,15 @@
<td><p>array</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p>IsHidden</p></td>
<tr class="row-odd"><td><p>HasForcedDiv</p></td>
<td><p>bool</p></td>
<td><p>Indicates if the block is hidden by default</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p>SubBlocks</p></td>
<tr class="row-even"><td><p>IsHidden</p></td>
<td><p>bool</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p>SubBlocks</p></td>
<td><p>array</p></td>
<td></td>
</tr>
@@ -286,7 +289,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Form &mdash; iTop UI 3.0.0 documentation</title>
<title>Form &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/ui-doc.css" type="text/css" />
@@ -96,7 +96,6 @@
<li><a href="../Component.html">UI Components</a> &raquo;</li>
<li>Form</li>
<li class="wy-breadcrumbs-aside">
<a href="../../../_sources/generated/Component/Form/Form.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -133,12 +132,12 @@
</dl>
<table class="docutils align-default">
<colgroup>
<col style="width: 73%" />
<col style="width: 27%" />
<col style="width: 56%" />
<col style="width: 44%" />
</colgroup>
<tbody>
<tr class="row-odd"><td><p><a class="reference internal" href="#formstandard"><span class="std std-ref">Standard</span></a></p></td>
<td><p>No comment</p></td>
<td><p>&#64;param string|null $sId</p></td>
</tr>
</tbody>
</table>
@@ -236,15 +235,19 @@
<td><p>array</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p>IsHidden</p></td>
<tr class="row-even"><td><p>HasForcedDiv</p></td>
<td><p>bool</p></td>
<td><p>Indicates if the block is hidden by default</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p>OnSubmitJsCode</p></td>
<tr class="row-odd"><td><p>IsHidden</p></td>
<td><p>bool</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p>OnSubmitJsCode</p></td>
<td><p>string</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p>SubBlocks</p></td>
<tr class="row-odd"><td><p>SubBlocks</p></td>
<td><p>array</p></td>
<td></td>
</tr>
@@ -270,7 +273,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>FileSelect &mdash; iTop UI 3.0.0 documentation</title>
<title>FileSelect &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../../_static/css/ui-doc.css" type="text/css" />
@@ -96,7 +96,6 @@
<li><a href="../../Component.html">UI Components</a> &raquo;</li>
<li>FileSelect</li>
<li class="wy-breadcrumbs-aside">
<a href="../../../../_sources/generated/Component/Input/FileSelect/FileSelect.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -131,12 +130,12 @@
</dl>
<table class="docutils align-default">
<colgroup>
<col style="width: 76%" />
<col style="width: 24%" />
<col style="width: 63%" />
<col style="width: 37%" />
</colgroup>
<tbody>
<tr class="row-odd"><td><p><a class="reference internal" href="#fileselectstandard"><span class="std std-ref">Standard</span></a></p></td>
<td><p>No comment</p></td>
<td><p>&#64;param string $sName</p></td>
</tr>
</tbody>
</table>
@@ -232,7 +231,7 @@
</tr>
<tr class="row-even"><td><p>IsHidden</p></td>
<td><p>bool</p></td>
<td><p>Indicates if the block is hidden by default</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p>ShowFilename</p></td>
<td><p>bool</p></td>
@@ -260,7 +259,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Input &mdash; iTop UI 3.0.0 documentation</title>
<title>Input &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/ui-doc.css" type="text/css" />
@@ -98,7 +98,6 @@
<li><a href="../Component.html">UI Components</a> &raquo;</li>
<li>Input</li>
<li class="wy-breadcrumbs-aside">
<a href="../../../_sources/generated/Component/Input/Input.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -350,7 +349,7 @@
</tr>
<tr class="row-even"><td><p>IsHidden</p></td>
<td><p>bool</p></td>
<td><p>Indicates if the block is hidden by default</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p>IsReadonly</p></td>
<td><p>bool</p></td>
@@ -398,7 +397,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Select &mdash; iTop UI 3.0.0 documentation</title>
<title>Select &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../../_static/css/ui-doc.css" type="text/css" />
@@ -97,7 +97,6 @@
<li><a href="../../Component.html">UI Components</a> &raquo;</li>
<li>Select</li>
<li class="wy-breadcrumbs-aside">
<a href="../../../../_sources/generated/Component/Input/Select/Select.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -180,7 +179,7 @@
<td><p>string</p></td>
<td><p>optional</p></td>
<td><p>NULL</p></td>
<td><p>$sId</p></td>
<td><p>ID of the block</p></td>
</tr>
</tbody>
</table>
@@ -225,7 +224,7 @@
<td><p>string</p></td>
<td><p>optional</p></td>
<td><p>NULL</p></td>
<td><p>$sId</p></td>
<td><p>ID of the block</p></td>
</tr>
</tbody>
</table>
@@ -291,9 +290,17 @@
<td><p>array</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p>Description</p></td>
<td><p>string</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p>HasForcedDiv</p></td>
<td><p>bool</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p>IsHidden</p></td>
<td><p>bool</p></td>
<td><p>Indicates if the block is hidden by default</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p>IsLabelBefore</p></td>
<td><p>bool</p></td>
@@ -341,7 +348,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SelectOption &mdash; iTop UI 3.0.0 documentation</title>
<title>SelectOption &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../../_static/css/ui-doc.css" type="text/css" />
@@ -96,7 +96,6 @@
<li><a href="../../Component.html">UI Components</a> &raquo;</li>
<li>SelectOption</li>
<li class="wy-breadcrumbs-aside">
<a href="../../../../_sources/generated/Component/Input/Select/SelectOption.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -240,7 +239,7 @@
</tr>
<tr class="row-odd"><td><p>IsHidden</p></td>
<td><p>bool</p></td>
<td><p>Indicates if the block is hidden by default</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p>Label</p></td>
<td><p>string</p></td>
@@ -276,7 +275,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Panel &mdash; iTop UI 3.0.0 documentation</title>
<title>Panel &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/ui-doc.css" type="text/css" />
@@ -104,7 +104,6 @@
<li><a href="../Component.html">UI Components</a> &raquo;</li>
<li>Panel</li>
<li class="wy-breadcrumbs-aside">
<a href="../../../_sources/generated/Component/Panel/Panel.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -636,43 +635,47 @@
<td><p>array</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p>IsCollapsible</p></td>
<tr class="row-odd"><td><p>HasForcedDiv</p></td>
<td><p>bool</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p>IsHeaderVisibleOnScroll</p></td>
<tr class="row-even"><td><p>IsCollapsible</p></td>
<td><p>bool</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p>IsHidden</p></td>
<tr class="row-odd"><td><p>IsHeaderVisibleOnScroll</p></td>
<td><p>bool</p></td>
<td><p>Indicates if the block is hidden by default</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p>MainBlocks</p></td>
<tr class="row-even"><td><p>IsHidden</p></td>
<td><p>bool</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p>MainBlocks</p></td>
<td><p>array</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p>SubBlocks</p></td>
<tr class="row-even"><td><p>SubBlocks</p></td>
<td><p>array</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p>SubTitle</p></td>
<tr class="row-odd"><td><p>SubTitle</p></td>
<td><p>string</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p>SubTitleBlock</p></td>
<tr class="row-even"><td><p>SubTitleBlock</p></td>
<td><p>iUIContentBlock</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p>Title</p></td>
<tr class="row-odd"><td><p>Title</p></td>
<td><p>string</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p>TitleBlock</p></td>
<tr class="row-even"><td><p>TitleBlock</p></td>
<td><p>iUIContentBlock</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p>ToolBlocks</p></td>
<tr class="row-odd"><td><p>ToolBlocks</p></td>
<td><p>array</p></td>
<td></td>
</tr>
@@ -698,7 +701,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Spinner &mdash; iTop UI 3.0.0 documentation</title>
<title>Spinner &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/ui-doc.css" type="text/css" />
@@ -96,7 +96,6 @@
<li><a href="../Component.html">UI Components</a> &raquo;</li>
<li>Spinner</li>
<li class="wy-breadcrumbs-aside">
<a href="../../../_sources/generated/Component/Spinner/Spinner.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -218,7 +217,7 @@
</tr>
<tr class="row-even"><td><p>IsHidden</p></td>
<td><p>bool</p></td>
<td><p>Indicates if the block is hidden by default</p></td>
<td></td>
</tr>
</tbody>
</table>
@@ -242,7 +241,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Title &mdash; iTop UI 3.0.0 documentation</title>
<title>Title &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/ui-doc.css" type="text/css" />
@@ -99,7 +99,6 @@
<li><a href="../Component.html">UI Components</a> &raquo;</li>
<li>Title</li>
<li class="wy-breadcrumbs-aside">
<a href="../../../_sources/generated/Component/Title/Title.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -397,11 +396,15 @@
<td><p>array</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p>IsHidden</p></td>
<tr class="row-odd"><td><p>HasForcedDiv</p></td>
<td><p>bool</p></td>
<td><p>Indicates if the block is hidden by default</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p>SubBlocks</p></td>
<tr class="row-even"><td><p>IsHidden</p></td>
<td><p>bool</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p>SubBlocks</p></td>
<td><p>array</p></td>
<td></td>
</tr>
@@ -438,7 +441,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Toolbar &mdash; iTop UI 3.0.0 documentation</title>
<title>Toolbar &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/ui-doc.css" type="text/css" />
@@ -98,7 +98,6 @@
<li><a href="../Component.html">UI Components</a> &raquo;</li>
<li>Toolbar</li>
<li class="wy-breadcrumbs-aside">
<a href="../../../_sources/generated/Component/Toolbar/Toolbar.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -318,11 +317,15 @@
<td><p>array</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p>IsHidden</p></td>
<tr class="row-odd"><td><p>HasForcedDiv</p></td>
<td><p>bool</p></td>
<td><p>Indicates if the block is hidden by default</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p>SubBlocks</p></td>
<tr class="row-even"><td><p>IsHidden</p></td>
<td><p>bool</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p>SubBlocks</p></td>
<td><p>array</p></td>
<td></td>
</tr>
@@ -348,7 +351,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ToolbarSpacer &mdash; iTop UI 3.0.0 documentation</title>
<title>ToolbarSpacer &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../../_static/css/ui-doc.css" type="text/css" />
@@ -96,7 +96,6 @@
<li><a href="../../Component.html">UI Components</a> &raquo;</li>
<li>ToolbarSpacer</li>
<li class="wy-breadcrumbs-aside">
<a href="../../../../_sources/generated/Component/Toolbar/ToolbarSpacer/ToolbarSpacer.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -218,7 +217,7 @@
</tr>
<tr class="row-even"><td><p>IsHidden</p></td>
<td><p>bool</p></td>
<td><p>Indicates if the block is hidden by default</p></td>
<td></td>
</tr>
</tbody>
</table>
@@ -242,7 +241,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>UI Layouts &mdash; iTop UI 3.0.0 documentation</title>
<title>UI Layouts &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/ui-doc.css" type="text/css" />
@@ -71,7 +71,6 @@
<li><a href="../../index.html" class="icon icon-home"></a> &raquo;</li>
<li>UI Layouts</li>
<li class="wy-breadcrumbs-aside">
<a href="../../_sources/generated/Layout/Layout.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -103,7 +102,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Column &mdash; iTop UI 3.0.0 documentation</title>
<title>Column &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../../_static/css/ui-doc.css" type="text/css" />
@@ -82,7 +82,6 @@
<li><a href="../../Layout.html">UI Layouts</a> &raquo;</li>
<li>Column</li>
<li class="wy-breadcrumbs-aside">
<a href="../../../../_sources/generated/Layout/MultiColumn/Column/Column.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -260,11 +259,15 @@
<td><p>array</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p>IsHidden</p></td>
<tr class="row-odd"><td><p>HasForcedDiv</p></td>
<td><p>bool</p></td>
<td><p>Indicates if the block is hidden by default</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p>SubBlocks</p></td>
<tr class="row-even"><td><p>IsHidden</p></td>
<td><p>bool</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p>SubBlocks</p></td>
<td><p>array</p></td>
<td></td>
</tr>
@@ -290,7 +293,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>MultiColumn &mdash; iTop UI 3.0.0 documentation</title>
<title>MultiColumn &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/ui-doc.css" type="text/css" />
@@ -81,7 +81,6 @@
<li><a href="../Layout.html">UI Layouts</a> &raquo;</li>
<li>MultiColumn</li>
<li class="wy-breadcrumbs-aside">
<a href="../../../_sources/generated/Layout/MultiColumn/MultiColumn.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -221,11 +220,15 @@
<td><p>array</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p>IsHidden</p></td>
<tr class="row-even"><td><p>HasForcedDiv</p></td>
<td><p>bool</p></td>
<td><p>Indicates if the block is hidden by default</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p>SubBlocks</p></td>
<tr class="row-odd"><td><p>IsHidden</p></td>
<td><p>bool</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p>SubBlocks</p></td>
<td><p>array</p></td>
<td></td>
</tr>
@@ -251,7 +254,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>UIContentBlock &mdash; iTop UI 3.0.0 documentation</title>
<title>UIContentBlock &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/ui-doc.css" type="text/css" />
@@ -82,7 +82,6 @@
<li><a href="Layout.html">UI Layouts</a> &raquo;</li>
<li>UIContentBlock</li>
<li class="wy-breadcrumbs-aside">
<a href="../../_sources/generated/Layout/UIContentBlock.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -120,18 +119,18 @@ Base block containing sub-blocks</p>
</dl>
<table class="docutils align-default">
<colgroup>
<col style="width: 46%" />
<col style="width: 54%" />
<col style="width: 31%" />
<col style="width: 69%" />
</colgroup>
<tbody>
<tr class="row-odd"><td><p><a class="reference internal" href="#uicontentblockstandard"><span class="std std-ref">Standard</span></a></p></td>
<td><p>No comment</p></td>
<td><p>Make an empty UIContentBlock which can be used to embed anything or to surround another block with specific CSS classes.</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="#uicontentblockforcode"><span class="std std-ref">ForCode</span></a></p></td>
<td><p>Used to display a block of code like &lt;pre&gt; but allows line break.</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="#uicontentblockforpreformatted"><span class="std std-ref">ForPreformatted</span></a></p></td>
<td><p>No comment</p></td>
<td><p>Used to display a block of preformatted text in a &lt;pre&gt; tag.</p></td>
</tr>
</tbody>
</table>
@@ -309,11 +308,15 @@ Base block containing sub-blocks</p>
<td><p>array</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p>IsHidden</p></td>
<tr class="row-odd"><td><p>HasForcedDiv</p></td>
<td><p>bool</p></td>
<td><p>Indicates if the block is hidden by default</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p>SubBlocks</p></td>
<tr class="row-even"><td><p>IsHidden</p></td>
<td><p>bool</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p>SubBlocks</p></td>
<td><p>array</p></td>
<td></td>
</tr>
@@ -338,7 +341,7 @@ Base block containing sub-blocks</p>
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Index &mdash; iTop UI 3.0.0 documentation</title>
<title>Index &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/css/ui-doc.css" type="text/css" />
@@ -85,7 +85,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Welcome to iTop 3.0 UIs documentation! &mdash; iTop UI 3.0.0 documentation</title>
<title>Welcome to iTop 3.0 UIs documentation! &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/css/ui-doc.css" type="text/css" />
@@ -65,7 +65,6 @@
<li><a href="#" class="icon icon-home"></a> &raquo;</li>
<li>Welcome to iTop 3.0 UIs documentation!</li>
<li class="wy-breadcrumbs-aside">
<a href="_sources/index.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -101,7 +100,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Output &mdash; iTop UI 3.0.0 documentation</title>
<title>Output &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/ui-doc.css" type="text/css" />
@@ -64,7 +64,6 @@
<li><a href="../../../index.html" class="icon icon-home"></a> &raquo;</li>
<li>Output</li>
<li class="wy-breadcrumbs-aside">
<a href="../../../_sources/manual/Component/Alert/AlertAdditionalDescription.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -104,7 +103,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Examples &mdash; iTop UI 3.0.0 documentation</title>
<title>Examples &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/ui-doc.css" type="text/css" />
@@ -64,7 +64,6 @@
<li><a href="../../../index.html" class="icon icon-home"></a> &raquo;</li>
<li>Examples</li>
<li class="wy-breadcrumbs-aside">
<a href="../../../_sources/manual/Component/Alert/AlertFooter.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -123,7 +122,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Output &mdash; iTop UI 3.0.0 documentation</title>
<title>Output &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/ui-doc.css" type="text/css" />
@@ -64,7 +64,6 @@
<li><a href="../../../index.html" class="icon icon-home"></a> &raquo;</li>
<li>Output</li>
<li class="wy-breadcrumbs-aside">
<a href="../../../_sources/manual/Component/Button/ButtonAdditionalDescription.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -89,7 +88,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Examples &mdash; iTop UI 3.0.0 documentation</title>
<title>Examples &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/ui-doc.css" type="text/css" />
@@ -64,7 +64,6 @@
<li><a href="../../../index.html" class="icon icon-home"></a> &raquo;</li>
<li>Examples</li>
<li class="wy-breadcrumbs-aside">
<a href="../../../_sources/manual/Component/Button/ButtonFooter.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -85,7 +84,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Output &mdash; iTop UI 3.0.0 documentation</title>
<title>Output &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/ui-doc.css" type="text/css" />
@@ -64,7 +64,6 @@
<li><a href="../../../index.html" class="icon icon-home"></a> &raquo;</li>
<li>Output</li>
<li class="wy-breadcrumbs-aside">
<a href="../../../_sources/manual/Component/ButtonGroup/ButtonGroupAdditionalDescription.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -85,7 +84,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Examples &mdash; iTop UI 3.0.0 documentation</title>
<title>Examples &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/ui-doc.css" type="text/css" />
@@ -64,7 +64,6 @@
<li><a href="../../../index.html" class="icon icon-home"></a> &raquo;</li>
<li>Examples</li>
<li class="wy-breadcrumbs-aside">
<a href="../../../_sources/manual/Component/ButtonGroup/ButtonGroupFooter.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -85,7 +84,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Output &mdash; iTop UI 3.0.0 documentation</title>
<title>Output &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/ui-doc.css" type="text/css" />
@@ -64,7 +64,6 @@
<li><a href="../../../index.html" class="icon icon-home"></a> &raquo;</li>
<li>Output</li>
<li class="wy-breadcrumbs-aside">
<a href="../../../_sources/manual/Component/CollapsibleSection/CollapsibleSectionAdditionalDescription.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -85,7 +84,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Examples &mdash; iTop UI 3.0.0 documentation</title>
<title>Examples &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/ui-doc.css" type="text/css" />
@@ -64,7 +64,6 @@
<li><a href="../../../index.html" class="icon icon-home"></a> &raquo;</li>
<li>Examples</li>
<li class="wy-breadcrumbs-aside">
<a href="../../../_sources/manual/Component/CollapsibleSection/CollapsibleSectionFooter.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -85,7 +84,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Output &mdash; iTop UI 3.0.0 documentation</title>
<title>Output &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/ui-doc.css" type="text/css" />
@@ -64,7 +64,6 @@
<li><a href="../../../index.html" class="icon icon-home"></a> &raquo;</li>
<li>Output</li>
<li class="wy-breadcrumbs-aside">
<a href="../../../_sources/manual/Component/DataTable/DataTableAdditionalDescription.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -88,7 +87,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Examples &mdash; iTop UI 3.0.0 documentation</title>
<title>Examples &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/ui-doc.css" type="text/css" />
@@ -64,7 +64,6 @@
<li><a href="../../../index.html" class="icon icon-home"></a> &raquo;</li>
<li>Examples</li>
<li class="wy-breadcrumbs-aside">
<a href="../../../_sources/manual/Component/DataTable/DataTableFooter.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -100,7 +99,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Output &mdash; iTop UI 3.0.0 documentation</title>
<title>Output &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/ui-doc.css" type="text/css" />
@@ -64,7 +64,6 @@
<li><a href="../../../index.html" class="icon icon-home"></a> &raquo;</li>
<li>Output</li>
<li class="wy-breadcrumbs-aside">
<a href="../../../_sources/manual/Component/Field/FieldAdditionalDescription.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -89,7 +88,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Examples &mdash; iTop UI 3.0.0 documentation</title>
<title>Examples &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/ui-doc.css" type="text/css" />
@@ -64,7 +64,6 @@
<li><a href="../../../index.html" class="icon icon-home"></a> &raquo;</li>
<li>Examples</li>
<li class="wy-breadcrumbs-aside">
<a href="../../../_sources/manual/Component/Field/FieldFooter.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -93,7 +92,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Output &mdash; iTop UI 3.0.0 documentation</title>
<title>Output &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/ui-doc.css" type="text/css" />
@@ -64,7 +64,6 @@
<li><a href="../../../index.html" class="icon icon-home"></a> &raquo;</li>
<li>Output</li>
<li class="wy-breadcrumbs-aside">
<a href="../../../_sources/manual/Component/FieldBadge/FieldBadgeAdditionalDescription.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -85,7 +84,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Examples &mdash; iTop UI 3.0.0 documentation</title>
<title>Examples &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/ui-doc.css" type="text/css" />
@@ -64,7 +64,6 @@
<li><a href="../../../index.html" class="icon icon-home"></a> &raquo;</li>
<li>Examples</li>
<li class="wy-breadcrumbs-aside">
<a href="../../../_sources/manual/Component/FieldBadge/FieldBadgeFooter.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -85,7 +84,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Output &mdash; iTop UI 3.0.0 documentation</title>
<title>Output &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/ui-doc.css" type="text/css" />
@@ -64,7 +64,6 @@
<li><a href="../../../index.html" class="icon icon-home"></a> &raquo;</li>
<li>Output</li>
<li class="wy-breadcrumbs-aside">
<a href="../../../_sources/manual/Component/FieldSet/FieldSetAdditionalDescription.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -89,7 +88,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Examples &mdash; iTop UI 3.0.0 documentation</title>
<title>Examples &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/ui-doc.css" type="text/css" />
@@ -64,7 +64,6 @@
<li><a href="../../../index.html" class="icon icon-home"></a> &raquo;</li>
<li>Examples</li>
<li class="wy-breadcrumbs-aside">
<a href="../../../_sources/manual/Component/FieldSet/FieldSetFooter.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -94,7 +93,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Output &mdash; iTop UI 3.0.0 documentation</title>
<title>Output &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/ui-doc.css" type="text/css" />
@@ -64,7 +64,6 @@
<li><a href="../../../index.html" class="icon icon-home"></a> &raquo;</li>
<li>Output</li>
<li class="wy-breadcrumbs-aside">
<a href="../../../_sources/manual/Component/Form/FormAdditionalDescription.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -85,7 +84,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Examples &mdash; iTop UI 3.0.0 documentation</title>
<title>Examples &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/ui-doc.css" type="text/css" />
@@ -64,7 +64,6 @@
<li><a href="../../../index.html" class="icon icon-home"></a> &raquo;</li>
<li>Examples</li>
<li class="wy-breadcrumbs-aside">
<a href="../../../_sources/manual/Component/Form/FormFooter.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -85,7 +84,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Output &mdash; iTop UI 3.0.0 documentation</title>
<title>Output &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../../_static/css/ui-doc.css" type="text/css" />
@@ -64,7 +64,6 @@
<li><a href="../../../../index.html" class="icon icon-home"></a> &raquo;</li>
<li>Output</li>
<li class="wy-breadcrumbs-aside">
<a href="../../../../_sources/manual/Component/Input/FileSelect/FileSelectAdditionalDescription.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -85,7 +84,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Examples &mdash; iTop UI 3.0.0 documentation</title>
<title>Examples &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../../_static/css/ui-doc.css" type="text/css" />
@@ -64,7 +64,6 @@
<li><a href="../../../../index.html" class="icon icon-home"></a> &raquo;</li>
<li>Examples</li>
<li class="wy-breadcrumbs-aside">
<a href="../../../../_sources/manual/Component/Input/FileSelect/FileSelectFooter.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -85,7 +84,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Output &mdash; iTop UI 3.0.0 documentation</title>
<title>Output &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/ui-doc.css" type="text/css" />
@@ -64,7 +64,6 @@
<li><a href="../../../index.html" class="icon icon-home"></a> &raquo;</li>
<li>Output</li>
<li class="wy-breadcrumbs-aside">
<a href="../../../_sources/manual/Component/Input/InputAdditionalDescription.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -85,7 +84,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Examples &mdash; iTop UI 3.0.0 documentation</title>
<title>Examples &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/ui-doc.css" type="text/css" />
@@ -64,7 +64,6 @@
<li><a href="../../../index.html" class="icon icon-home"></a> &raquo;</li>
<li>Examples</li>
<li class="wy-breadcrumbs-aside">
<a href="../../../_sources/manual/Component/Input/InputFooter.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -85,7 +84,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Output &mdash; iTop UI 3.0.0 documentation</title>
<title>Output &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../../_static/css/ui-doc.css" type="text/css" />
@@ -64,7 +64,6 @@
<li><a href="../../../../index.html" class="icon icon-home"></a> &raquo;</li>
<li>Output</li>
<li class="wy-breadcrumbs-aside">
<a href="../../../../_sources/manual/Component/Input/Select/SelectAdditionalDescription.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -85,7 +84,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Examples &mdash; iTop UI 3.0.0 documentation</title>
<title>Examples &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../../_static/css/ui-doc.css" type="text/css" />
@@ -64,7 +64,6 @@
<li><a href="../../../../index.html" class="icon icon-home"></a> &raquo;</li>
<li>Examples</li>
<li class="wy-breadcrumbs-aside">
<a href="../../../../_sources/manual/Component/Input/Select/SelectFooter.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -85,7 +84,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Output &mdash; iTop UI 3.0.0 documentation</title>
<title>Output &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../../_static/css/ui-doc.css" type="text/css" />
@@ -64,7 +64,6 @@
<li><a href="../../../../index.html" class="icon icon-home"></a> &raquo;</li>
<li>Output</li>
<li class="wy-breadcrumbs-aside">
<a href="../../../../_sources/manual/Component/Input/Select/SelectOptionAdditionalDescription.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -85,7 +84,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Examples &mdash; iTop UI 3.0.0 documentation</title>
<title>Examples &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../../_static/css/ui-doc.css" type="text/css" />
@@ -64,7 +64,6 @@
<li><a href="../../../../index.html" class="icon icon-home"></a> &raquo;</li>
<li>Examples</li>
<li class="wy-breadcrumbs-aside">
<a href="../../../../_sources/manual/Component/Input/Select/SelectOptionFooter.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -85,7 +84,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Output &mdash; iTop UI 3.0.0 documentation</title>
<title>Output &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/ui-doc.css" type="text/css" />
@@ -64,7 +64,6 @@
<li><a href="../../../index.html" class="icon icon-home"></a> &raquo;</li>
<li>Output</li>
<li class="wy-breadcrumbs-aside">
<a href="../../../_sources/manual/Component/Panel/PanelAdditionalDescription.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -85,7 +84,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Examples &mdash; iTop UI 3.0.0 documentation</title>
<title>Examples &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/ui-doc.css" type="text/css" />
@@ -64,7 +64,6 @@
<li><a href="../../../index.html" class="icon icon-home"></a> &raquo;</li>
<li>Examples</li>
<li class="wy-breadcrumbs-aside">
<a href="../../../_sources/manual/Component/Panel/PanelFooter.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -85,7 +84,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Output &mdash; iTop UI 3.0.0 documentation</title>
<title>Output &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/ui-doc.css" type="text/css" />
@@ -64,7 +64,6 @@
<li><a href="../../../index.html" class="icon icon-home"></a> &raquo;</li>
<li>Output</li>
<li class="wy-breadcrumbs-aside">
<a href="../../../_sources/manual/Component/Spinner/SpinnerAdditionalDescription.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -85,7 +84,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Examples &mdash; iTop UI 3.0.0 documentation</title>
<title>Examples &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/ui-doc.css" type="text/css" />
@@ -64,7 +64,6 @@
<li><a href="../../../index.html" class="icon icon-home"></a> &raquo;</li>
<li>Examples</li>
<li class="wy-breadcrumbs-aside">
<a href="../../../_sources/manual/Component/Spinner/SpinnerFooter.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -85,7 +84,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Output &mdash; iTop UI 3.0.0 documentation</title>
<title>Output &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/ui-doc.css" type="text/css" />
@@ -64,7 +64,6 @@
<li><a href="../../../index.html" class="icon icon-home"></a> &raquo;</li>
<li>Output</li>
<li class="wy-breadcrumbs-aside">
<a href="../../../_sources/manual/Component/Title/TitleAdditionalDescription.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -85,7 +84,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Examples &mdash; iTop UI 3.0.0 documentation</title>
<title>Examples &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/ui-doc.css" type="text/css" />
@@ -64,7 +64,6 @@
<li><a href="../../../index.html" class="icon icon-home"></a> &raquo;</li>
<li>Examples</li>
<li class="wy-breadcrumbs-aside">
<a href="../../../_sources/manual/Component/Title/TitleFooter.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -96,7 +95,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Output &mdash; iTop UI 3.0.0 documentation</title>
<title>Output &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/ui-doc.css" type="text/css" />
@@ -64,7 +64,6 @@
<li><a href="../../../index.html" class="icon icon-home"></a> &raquo;</li>
<li>Output</li>
<li class="wy-breadcrumbs-aside">
<a href="../../../_sources/manual/Component/Toolbar/ToolbarAdditionalDescription.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -85,7 +84,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Examples &mdash; iTop UI 3.0.0 documentation</title>
<title>Examples &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/ui-doc.css" type="text/css" />
@@ -64,7 +64,6 @@
<li><a href="../../../index.html" class="icon icon-home"></a> &raquo;</li>
<li>Examples</li>
<li class="wy-breadcrumbs-aside">
<a href="../../../_sources/manual/Component/Toolbar/ToolbarFooter.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -85,7 +84,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Output &mdash; iTop UI 3.0.0 documentation</title>
<title>Output &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../../_static/css/ui-doc.css" type="text/css" />
@@ -64,7 +64,6 @@
<li><a href="../../../../index.html" class="icon icon-home"></a> &raquo;</li>
<li>Output</li>
<li class="wy-breadcrumbs-aside">
<a href="../../../../_sources/manual/Component/Toolbar/ToolbarSpacer/ToolbarSpacerAdditionalDescription.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -85,7 +84,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Examples &mdash; iTop UI 3.0.0 documentation</title>
<title>Examples &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../../_static/css/ui-doc.css" type="text/css" />
@@ -64,7 +64,6 @@
<li><a href="../../../../index.html" class="icon icon-home"></a> &raquo;</li>
<li>Examples</li>
<li class="wy-breadcrumbs-aside">
<a href="../../../../_sources/manual/Component/Toolbar/ToolbarSpacer/ToolbarSpacerFooter.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -85,7 +84,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Output &mdash; iTop UI 3.0.0 documentation</title>
<title>Output &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../../_static/css/ui-doc.css" type="text/css" />
@@ -64,7 +64,6 @@
<li><a href="../../../../index.html" class="icon icon-home"></a> &raquo;</li>
<li>Output</li>
<li class="wy-breadcrumbs-aside">
<a href="../../../../_sources/manual/Layout/MultiColumn/Column/ColumnAdditionalDescription.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -85,7 +84,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Examples &mdash; iTop UI 3.0.0 documentation</title>
<title>Examples &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../../_static/css/ui-doc.css" type="text/css" />
@@ -64,7 +64,6 @@
<li><a href="../../../../index.html" class="icon icon-home"></a> &raquo;</li>
<li>Examples</li>
<li class="wy-breadcrumbs-aside">
<a href="../../../../_sources/manual/Layout/MultiColumn/Column/ColumnFooter.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -85,7 +84,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Output &mdash; iTop UI 3.0.0 documentation</title>
<title>Output &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/ui-doc.css" type="text/css" />
@@ -64,7 +64,6 @@
<li><a href="../../../index.html" class="icon icon-home"></a> &raquo;</li>
<li>Output</li>
<li class="wy-breadcrumbs-aside">
<a href="../../../_sources/manual/Layout/MultiColumn/MultiColumnAdditionalDescription.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -85,7 +84,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Examples &mdash; iTop UI 3.0.0 documentation</title>
<title>Examples &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/ui-doc.css" type="text/css" />
@@ -64,7 +64,6 @@
<li><a href="../../../index.html" class="icon icon-home"></a> &raquo;</li>
<li>Examples</li>
<li class="wy-breadcrumbs-aside">
<a href="../../../_sources/manual/Layout/MultiColumn/MultiColumnFooter.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -85,7 +84,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Output &mdash; iTop UI 3.0.0 documentation</title>
<title>Output &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/ui-doc.css" type="text/css" />
@@ -64,7 +64,6 @@
<li><a href="../../index.html" class="icon icon-home"></a> &raquo;</li>
<li>Output</li>
<li class="wy-breadcrumbs-aside">
<a href="../../_sources/manual/Layout/UIContentBlockAdditionalDescription.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -85,7 +84,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Examples &mdash; iTop UI 3.0.0 documentation</title>
<title>Examples &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/ui-doc.css" type="text/css" />
@@ -64,7 +64,6 @@
<li><a href="../../index.html" class="icon icon-home"></a> &raquo;</li>
<li>Examples</li>
<li class="wy-breadcrumbs-aside">
<a href="../../_sources/manual/Layout/UIContentBlockFooter.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
@@ -85,7 +84,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Search &mdash; iTop UI 3.0.0 documentation</title>
<title>Search &mdash; iTop UI 3.1.0 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/css/ui-doc.css" type="text/css" />
@@ -93,7 +93,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, Combodo.</p>
<p>&#169; Copyright 2022, Combodo.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

File diff suppressed because one or more lines are too long

View File

@@ -18,11 +18,11 @@
# -- Project information -----------------------------------------------------
project = 'iTop UI'
copyright = '2021, Combodo'
copyright = '2022, Combodo'
author = 'Combodo'
# The full version, including alpha/beta/rc tags
release = '3.0.0'
release = '3.1.0'
# -- General configuration ---------------------------------------------------
@@ -77,4 +77,6 @@ html_css_files = [
'css/ui-doc.css',
]
master_doc = 'index'
master_doc = 'index'
html_copy_source = False

View File

@@ -264,11 +264,13 @@ Alert common parameters
+-----------------------------+----------+------------------------------------------------------------------------+
| DeferredBlocks | array | |
+-----------------------------+----------+------------------------------------------------------------------------+
| HasForcedDiv | bool | |
+-----------------------------+----------+------------------------------------------------------------------------+
| IsClosable | bool | Indicates if the user can remove the alert from the screen |
+-----------------------------+----------+------------------------------------------------------------------------+
| IsCollapsible | bool | Indicates if the user can collapse the alert to display only the title |
+-----------------------------+----------+------------------------------------------------------------------------+
| IsHidden | bool | Indicates if the block is hidden by default |
| IsHidden | bool | |
+-----------------------------+----------+------------------------------------------------------------------------+
| OpenedByDefault | bool | Indicates if the alert is collapsed or not by default |
+-----------------------------+----------+------------------------------------------------------------------------+

View File

@@ -464,7 +464,7 @@ Button common parameters
+-----------------------------+--------+------------------------------------------------------------+
| IsDisabled | bool | |
+-----------------------------+--------+------------------------------------------------------------+
| IsHidden | bool | Indicates if the block is hidden by default |
| IsHidden | bool | |
+-----------------------------+--------+------------------------------------------------------------+
| JsCode | string | |
+-----------------------------+--------+------------------------------------------------------------+

View File

@@ -80,7 +80,7 @@ ButtonGroup common parameters
+-----------------------------+----------+------------------------------------------------------------+
| DataAttributes | array | Array of data attributes in the format ['name' => 'value'] |
+-----------------------------+----------+------------------------------------------------------------+
| IsHidden | bool | Indicates if the block is hidden by default |
| IsHidden | bool | |
+-----------------------------+----------+------------------------------------------------------------+
----

View File

@@ -29,9 +29,9 @@ Twig Tag
:Type:
+----------------------------------------------+------------+
| :ref:`Standard <CollapsibleSectionStandard>` | No comment |
+----------------------------------------------+------------+
+----------------------------------------------+-----------------------+
| :ref:`Standard <CollapsibleSectionStandard>` | @param string $sTitle |
+----------------------------------------------+-----------------------+
.. _CollapsibleSectionStandard:
@@ -82,7 +82,9 @@ CollapsibleSection common parameters
+-----------------------------+----------+------------------------------------------------------------+
| DeferredBlocks | array | |
+-----------------------------+----------+------------------------------------------------------------+
| IsHidden | bool | Indicates if the block is hidden by default |
| HasForcedDiv | bool | |
+-----------------------------+----------+------------------------------------------------------------+
| IsHidden | bool | |
+-----------------------------+----------+------------------------------------------------------------+
| OpenedByDefault | bool | |
+-----------------------------+----------+------------------------------------------------------------+

View File

@@ -229,9 +229,11 @@ DataTable common parameters
+-----------------------------+----------+------------------------------------------------------------+
| DisplayColumns | | |
+-----------------------------+----------+------------------------------------------------------------+
| HasForcedDiv | bool | |
+-----------------------------+----------+------------------------------------------------------------+
| InitDisplayData | array | |
+-----------------------------+----------+------------------------------------------------------------+
| IsHidden | bool | Indicates if the block is hidden by default |
| IsHidden | bool | |
+-----------------------------+----------+------------------------------------------------------------+
| JSRefresh | string | |
+-----------------------------+----------+------------------------------------------------------------+

View File

@@ -184,11 +184,13 @@ Field common parameters
+-----------------------------+----------+------------------------------------------------------------+
| DeferredBlocks | array | |
+-----------------------------+----------+------------------------------------------------------------+
| HasForcedDiv | bool | |
+-----------------------------+----------+------------------------------------------------------------+
| InputId | string | |
+-----------------------------+----------+------------------------------------------------------------+
| InputType | string | |
+-----------------------------+----------+------------------------------------------------------------+
| IsHidden | bool | Indicates if the block is hidden by default |
| IsHidden | bool | |
+-----------------------------+----------+------------------------------------------------------------+
| IsMandatory | bool | |
+-----------------------------+----------+------------------------------------------------------------+

View File

@@ -82,7 +82,9 @@ FieldBadge common parameters
+-----------------------------+----------+------------------------------------------------------------+
| DeferredBlocks | array | |
+-----------------------------+----------+------------------------------------------------------------+
| IsHidden | bool | Indicates if the block is hidden by default |
| HasForcedDiv | bool | |
+-----------------------------+----------+------------------------------------------------------------+
| IsHidden | bool | |
+-----------------------------+----------+------------------------------------------------------------+
| SubBlocks | array | |
+-----------------------------+----------+------------------------------------------------------------+

View File

@@ -29,9 +29,9 @@ Twig Tag
:Type:
+------------------------------------+------------+
| :ref:`Standard <FieldSetStandard>` | No comment |
+------------------------------------+------------+
+------------------------------------+------------------------+
| :ref:`Standard <FieldSetStandard>` | @param string $sLegend |
+------------------------------------+------------------------+
.. _FieldSetStandard:
@@ -82,7 +82,9 @@ FieldSet common parameters
+-----------------------------+----------+------------------------------------------------------------+
| DeferredBlocks | array | |
+-----------------------------+----------+------------------------------------------------------------+
| IsHidden | bool | Indicates if the block is hidden by default |
| HasForcedDiv | bool | |
+-----------------------------+----------+------------------------------------------------------------+
| IsHidden | bool | |
+-----------------------------+----------+------------------------------------------------------------+
| SubBlocks | array | |
+-----------------------------+----------+------------------------------------------------------------+

View File

@@ -29,9 +29,9 @@ Twig Tag
:Type:
+--------------------------------+------------+
| :ref:`Standard <FormStandard>` | No comment |
+--------------------------------+------------+
+--------------------------------+-------------------------+
| :ref:`Standard <FormStandard>` | @param string|null $sId |
+--------------------------------+-------------------------+
.. _FormStandard:
@@ -82,7 +82,9 @@ Form common parameters
+-----------------------------+----------+------------------------------------------------------------+
| DeferredBlocks | array | |
+-----------------------------+----------+------------------------------------------------------------+
| IsHidden | bool | Indicates if the block is hidden by default |
| HasForcedDiv | bool | |
+-----------------------------+----------+------------------------------------------------------------+
| IsHidden | bool | |
+-----------------------------+----------+------------------------------------------------------------+
| OnSubmitJsCode | string | |
+-----------------------------+----------+------------------------------------------------------------+

View File

@@ -27,9 +27,9 @@ Twig Tag
:Type:
+--------------------------------------+------------+
| :ref:`Standard <FileSelectStandard>` | No comment |
+--------------------------------------+------------+
+--------------------------------------+----------------------+
| :ref:`Standard <FileSelectStandard>` | @param string $sName |
+--------------------------------------+----------------------+
.. _FileSelectStandard:
@@ -76,7 +76,7 @@ FileSelect common parameters
+-----------------------------+--------+------------------------------------------------------------+
| FileName | | |
+-----------------------------+--------+------------------------------------------------------------+
| IsHidden | bool | Indicates if the block is hidden by default |
| IsHidden | bool | |
+-----------------------------+--------+------------------------------------------------------------+
| ShowFilename | bool | |
+-----------------------------+--------+------------------------------------------------------------+

View File

@@ -130,7 +130,7 @@ Input common parameters
+-----------------------------+--------+------------------------------------------------------------+
| IsDisabled | bool | |
+-----------------------------+--------+------------------------------------------------------------+
| IsHidden | bool | Indicates if the block is hidden by default |
| IsHidden | bool | |
+-----------------------------+--------+------------------------------------------------------------+
| IsReadonly | bool | |
+-----------------------------+--------+------------------------------------------------------------+

View File

@@ -53,7 +53,7 @@ Select ForSelect
+-------+--------+-----------+------+-------------------------+
| sName | string | mandatory | | Input name for the form |
+-------+--------+-----------+------+-------------------------+
| sId | string | optional | NULL | $sId |
| sId | string | optional | NULL | ID of the block |
+-------+--------+-----------+------+-------------------------+
.. _SelectForSelectWithLabel:
@@ -76,7 +76,7 @@ Select ForSelectWithLabel
+--------+--------+-----------+------+-----------------------------------------------------+
| sLabel | string | mandatory | | Label to display with the input (null for no label) |
+--------+--------+-----------+------+-----------------------------------------------------+
| sId | string | optional | NULL | $sId |
| sId | string | optional | NULL | ID of the block |
+--------+--------+-----------+------+-----------------------------------------------------+
Select common parameters
@@ -109,7 +109,11 @@ Select common parameters
+-----------------------------+--------------+------------------------------------------------------------+
| DeferredBlocks | array | |
+-----------------------------+--------------+------------------------------------------------------------+
| IsHidden | bool | Indicates if the block is hidden by default |
| Description | string | |
+-----------------------------+--------------+------------------------------------------------------------+
| HasForcedDiv | bool | |
+-----------------------------+--------------+------------------------------------------------------------+
| IsHidden | bool | |
+-----------------------------+--------------+------------------------------------------------------------+
| IsLabelBefore | bool | If true the label will be positioned before the input |
+-----------------------------+--------------+------------------------------------------------------------+

View File

@@ -78,7 +78,7 @@ SelectOption common parameters
+-----------------------------+--------+------------------------------------------------------------+
| Disabled | bool | |
+-----------------------------+--------+------------------------------------------------------------+
| IsHidden | bool | Indicates if the block is hidden by default |
| IsHidden | bool | |
+-----------------------------+--------+------------------------------------------------------------+
| Label | string | |
+-----------------------------+--------+------------------------------------------------------------+

View File

@@ -292,11 +292,13 @@ Panel common parameters
+-----------------------------+-----------------+------------------------------------------------------------+
| DeferredBlocks | array | |
+-----------------------------+-----------------+------------------------------------------------------------+
| HasForcedDiv | bool | |
+-----------------------------+-----------------+------------------------------------------------------------+
| IsCollapsible | bool | |
+-----------------------------+-----------------+------------------------------------------------------------+
| IsHeaderVisibleOnScroll | bool | |
+-----------------------------+-----------------+------------------------------------------------------------+
| IsHidden | bool | Indicates if the block is hidden by default |
| IsHidden | bool | |
+-----------------------------+-----------------+------------------------------------------------------------+
| MainBlocks | array | |
+-----------------------------+-----------------+------------------------------------------------------------+

View File

@@ -70,7 +70,7 @@ Spinner common parameters
+-----------------------------+--------+------------------------------------------------------------+
| DataAttributes | array | Array of data attributes in the format ['name' => 'value'] |
+-----------------------------+--------+------------------------------------------------------------+
| IsHidden | bool | Indicates if the block is hidden by default |
| IsHidden | bool | |
+-----------------------------+--------+------------------------------------------------------------+
----

View File

@@ -161,7 +161,9 @@ Title common parameters
+-----------------------------+----------+------------------------------------------------------------+
| DeferredBlocks | array | |
+-----------------------------+----------+------------------------------------------------------------+
| IsHidden | bool | Indicates if the block is hidden by default |
| HasForcedDiv | bool | |
+-----------------------------+----------+------------------------------------------------------------+
| IsHidden | bool | |
+-----------------------------+----------+------------------------------------------------------------+
| SubBlocks | array | |
+-----------------------------+----------+------------------------------------------------------------+

View File

@@ -126,7 +126,9 @@ Toolbar common parameters
+-----------------------------+----------+------------------------------------------------------------+
| DeferredBlocks | array | |
+-----------------------------+----------+------------------------------------------------------------+
| IsHidden | bool | Indicates if the block is hidden by default |
| HasForcedDiv | bool | |
+-----------------------------+----------+------------------------------------------------------------+
| IsHidden | bool | |
+-----------------------------+----------+------------------------------------------------------------+
| SubBlocks | array | |
+-----------------------------+----------+------------------------------------------------------------+

View File

@@ -70,7 +70,7 @@ ToolbarSpacer common parameters
+-----------------------------+--------+------------------------------------------------------------+
| DataAttributes | array | Array of data attributes in the format ['name' => 'value'] |
+-----------------------------+--------+------------------------------------------------------------+
| IsHidden | bool | Indicates if the block is hidden by default |
| IsHidden | bool | |
+-----------------------------+--------+------------------------------------------------------------+
----

View File

@@ -103,7 +103,9 @@ Column common parameters
+-----------------------------+----------+------------------------------------------------------------+
| DeferredBlocks | array | |
+-----------------------------+----------+------------------------------------------------------------+
| IsHidden | bool | Indicates if the block is hidden by default |
| HasForcedDiv | bool | |
+-----------------------------+----------+------------------------------------------------------------+
| IsHidden | bool | |
+-----------------------------+----------+------------------------------------------------------------+
| SubBlocks | array | |
+-----------------------------+----------+------------------------------------------------------------+

View File

@@ -82,7 +82,9 @@ MultiColumn common parameters
+-----------------------------+----------+------------------------------------------------------------+
| DeferredBlocks | array | |
+-----------------------------+----------+------------------------------------------------------------+
| IsHidden | bool | Indicates if the block is hidden by default |
| HasForcedDiv | bool | |
+-----------------------------+----------+------------------------------------------------------------+
| IsHidden | bool | |
+-----------------------------+----------+------------------------------------------------------------+
| SubBlocks | array | |
+-----------------------------+----------+------------------------------------------------------------+

View File

@@ -30,13 +30,13 @@ Twig Tag
:Type:
+--------------------------------------------------------+-------------------------------------------------------------------+
| :ref:`Standard <UIContentBlockStandard>` | No comment |
+--------------------------------------------------------+-------------------------------------------------------------------+
| :ref:`ForCode <UIContentBlockForCode>` | Used to display a block of code like <pre> but allows line break. |
+--------------------------------------------------------+-------------------------------------------------------------------+
| :ref:`ForPreformatted <UIContentBlockForPreformatted>` | No comment |
+--------------------------------------------------------+-------------------------------------------------------------------+
+--------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+
| :ref:`Standard <UIContentBlockStandard>` | Make an empty UIContentBlock which can be used to embed anything or to surround another block with specific CSS classes. |
+--------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+
| :ref:`ForCode <UIContentBlockForCode>` | Used to display a block of code like <pre> but allows line break. |
+--------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+
| :ref:`ForPreformatted <UIContentBlockForPreformatted>` | Used to display a block of preformatted text in a <pre> tag. |
+--------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+
.. _UIContentBlockStandard:
@@ -129,7 +129,9 @@ UIContentBlock common parameters
+-----------------------------+----------+------------------------------------------------------------+
| DeferredBlocks | array | |
+-----------------------------+----------+------------------------------------------------------------+
| IsHidden | bool | Indicates if the block is hidden by default |
| HasForcedDiv | bool | |
+-----------------------------+----------+------------------------------------------------------------+
| IsHidden | bool | |
+-----------------------------+----------+------------------------------------------------------------+
| SubBlocks | array | |
+-----------------------------+----------+------------------------------------------------------------+