.. Copyright (C) 2010-2021 Combodo SARL .. http://opensource.org/licenses/AGPL-3.0 Select ====== Class Select ---- .. include:: /manual/Component/Input/Select/SelectAdditionalDescription.rst ---- Twig Tag -------- :Tag: **UISelect** :Syntax: :: {% UISelect Type {Parameters} %} Content Goes Here {% EndUISelect %} :Type: +--------------------+------------------------------------------------------------------------------------------------+ | ForSelect | @param string $sName | +--------------------+------------------------------------------------------------------------------------------------+ | ForSelectWithLabel | If you need to have a real field with a label, you might use a {@link Field} component instead | +--------------------+------------------------------------------------------------------------------------------------+ :Select *ForSelect* parameters: +-------+--------+-----------+------+--+ | sName | string | mandatory | | | +-------+--------+-----------+------+--+ | sId | string | optional | NULL | | +-------+--------+-----------+------+--+ :Select *ForSelectWithLabel* parameters: +--------+--------+-----------+------+--+ | sName | string | mandatory | | | +--------+--------+-----------+------+--+ | sLabel | string | mandatory | | | +--------+--------+-----------+------+--+ | sId | string | optional | NULL | | +--------+--------+-----------+------+--+ :Select common parameters: +-------------------+--------------+--------------------------------------------------------+ | AddCSSClass | string | | +-------------------+--------------+--------------------------------------------------------+ | AddCSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | +-------------------+--------------+--------------------------------------------------------+ | AddCssFileRelPath | string | | +-------------------+--------------+--------------------------------------------------------+ | AddDeferredBlock | iUIBlock | | +-------------------+--------------+--------------------------------------------------------+ | AddHtml | string | | +-------------------+--------------+--------------------------------------------------------+ | AddJsFileRelPath | string | | +-------------------+--------------+--------------------------------------------------------+ | AddOption | SelectOption | | +-------------------+--------------+--------------------------------------------------------+ | AddSubBlock | iUIBlock | | +-------------------+--------------+--------------------------------------------------------+ | CSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | +-------------------+--------------+--------------------------------------------------------+ | DataAttributes | array | | +-------------------+--------------+--------------------------------------------------------+ | DeferredBlocks | array | | +-------------------+--------------+--------------------------------------------------------+ | IsHidden | bool | | +-------------------+--------------+--------------------------------------------------------+ | IsMultiple | bool | | +-------------------+--------------+--------------------------------------------------------+ | Name | string | | +-------------------+--------------+--------------------------------------------------------+ | SubBlocks | array | | +-------------------+--------------+--------------------------------------------------------+ | SubmitOnChange | bool | | +-------------------+--------------+--------------------------------------------------------+ | Value | string | | +-------------------+--------------+--------------------------------------------------------+ ---- .. include:: /manual/Component/Input/Select/SelectFooter.rst