mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-21 17:48:43 +02:00
95 lines
4.4 KiB
ReStructuredText
95 lines
4.4 KiB
ReStructuredText
.. Copyright (C) 2010-2022 Combodo SARL
|
|
.. http://opensource.org/licenses/AGPL-3.0
|
|
|
|
.. _MultiColumn:
|
|
|
|
MultiColumn
|
|
===========
|
|
|
|
Class MultiColumn
|
|
|
|
----
|
|
|
|
.. include:: /manual/Layout/MultiColumn/MultiColumnAdditionalDescription.rst
|
|
|
|
----
|
|
|
|
Twig Tag
|
|
--------
|
|
|
|
:Tag: **UIMultiColumn**
|
|
|
|
:Syntax:
|
|
|
|
.. code-block:: twig
|
|
|
|
{% UIMultiColumn Type {Parameters} %}
|
|
Content Goes Here
|
|
{% EndUIMultiColumn %}
|
|
|
|
:Type:
|
|
|
|
+---------------------------------------+------------+
|
|
| :ref:`Standard <MultiColumnStandard>` | No comment |
|
|
+---------------------------------------+------------+
|
|
|
|
.. _MultiColumnStandard:
|
|
|
|
MultiColumn Standard
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
|
|
:syntax:
|
|
|
|
.. code-block:: twig
|
|
|
|
{% UIMultiColumn Standard {sId:'value'} %}
|
|
Content Goes Here
|
|
{% EndUIMultiColumn %}
|
|
|
|
:parameters:
|
|
|
|
+-----+--------+----------+------+--+
|
|
| sId | string | optional | NULL | |
|
|
+-----+--------+----------+------+--+
|
|
|
|
MultiColumn common parameters
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
+-----------------------------+----------+------------------------------------------------------------+
|
|
| AddCSSClass | string | CSS class to add to the generated html block |
|
|
+-----------------------------+----------+------------------------------------------------------------+
|
|
| AddCSSClasses | array | like <code>['ibo-is-hidden', 'ibo-alert--body']</code> |
|
|
+-----------------------------+----------+------------------------------------------------------------+
|
|
| AddColumn | Column | |
|
|
+-----------------------------+----------+------------------------------------------------------------+
|
|
| AddCssFileRelPath | string | |
|
|
+-----------------------------+----------+------------------------------------------------------------+
|
|
| AddDeferredBlock | iUIBlock | |
|
|
+-----------------------------+----------+------------------------------------------------------------+
|
|
| AddHtml | string | |
|
|
+-----------------------------+----------+------------------------------------------------------------+
|
|
| AddJsFileRelPath | string | |
|
|
+-----------------------------+----------+------------------------------------------------------------+
|
|
| AddMultipleCssFilesRelPaths | array | |
|
|
+-----------------------------+----------+------------------------------------------------------------+
|
|
| AddMultipleJsFilesRelPaths | array | |
|
|
+-----------------------------+----------+------------------------------------------------------------+
|
|
| AddSubBlock | iUIBlock | |
|
|
+-----------------------------+----------+------------------------------------------------------------+
|
|
| CSSClasses | array | like <code>['ibo-is-hidden', 'ibo-alert--body']</code> |
|
|
+-----------------------------+----------+------------------------------------------------------------+
|
|
| DataAttributes | array | Array of data attributes in the format ['name' => 'value'] |
|
|
+-----------------------------+----------+------------------------------------------------------------+
|
|
| DeferredBlocks | array | |
|
|
+-----------------------------+----------+------------------------------------------------------------+
|
|
| HasForcedDiv | bool | |
|
|
+-----------------------------+----------+------------------------------------------------------------+
|
|
| IsHidden | bool | |
|
|
+-----------------------------+----------+------------------------------------------------------------+
|
|
| SubBlocks | array | |
|
|
+-----------------------------+----------+------------------------------------------------------------+
|
|
|
|
----
|
|
|
|
.. include:: /manual/Layout/MultiColumn/MultiColumnFooter.rst
|