.. Copyright (C) 2010-2021 Combodo SARL .. http://opensource.org/licenses/AGPL-3.0 .. _Column: Column ====== Class Column ---- .. include:: /manual/Layout/MultiColumn/Column/ColumnAdditionalDescription.rst ---- Twig Tag -------- :Tag: **UIColumn** :Syntax: :: {% UIColumn Type {Parameters} %} Content Goes Here {% EndUIColumn %} :Type: +----------------------------------+------------+ | :ref:`Standard ` | No comment | +----------------------------------+------------+ | :ref:`ForBlock ` | No comment | +----------------------------------+------------+ .. _ColumnStandard: Column Standard ^^^^^^^^^^^^^^^ :syntax: :: {% UIColumn Standard {sId:'value'} %} Content Goes Here {% EndUIColumn %} :parameters: +-----+--------+----------+------+--+ | sId | string | optional | NULL | | +-----+--------+----------+------+--+ .. _ColumnForBlock: Column ForBlock ^^^^^^^^^^^^^^^ :syntax: :: {% UIColumn ForBlock {oBlock:value, sId:'value'} %} Content Goes Here {% EndUIColumn %} :parameters: +--------+---------+-----------+------+--+ | oBlock | UIBlock | mandatory | | | +--------+---------+-----------+------+--+ | sId | string | optional | NULL | | +--------+---------+-----------+------+--+ Column common parameters ^^^^^^^^^^^^^^^^^^^^^^^^ +-------------------+----------+------------------------------------------------------------+ | AddCSSClass | string | CSS class to add to the generated html block | +-------------------+----------+------------------------------------------------------------+ | AddCSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | +-------------------+----------+------------------------------------------------------------+ | AddCssFileRelPath | string | relative path of a CSS file to add | +-------------------+----------+------------------------------------------------------------+ | AddDeferredBlock | iUIBlock | | +-------------------+----------+------------------------------------------------------------+ | AddHtml | string | | +-------------------+----------+------------------------------------------------------------+ | AddJsFileRelPath | string | relative path of a JS file to add | +-------------------+----------+------------------------------------------------------------+ | AddSubBlock | iUIBlock | | +-------------------+----------+------------------------------------------------------------+ | CSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | +-------------------+----------+------------------------------------------------------------+ | DataAttributes | array | Array of data attributes in the format ['name' => 'value'] | +-------------------+----------+------------------------------------------------------------+ | DeferredBlocks | array | | +-------------------+----------+------------------------------------------------------------+ | IsHidden | bool | Indicates if the block is hidden by default | +-------------------+----------+------------------------------------------------------------+ | SubBlocks | array | | +-------------------+----------+------------------------------------------------------------+ ---- .. include:: /manual/Layout/MultiColumn/Column/ColumnFooter.rst