mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-27 14:14:11 +01:00
313 lines
12 KiB
HTML
313 lines
12 KiB
HTML
<!DOCTYPE html>
|
||
<html class="writer-html5" lang="en" >
|
||
<head>
|
||
<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 — iTop UI 3.0.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" />
|
||
<!--[if lt IE 9]>
|
||
<script src="../../../../_static/js/html5shiv.min.js"></script>
|
||
<![endif]-->
|
||
|
||
<script data-url_root="../../../../" id="documentation_options" src="../../../../_static/documentation_options.js"></script>
|
||
<script src="../../../../_static/jquery.js"></script>
|
||
<script src="../../../../_static/underscore.js"></script>
|
||
<script src="../../../../_static/doctools.js"></script>
|
||
<script src="../../../../_static/js/theme.js"></script>
|
||
<link rel="index" title="Index" href="../../../../genindex.html" />
|
||
<link rel="search" title="Search" href="../../../../search.html" />
|
||
<link rel="next" title="MultiColumn" href="../MultiColumn.html" />
|
||
<link rel="prev" title="UI Layouts" href="../../Layout.html" />
|
||
</head>
|
||
|
||
<body class="wy-body-for-nav">
|
||
<div class="wy-grid-for-nav">
|
||
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
|
||
<div class="wy-side-scroll">
|
||
<div class="wy-side-nav-search" >
|
||
<a href="../../../../index.html" class="icon icon-home"> iTop UI
|
||
<img src="../../../../_static/itop-logo.png" class="logo" alt="Logo"/>
|
||
</a>
|
||
<div role="search">
|
||
<form id="rtd-search-form" class="wy-form" action="../../../../search.html" method="get">
|
||
<input type="text" name="q" placeholder="Search docs" />
|
||
<input type="hidden" name="check_keywords" value="yes" />
|
||
<input type="hidden" name="area" value="default" />
|
||
</form>
|
||
</div>
|
||
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
|
||
<p class="caption" role="heading"><span class="caption-text">Twig Base:</span></p>
|
||
<ul>
|
||
<li class="toctree-l1"><a class="reference internal" href="../../../../TwigBase/TwigBase.html">Twig Base Presentation</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="../../../../TwigBaseTuto/TwigBaseTuto.html">Twig Base Tutorial</a></li>
|
||
</ul>
|
||
<p class="caption" role="heading"><span class="caption-text">Tags reference:</span></p>
|
||
<ul class="current">
|
||
<li class="toctree-l1"><a class="reference internal" href="../../../Component/Component.html">UI Components</a></li>
|
||
<li class="toctree-l1 current"><a class="reference internal" href="../../Layout.html">UI Layouts</a><ul class="current">
|
||
<li class="toctree-l2 current"><a class="current reference internal" href="#">Column</a><ul>
|
||
<li class="toctree-l3"><a class="reference internal" href="#output">Output</a></li>
|
||
<li class="toctree-l3"><a class="reference internal" href="#twig-tag">Twig Tag</a><ul>
|
||
<li class="toctree-l4"><a class="reference internal" href="#column-standard">Column Standard</a></li>
|
||
<li class="toctree-l4"><a class="reference internal" href="#column-forblock">Column ForBlock</a></li>
|
||
<li class="toctree-l4"><a class="reference internal" href="#column-common-parameters">Column common parameters</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="toctree-l3"><a class="reference internal" href="#examples">Examples</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="toctree-l2"><a class="reference internal" href="../MultiColumn.html">MultiColumn</a></li>
|
||
<li class="toctree-l2"><a class="reference internal" href="../../UIContentBlock.html">UIContentBlock</a></li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
|
||
</div>
|
||
</div>
|
||
</nav>
|
||
|
||
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
|
||
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
|
||
<a href="../../../../index.html">iTop UI</a>
|
||
</nav>
|
||
|
||
<div class="wy-nav-content">
|
||
<div class="rst-content">
|
||
<div role="navigation" aria-label="Page navigation">
|
||
<ul class="wy-breadcrumbs">
|
||
<li><a href="../../../../index.html" class="icon icon-home"></a> »</li>
|
||
<li><a href="../../Layout.html">UI Layouts</a> »</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/>
|
||
</div>
|
||
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
|
||
<div itemprop="articleBody">
|
||
|
||
<section id="column">
|
||
<span id="id1"></span><h1>Column<a class="headerlink" href="#column" title="Permalink to this headline"></a></h1>
|
||
<p>Class Column</p>
|
||
<hr class="docutils" />
|
||
<section id="output">
|
||
<h2>Output<a class="headerlink" href="#output" title="Permalink to this headline"></a></h2>
|
||
<p>No output provided yet</p>
|
||
</section>
|
||
<hr class="docutils" />
|
||
<section id="twig-tag">
|
||
<h2>Twig Tag<a class="headerlink" href="#twig-tag" title="Permalink to this headline"></a></h2>
|
||
<dl class="field-list simple">
|
||
<dt class="field-odd">Tag</dt>
|
||
<dd class="field-odd"><p><strong>UIColumn</strong></p>
|
||
</dd>
|
||
<dt class="field-even">Syntax</dt>
|
||
<dd class="field-even"><p></p></dd>
|
||
</dl>
|
||
<div class="highlight-twig notranslate"><div class="highlight"><pre><span></span><span class="cp">{%</span> <span class="k">UIColumn</span> <span class="p">T</span><span class="nv">ype</span> <span class="o">{</span><span class="p">P</span><span class="nv">arameters</span><span class="o">}</span> <span class="cp">%}</span><span class="x"></span>
|
||
<span class="x"> Content Goes Here</span>
|
||
<span class="cp">{%</span> <span class="k">EndUIColumn</span> <span class="cp">%}</span><span class="x"></span>
|
||
</pre></div>
|
||
</div>
|
||
<dl class="field-list simple">
|
||
<dt class="field-odd">Type</dt>
|
||
<dd class="field-odd"><p></p></dd>
|
||
</dl>
|
||
<table class="docutils align-default">
|
||
<colgroup>
|
||
<col style="width: 74%" />
|
||
<col style="width: 26%" />
|
||
</colgroup>
|
||
<tbody>
|
||
<tr class="row-odd"><td><p><a class="reference internal" href="#columnstandard"><span class="std std-ref">Standard</span></a></p></td>
|
||
<td><p>No comment</p></td>
|
||
</tr>
|
||
<tr class="row-even"><td><p><a class="reference internal" href="#columnforblock"><span class="std std-ref">ForBlock</span></a></p></td>
|
||
<td><p>No comment</p></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<section id="column-standard">
|
||
<span id="columnstandard"></span><h3>Column Standard<a class="headerlink" href="#column-standard" title="Permalink to this headline"></a></h3>
|
||
<dl class="field-list simple">
|
||
<dt class="field-odd">syntax</dt>
|
||
<dd class="field-odd"><p></p></dd>
|
||
</dl>
|
||
<div class="highlight-twig notranslate"><div class="highlight"><pre><span></span><span class="cp">{%</span> <span class="k">UIColumn</span> <span class="p">S</span><span class="nv">tandard</span> <span class="o">{</span><span class="nv">sId</span><span class="s1">:'value'</span><span class="o">}</span> <span class="cp">%}</span><span class="x"></span>
|
||
<span class="x"> Content Goes Here</span>
|
||
<span class="cp">{%</span> <span class="k">EndUIColumn</span> <span class="cp">%}</span><span class="x"></span>
|
||
</pre></div>
|
||
</div>
|
||
<dl class="field-list simple">
|
||
<dt class="field-odd">parameters</dt>
|
||
<dd class="field-odd"><p></p></dd>
|
||
</dl>
|
||
<table class="docutils align-default">
|
||
<colgroup>
|
||
<col style="width: 16%" />
|
||
<col style="width: 26%" />
|
||
<col style="width: 32%" />
|
||
<col style="width: 19%" />
|
||
<col style="width: 6%" />
|
||
</colgroup>
|
||
<tbody>
|
||
<tr class="row-odd"><td><p>sId</p></td>
|
||
<td><p>string</p></td>
|
||
<td><p>optional</p></td>
|
||
<td><p>NULL</p></td>
|
||
<td></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</section>
|
||
<section id="column-forblock">
|
||
<span id="columnforblock"></span><h3>Column ForBlock<a class="headerlink" href="#column-forblock" title="Permalink to this headline"></a></h3>
|
||
<dl class="field-list simple">
|
||
<dt class="field-odd">syntax</dt>
|
||
<dd class="field-odd"><p></p></dd>
|
||
</dl>
|
||
<div class="highlight-twig notranslate"><div class="highlight"><pre><span></span><span class="cp">{%</span> <span class="k">UIColumn</span> <span class="p">F</span><span class="nv">orBlock</span> <span class="o">{</span><span class="nv">oBlock</span><span class="o">:</span><span class="nv">value</span><span class="o">,</span> <span class="nv">sId</span><span class="s1">:'value'</span><span class="o">}</span> <span class="cp">%}</span><span class="x"></span>
|
||
<span class="x"> Content Goes Here</span>
|
||
<span class="cp">{%</span> <span class="k">EndUIColumn</span> <span class="cp">%}</span><span class="x"></span>
|
||
</pre></div>
|
||
</div>
|
||
<dl class="field-list simple">
|
||
<dt class="field-odd">parameters</dt>
|
||
<dd class="field-odd"><p></p></dd>
|
||
</dl>
|
||
<table class="docutils align-default">
|
||
<colgroup>
|
||
<col style="width: 22%" />
|
||
<col style="width: 25%" />
|
||
<col style="width: 31%" />
|
||
<col style="width: 17%" />
|
||
<col style="width: 6%" />
|
||
</colgroup>
|
||
<tbody>
|
||
<tr class="row-odd"><td><p>oBlock</p></td>
|
||
<td><p>UIBlock</p></td>
|
||
<td><p>mandatory</p></td>
|
||
<td></td>
|
||
<td></td>
|
||
</tr>
|
||
<tr class="row-even"><td><p>sId</p></td>
|
||
<td><p>string</p></td>
|
||
<td><p>optional</p></td>
|
||
<td><p>NULL</p></td>
|
||
<td></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</section>
|
||
<section id="column-common-parameters">
|
||
<h3>Column common parameters<a class="headerlink" href="#column-common-parameters" title="Permalink to this headline"></a></h3>
|
||
<table class="docutils align-default">
|
||
<colgroup>
|
||
<col style="width: 29%" />
|
||
<col style="width: 10%" />
|
||
<col style="width: 61%" />
|
||
</colgroup>
|
||
<tbody>
|
||
<tr class="row-odd"><td><p>AddCSSClass</p></td>
|
||
<td><p>string</p></td>
|
||
<td><p>CSS class to add to the generated html block</p></td>
|
||
</tr>
|
||
<tr class="row-even"><td><p>AddCSSClasses</p></td>
|
||
<td><p>array</p></td>
|
||
<td><p>like <code>[‘ibo-is-hidden’, ‘ibo-alert–body’]</code></p></td>
|
||
</tr>
|
||
<tr class="row-odd"><td><p>AddCssFileRelPath</p></td>
|
||
<td><p>string</p></td>
|
||
<td></td>
|
||
</tr>
|
||
<tr class="row-even"><td><p>AddDeferredBlock</p></td>
|
||
<td><p>iUIBlock</p></td>
|
||
<td></td>
|
||
</tr>
|
||
<tr class="row-odd"><td><p>AddHtml</p></td>
|
||
<td><p>string</p></td>
|
||
<td></td>
|
||
</tr>
|
||
<tr class="row-even"><td><p>AddJsFileRelPath</p></td>
|
||
<td><p>string</p></td>
|
||
<td></td>
|
||
</tr>
|
||
<tr class="row-odd"><td><p>AddMultipleCssFilesRelPaths</p></td>
|
||
<td><p>array</p></td>
|
||
<td></td>
|
||
</tr>
|
||
<tr class="row-even"><td><p>AddMultipleJsFilesRelPaths</p></td>
|
||
<td><p>array</p></td>
|
||
<td></td>
|
||
</tr>
|
||
<tr class="row-odd"><td><p>AddSubBlock</p></td>
|
||
<td><p>iUIBlock</p></td>
|
||
<td></td>
|
||
</tr>
|
||
<tr class="row-even"><td><p>CSSClasses</p></td>
|
||
<td><p>array</p></td>
|
||
<td><p>like <code>[‘ibo-is-hidden’, ‘ibo-alert–body’]</code></p></td>
|
||
</tr>
|
||
<tr class="row-odd"><td><p>DataAttributes</p></td>
|
||
<td><p>array</p></td>
|
||
<td><p>Array of data attributes in the format [‘name’ => ‘value’]</p></td>
|
||
</tr>
|
||
<tr class="row-even"><td><p>DeferredBlocks</p></td>
|
||
<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>SubBlocks</p></td>
|
||
<td><p>array</p></td>
|
||
<td></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<hr class="docutils" />
|
||
</section>
|
||
</section>
|
||
<section id="examples">
|
||
<h2>Examples<a class="headerlink" href="#examples" title="Permalink to this headline"></a></h2>
|
||
<p>No examples provided yet</p>
|
||
</section>
|
||
</section>
|
||
|
||
|
||
</div>
|
||
</div>
|
||
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
|
||
<a href="../../Layout.html" class="btn btn-neutral float-left" title="UI Layouts" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
|
||
<a href="../MultiColumn.html" class="btn btn-neutral float-right" title="MultiColumn" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
|
||
</div>
|
||
|
||
<hr/>
|
||
|
||
<div role="contentinfo">
|
||
<p>© Copyright 2021, Combodo.</p>
|
||
</div>
|
||
|
||
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
|
||
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
|
||
provided by <a href="https://readthedocs.org">Read the Docs</a>.
|
||
|
||
|
||
</footer>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
</div>
|
||
<script>
|
||
jQuery(function () {
|
||
SphinxRtdTheme.Navigation.enable(true);
|
||
});
|
||
</script>
|
||
|
||
</body>
|
||
</html> |