diff --git a/.doc/UI/bin/generate_uiblock.php b/.doc/UI/bin/generate_uiblock.php index 20d974072a..1d594402b4 100644 --- a/.doc/UI/bin/generate_uiblock.php +++ b/.doc/UI/bin/generate_uiblock.php @@ -214,7 +214,7 @@ EOF; if (!empty($aDocGeneralParams)) { echo "$sClass common parameters\n"; echo str_repeat("^", strlen("$sClass common parameters")); - echo "\n"; + echo "\n\n"; $aColumns = [ 'name' => 0, 'type' => 0, @@ -332,7 +332,7 @@ function GetPropertyComment($sClass, $sProperty, &$sComment): void $oTargetClass = new ReflectionClass($sClass); $oProperty = $oTargetClass->getProperty($sProperty); $sComment = $oProperty->getDocComment(); - if (preg_match("#/\*\*\s*@var.*$sProperty\s*(?.*)\*/#", $sComment, $aMatches)) { + if (preg_match("#/\*\*\s*@var\s+\S+(\s+$sProperty)?\s+(?.*)\*/#", $sComment, $aMatches)) { $sComment = trim($aMatches['comment']); } } diff --git a/.doc/UI/source/generated/Component/Alert/Alert.rst b/.doc/UI/source/generated/Component/Alert/Alert.rst index 8aad9743f4..a6334bfb6d 100644 --- a/.doc/UI/source/generated/Component/Alert/Alert.rst +++ b/.doc/UI/source/generated/Component/Alert/Alert.rst @@ -234,43 +234,48 @@ Alert WithBrandingSecondaryColor Alert common parameters ^^^^^^^^^^^^^^^^^^^^^^^ -+-------------------+----------+------------------------------------------------------------------------+ -| AddCSSClass | string | CSS class to add to the generated html block | -+-------------------+----------+------------------------------------------------------------------------+ -| AddCSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | -+-------------------+----------+------------------------------------------------------------------------+ -| AddCssFileRelPath | string | | -+-------------------+----------+------------------------------------------------------------------------+ -| AddDeferredBlock | iUIBlock | | -+-------------------+----------+------------------------------------------------------------------------+ -| AddHtml | string | | -+-------------------+----------+------------------------------------------------------------------------+ -| AddJsFileRelPath | string | | -+-------------------+----------+------------------------------------------------------------------------+ -| AddSubBlock | iUIBlock | | -+-------------------+----------+------------------------------------------------------------------------+ -| CSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | -+-------------------+----------+------------------------------------------------------------------------+ -| Color | string | Color of the alert (check CSS classes ibo-is- for colors) | -+-------------------+----------+------------------------------------------------------------------------+ -| Content | string | The raw HTML content, must be already sanitized | -+-------------------+----------+------------------------------------------------------------------------+ -| DataAttributes | array | Array of data attributes in the format ['name' => 'value'] | -+-------------------+----------+------------------------------------------------------------------------+ -| DeferredBlocks | array | | -+-------------------+----------+------------------------------------------------------------------------+ -| 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 | -+-------------------+----------+------------------------------------------------------------------------+ -| OpenedByDefault | bool | Indicates if the alert is collapsed or not by default | -+-------------------+----------+------------------------------------------------------------------------+ -| SubBlocks | array | | -+-------------------+----------+------------------------------------------------------------------------+ -| Title | string | Title of the alert | -+-------------------+----------+------------------------------------------------------------------------+ + ++-----------------------------+----------+------------------------------------------------------------------------+ +| AddCSSClass | string | CSS class to add to the generated html block | ++-----------------------------+----------+------------------------------------------------------------------------+ +| AddCSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | ++-----------------------------+----------+------------------------------------------------------------------------+ +| AddCssFileRelPath | string | | ++-----------------------------+----------+------------------------------------------------------------------------+ +| AddDeferredBlock | iUIBlock | | ++-----------------------------+----------+------------------------------------------------------------------------+ +| AddHtml | string | | ++-----------------------------+----------+------------------------------------------------------------------------+ +| AddJsFileRelPath | string | | ++-----------------------------+----------+------------------------------------------------------------------------+ +| AddMultipleCssFilesRelPaths | array | | ++-----------------------------+----------+------------------------------------------------------------------------+ +| AddMultipleJsFilesRelPaths | array | | ++-----------------------------+----------+------------------------------------------------------------------------+ +| AddSubBlock | iUIBlock | | ++-----------------------------+----------+------------------------------------------------------------------------+ +| CSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | ++-----------------------------+----------+------------------------------------------------------------------------+ +| Color | string | Color of the alert (check CSS classes ibo-is- for colors) | ++-----------------------------+----------+------------------------------------------------------------------------+ +| Content | string | The raw HTML content, must be already sanitized | ++-----------------------------+----------+------------------------------------------------------------------------+ +| DataAttributes | array | Array of data attributes in the format ['name' => 'value'] | ++-----------------------------+----------+------------------------------------------------------------------------+ +| DeferredBlocks | array | | ++-----------------------------+----------+------------------------------------------------------------------------+ +| 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 | ++-----------------------------+----------+------------------------------------------------------------------------+ +| OpenedByDefault | bool | Indicates if the alert is collapsed or not by default | ++-----------------------------+----------+------------------------------------------------------------------------+ +| SubBlocks | array | | ++-----------------------------+----------+------------------------------------------------------------------------+ +| Title | string | Title of the alert | ++-----------------------------+----------+------------------------------------------------------------------------+ ---- diff --git a/.doc/UI/source/generated/Component/Button/Button.rst b/.doc/UI/source/generated/Component/Button/Button.rst index dcd3d1ceda..8217c3d825 100644 --- a/.doc/UI/source/generated/Component/Button/Button.rst +++ b/.doc/UI/source/generated/Component/Button/Button.rst @@ -72,13 +72,13 @@ Button Neutral :parameters: -+--------+--------+-----------+------+--------------------------------------------+ -| sLabel | string | mandatory | | | -+--------+--------+-----------+------+--------------------------------------------+ -| sName | string | optional | NULL | The HTML name of the button, used by forms | -+--------+--------+-----------+------+--------------------------------------------+ -| sId | string | optional | NULL | Id of the main HTML tag | -+--------+--------+-----------+------+--------------------------------------------+ ++--------+--------+-----------+------+----------------------------+ +| sLabel | string | mandatory | | | ++--------+--------+-----------+------+----------------------------+ +| sName | string | optional | NULL | See {@link Button::$sName} | ++--------+--------+-----------+------+----------------------------+ +| sId | string | optional | NULL | | ++--------+--------+-----------+------+----------------------------+ .. _ButtonForPrimaryAction: @@ -436,37 +436,42 @@ Button DestructiveIconLink Button common parameters ^^^^^^^^^^^^^^^^^^^^^^^^ -+-------------------+--------+------------------------------------------------------------+ -| ActionType | string | | -+-------------------+--------+------------------------------------------------------------+ -| AddCSSClass | string | CSS class to add to the generated html block | -+-------------------+--------+------------------------------------------------------------+ -| AddCSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | -+-------------------+--------+------------------------------------------------------------+ -| AddCssFileRelPath | string | | -+-------------------+--------+------------------------------------------------------------+ -| AddHtml | string | | -+-------------------+--------+------------------------------------------------------------+ -| AddJsFileRelPath | string | | -+-------------------+--------+------------------------------------------------------------+ -| CSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | -+-------------------+--------+------------------------------------------------------------+ -| Color | string | | -+-------------------+--------+------------------------------------------------------------+ -| DataAttributes | array | Array of data attributes in the format ['name' => 'value'] | -+-------------------+--------+------------------------------------------------------------+ -| IconClass | string | | -+-------------------+--------+------------------------------------------------------------+ -| IsHidden | bool | Indicates if the block is hidden by default | -+-------------------+--------+------------------------------------------------------------+ -| JsCode | string | | -+-------------------+--------+------------------------------------------------------------+ -| Label | string | | -+-------------------+--------+------------------------------------------------------------+ -| OnClickJsCode | string | | -+-------------------+--------+------------------------------------------------------------+ -| Tooltip | string | | -+-------------------+--------+------------------------------------------------------------+ + ++-----------------------------+--------+------------------------------------------------------------+ +| ActionType | string | | ++-----------------------------+--------+------------------------------------------------------------+ +| AddCSSClass | string | CSS class to add to the generated html block | ++-----------------------------+--------+------------------------------------------------------------+ +| AddCSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | ++-----------------------------+--------+------------------------------------------------------------+ +| AddCssFileRelPath | string | | ++-----------------------------+--------+------------------------------------------------------------+ +| AddHtml | string | | ++-----------------------------+--------+------------------------------------------------------------+ +| AddJsFileRelPath | string | | ++-----------------------------+--------+------------------------------------------------------------+ +| AddMultipleCssFilesRelPaths | array | | ++-----------------------------+--------+------------------------------------------------------------+ +| AddMultipleJsFilesRelPaths | array | | ++-----------------------------+--------+------------------------------------------------------------+ +| CSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | ++-----------------------------+--------+------------------------------------------------------------+ +| Color | string | | ++-----------------------------+--------+------------------------------------------------------------+ +| DataAttributes | array | Array of data attributes in the format ['name' => 'value'] | ++-----------------------------+--------+------------------------------------------------------------+ +| IconClass | string | | ++-----------------------------+--------+------------------------------------------------------------+ +| IsHidden | bool | Indicates if the block is hidden by default | ++-----------------------------+--------+------------------------------------------------------------+ +| JsCode | string | | ++-----------------------------+--------+------------------------------------------------------------+ +| Label | string | | ++-----------------------------+--------+------------------------------------------------------------+ +| OnClickJsCode | string | | ++-----------------------------+--------+------------------------------------------------------------+ +| Tooltip | string | | ++-----------------------------+--------+------------------------------------------------------------+ ---- diff --git a/.doc/UI/source/generated/Component/ButtonGroup/ButtonGroup.rst b/.doc/UI/source/generated/Component/ButtonGroup/ButtonGroup.rst index e1d71dee20..9998a26e58 100644 --- a/.doc/UI/source/generated/Component/ButtonGroup/ButtonGroup.rst +++ b/.doc/UI/source/generated/Component/ButtonGroup/ButtonGroup.rst @@ -52,31 +52,36 @@ ButtonGroup ButtonWithOptionsMenu ButtonGroup common parameters ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -+-------------------+----------+------------------------------------------------------------+ -| AddButton | Button | | -+-------------------+----------+------------------------------------------------------------+ -| AddButtons | array | | -+-------------------+----------+------------------------------------------------------------+ -| AddCSSClass | string | CSS class to add to the generated html block | -+-------------------+----------+------------------------------------------------------------+ -| AddCSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | -+-------------------+----------+------------------------------------------------------------+ -| AddCssFileRelPath | string | | -+-------------------+----------+------------------------------------------------------------+ -| AddExtraBlock | iUIBlock | | -+-------------------+----------+------------------------------------------------------------+ -| AddHtml | string | | -+-------------------+----------+------------------------------------------------------------+ -| AddJsFileRelPath | string | | -+-------------------+----------+------------------------------------------------------------+ -| Buttons | array | | -+-------------------+----------+------------------------------------------------------------+ -| CSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | -+-------------------+----------+------------------------------------------------------------+ -| DataAttributes | array | Array of data attributes in the format ['name' => 'value'] | -+-------------------+----------+------------------------------------------------------------+ -| IsHidden | bool | Indicates if the block is hidden by default | -+-------------------+----------+------------------------------------------------------------+ + ++-----------------------------+----------+------------------------------------------------------------+ +| AddButton | Button | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddButtons | array | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddCSSClass | string | CSS class to add to the generated html block | ++-----------------------------+----------+------------------------------------------------------------+ +| AddCSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | ++-----------------------------+----------+------------------------------------------------------------+ +| AddCssFileRelPath | string | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddExtraBlock | iUIBlock | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddHtml | string | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddJsFileRelPath | string | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddMultipleCssFilesRelPaths | array | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddMultipleJsFilesRelPaths | array | | ++-----------------------------+----------+------------------------------------------------------------+ +| Buttons | array | | ++-----------------------------+----------+------------------------------------------------------------+ +| CSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | ++-----------------------------+----------+------------------------------------------------------------+ +| DataAttributes | array | Array of data attributes in the format ['name' => 'value'] | ++-----------------------------+----------+------------------------------------------------------------+ +| IsHidden | bool | Indicates if the block is hidden by default | ++-----------------------------+----------+------------------------------------------------------------+ ---- diff --git a/.doc/UI/source/generated/Component/CollapsibleSection/CollapsibleSection.rst b/.doc/UI/source/generated/Component/CollapsibleSection/CollapsibleSection.rst index faa850feab..bc203aa6ab 100644 --- a/.doc/UI/source/generated/Component/CollapsibleSection/CollapsibleSection.rst +++ b/.doc/UI/source/generated/Component/CollapsibleSection/CollapsibleSection.rst @@ -56,33 +56,38 @@ CollapsibleSection Standard CollapsibleSection common parameters ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -+-------------------+----------+------------------------------------------------------------+ -| AddCSSClass | string | CSS class to add to the generated html block | -+-------------------+----------+------------------------------------------------------------+ -| AddCSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | -+-------------------+----------+------------------------------------------------------------+ -| AddCssFileRelPath | string | | -+-------------------+----------+------------------------------------------------------------+ -| AddDeferredBlock | iUIBlock | | -+-------------------+----------+------------------------------------------------------------+ -| AddHtml | string | | -+-------------------+----------+------------------------------------------------------------+ -| AddJsFileRelPath | string | | -+-------------------+----------+------------------------------------------------------------+ -| 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 | -+-------------------+----------+------------------------------------------------------------+ -| OpenedByDefault | bool | | -+-------------------+----------+------------------------------------------------------------+ -| SubBlocks | array | | -+-------------------+----------+------------------------------------------------------------+ + ++-----------------------------+----------+------------------------------------------------------------+ +| AddCSSClass | string | CSS class to add to the generated html block | ++-----------------------------+----------+------------------------------------------------------------+ +| AddCSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | ++-----------------------------+----------+------------------------------------------------------------+ +| AddCssFileRelPath | string | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddDeferredBlock | iUIBlock | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddHtml | string | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddJsFileRelPath | string | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddMultipleCssFilesRelPaths | array | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddMultipleJsFilesRelPaths | array | | ++-----------------------------+----------+------------------------------------------------------------+ +| 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 | ++-----------------------------+----------+------------------------------------------------------------+ +| OpenedByDefault | bool | | ++-----------------------------+----------+------------------------------------------------------------+ +| SubBlocks | array | | ++-----------------------------+----------+------------------------------------------------------------+ ---- diff --git a/.doc/UI/source/generated/Component/DataTable/DataTable.rst b/.doc/UI/source/generated/Component/DataTable/DataTable.rst index 4a7e1400d1..0319ef2dbd 100644 --- a/.doc/UI/source/generated/Component/DataTable/DataTable.rst +++ b/.doc/UI/source/generated/Component/DataTable/DataTable.rst @@ -197,43 +197,48 @@ DataTable ForForm DataTable common parameters ^^^^^^^^^^^^^^^^^^^^^^^^^^^ -+-------------------+----------+------------------------------------------------------------+ -| AddCSSClass | string | CSS class to add to the generated html block | -+-------------------+----------+------------------------------------------------------------+ -| AddCSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | -+-------------------+----------+------------------------------------------------------------+ -| AddCssFileRelPath | string | | -+-------------------+----------+------------------------------------------------------------+ -| AddDeferredBlock | iUIBlock | | -+-------------------+----------+------------------------------------------------------------+ -| AddHtml | string | | -+-------------------+----------+------------------------------------------------------------+ -| AddJsFileRelPath | string | | -+-------------------+----------+------------------------------------------------------------+ -| AddSubBlock | iUIBlock | | -+-------------------+----------+------------------------------------------------------------+ -| AjaxData | array | | -+-------------------+----------+------------------------------------------------------------+ -| AjaxUrl | string | | -+-------------------+----------+------------------------------------------------------------+ -| CSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | -+-------------------+----------+------------------------------------------------------------+ -| DataAttributes | array | Array of data attributes in the format ['name' => 'value'] | -+-------------------+----------+------------------------------------------------------------+ -| DeferredBlocks | array | | -+-------------------+----------+------------------------------------------------------------+ -| DisplayColumns | | | -+-------------------+----------+------------------------------------------------------------+ -| IsHidden | bool | Indicates if the block is hidden by default | -+-------------------+----------+------------------------------------------------------------+ -| JSRefresh | string | | -+-------------------+----------+------------------------------------------------------------+ -| Options | | | -+-------------------+----------+------------------------------------------------------------+ -| ResultColumns | | | -+-------------------+----------+------------------------------------------------------------+ -| SubBlocks | array | | -+-------------------+----------+------------------------------------------------------------+ + ++-----------------------------+----------+------------------------------------------------------------+ +| AddCSSClass | string | CSS class to add to the generated html block | ++-----------------------------+----------+------------------------------------------------------------+ +| AddCSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | ++-----------------------------+----------+------------------------------------------------------------+ +| AddCssFileRelPath | string | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddDeferredBlock | iUIBlock | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddHtml | string | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddJsFileRelPath | string | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddMultipleCssFilesRelPaths | array | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddMultipleJsFilesRelPaths | array | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddSubBlock | iUIBlock | | ++-----------------------------+----------+------------------------------------------------------------+ +| AjaxData | array | | ++-----------------------------+----------+------------------------------------------------------------+ +| AjaxUrl | string | | ++-----------------------------+----------+------------------------------------------------------------+ +| CSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | ++-----------------------------+----------+------------------------------------------------------------+ +| DataAttributes | array | Array of data attributes in the format ['name' => 'value'] | ++-----------------------------+----------+------------------------------------------------------------+ +| DeferredBlocks | array | | ++-----------------------------+----------+------------------------------------------------------------+ +| DisplayColumns | | | ++-----------------------------+----------+------------------------------------------------------------+ +| IsHidden | bool | Indicates if the block is hidden by default | ++-----------------------------+----------+------------------------------------------------------------+ +| JSRefresh | string | | ++-----------------------------+----------+------------------------------------------------------------+ +| Options | | | ++-----------------------------+----------+------------------------------------------------------------+ +| ResultColumns | | | ++-----------------------------+----------+------------------------------------------------------------+ +| SubBlocks | array | | ++-----------------------------+----------+------------------------------------------------------------+ ---- diff --git a/.doc/UI/source/generated/Component/Field/Field.rst b/.doc/UI/source/generated/Component/Field/Field.rst index 6c87f57aef..437efc0115 100644 --- a/.doc/UI/source/generated/Component/Field/Field.rst +++ b/.doc/UI/source/generated/Component/Field/Field.rst @@ -150,63 +150,68 @@ Field Standard Field common parameters ^^^^^^^^^^^^^^^^^^^^^^^ -+-------------------+----------+------------------------------------------------------------+ -| AddCSSClass | string | CSS class to add to the generated html block | -+-------------------+----------+------------------------------------------------------------+ -| AddCSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | -+-------------------+----------+------------------------------------------------------------+ -| AddCssFileRelPath | string | | -+-------------------+----------+------------------------------------------------------------+ -| AddDeferredBlock | iUIBlock | | -+-------------------+----------+------------------------------------------------------------+ -| AddHtml | string | | -+-------------------+----------+------------------------------------------------------------+ -| AddJsFileRelPath | string | | -+-------------------+----------+------------------------------------------------------------+ -| AddSubBlock | iUIBlock | | -+-------------------+----------+------------------------------------------------------------+ -| AttCode | string | | -+-------------------+----------+------------------------------------------------------------+ -| AttLabel | string | | -+-------------------+----------+------------------------------------------------------------+ -| AttType | string | | -+-------------------+----------+------------------------------------------------------------+ -| CSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | -+-------------------+----------+------------------------------------------------------------+ -| Comments | string | | -+-------------------+----------+------------------------------------------------------------+ -| DataAttributes | array | Array of data attributes in the format ['name' => 'value'] | -+-------------------+----------+------------------------------------------------------------+ -| DeferredBlocks | array | | -+-------------------+----------+------------------------------------------------------------+ -| InputId | string | | -+-------------------+----------+------------------------------------------------------------+ -| InputType | string | | -+-------------------+----------+------------------------------------------------------------+ -| IsHidden | bool | Indicates if the block is hidden by default | -+-------------------+----------+------------------------------------------------------------+ -| IsMandatory | bool | | -+-------------------+----------+------------------------------------------------------------+ -| IsReadOnly | bool | | -+-------------------+----------+------------------------------------------------------------+ -| IsSlave | bool | | -+-------------------+----------+------------------------------------------------------------+ -| Label | string | | -+-------------------+----------+------------------------------------------------------------+ -| Layout | string | | -+-------------------+----------+------------------------------------------------------------+ -| MustChange | bool | | -+-------------------+----------+------------------------------------------------------------+ -| MustPrompt | bool | | -+-------------------+----------+------------------------------------------------------------+ -| SubBlocks | array | | -+-------------------+----------+------------------------------------------------------------+ -| Value | UIBlock | | -+-------------------+----------+------------------------------------------------------------+ -| ValueId | string | | -+-------------------+----------+------------------------------------------------------------+ -| ValueRaw | string | | -+-------------------+----------+------------------------------------------------------------+ + ++-----------------------------+----------+------------------------------------------------------------+ +| AddCSSClass | string | CSS class to add to the generated html block | ++-----------------------------+----------+------------------------------------------------------------+ +| AddCSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | ++-----------------------------+----------+------------------------------------------------------------+ +| AddCssFileRelPath | string | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddDeferredBlock | iUIBlock | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddHtml | string | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddJsFileRelPath | string | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddMultipleCssFilesRelPaths | array | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddMultipleJsFilesRelPaths | array | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddSubBlock | iUIBlock | | ++-----------------------------+----------+------------------------------------------------------------+ +| AttCode | string | | ++-----------------------------+----------+------------------------------------------------------------+ +| AttLabel | string | | ++-----------------------------+----------+------------------------------------------------------------+ +| AttType | string | | ++-----------------------------+----------+------------------------------------------------------------+ +| CSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | ++-----------------------------+----------+------------------------------------------------------------+ +| Comments | string | | ++-----------------------------+----------+------------------------------------------------------------+ +| DataAttributes | array | Array of data attributes in the format ['name' => 'value'] | ++-----------------------------+----------+------------------------------------------------------------+ +| DeferredBlocks | array | | ++-----------------------------+----------+------------------------------------------------------------+ +| InputId | string | | ++-----------------------------+----------+------------------------------------------------------------+ +| InputType | string | | ++-----------------------------+----------+------------------------------------------------------------+ +| IsHidden | bool | Indicates if the block is hidden by default | ++-----------------------------+----------+------------------------------------------------------------+ +| IsMandatory | bool | | ++-----------------------------+----------+------------------------------------------------------------+ +| IsReadOnly | bool | | ++-----------------------------+----------+------------------------------------------------------------+ +| IsSlave | bool | | ++-----------------------------+----------+------------------------------------------------------------+ +| Label | string | | ++-----------------------------+----------+------------------------------------------------------------+ +| Layout | string | | ++-----------------------------+----------+------------------------------------------------------------+ +| MustChange | bool | | ++-----------------------------+----------+------------------------------------------------------------+ +| MustPrompt | bool | | ++-----------------------------+----------+------------------------------------------------------------+ +| SubBlocks | array | | ++-----------------------------+----------+------------------------------------------------------------+ +| Value | UIBlock | | ++-----------------------------+----------+------------------------------------------------------------+ +| ValueId | string | | ++-----------------------------+----------+------------------------------------------------------------+ +| ValueRaw | string | | ++-----------------------------+----------+------------------------------------------------------------+ ---- diff --git a/.doc/UI/source/generated/Component/FieldBadge/FieldBadge.rst b/.doc/UI/source/generated/Component/FieldBadge/FieldBadge.rst index d5779d46de..6a5f18a16e 100644 --- a/.doc/UI/source/generated/Component/FieldBadge/FieldBadge.rst +++ b/.doc/UI/source/generated/Component/FieldBadge/FieldBadge.rst @@ -56,31 +56,36 @@ FieldBadge ForField FieldBadge common parameters ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -+-------------------+----------+------------------------------------------------------------+ -| AddCSSClass | string | CSS class to add to the generated html block | -+-------------------+----------+------------------------------------------------------------+ -| AddCSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | -+-------------------+----------+------------------------------------------------------------+ -| AddCssFileRelPath | string | | -+-------------------+----------+------------------------------------------------------------+ -| AddDeferredBlock | iUIBlock | | -+-------------------+----------+------------------------------------------------------------+ -| AddHtml | string | | -+-------------------+----------+------------------------------------------------------------+ -| AddJsFileRelPath | string | | -+-------------------+----------+------------------------------------------------------------+ -| 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 | | -+-------------------+----------+------------------------------------------------------------+ + ++-----------------------------+----------+------------------------------------------------------------+ +| AddCSSClass | string | CSS class to add to the generated html block | ++-----------------------------+----------+------------------------------------------------------------+ +| AddCSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | ++-----------------------------+----------+------------------------------------------------------------+ +| AddCssFileRelPath | string | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddDeferredBlock | iUIBlock | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddHtml | string | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddJsFileRelPath | string | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddMultipleCssFilesRelPaths | array | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddMultipleJsFilesRelPaths | array | | ++-----------------------------+----------+------------------------------------------------------------+ +| 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 | | ++-----------------------------+----------+------------------------------------------------------------+ ---- diff --git a/.doc/UI/source/generated/Component/FieldSet/FieldSet.rst b/.doc/UI/source/generated/Component/FieldSet/FieldSet.rst index 220fdf2a8b..94adee25c6 100644 --- a/.doc/UI/source/generated/Component/FieldSet/FieldSet.rst +++ b/.doc/UI/source/generated/Component/FieldSet/FieldSet.rst @@ -56,31 +56,36 @@ FieldSet Standard FieldSet common parameters ^^^^^^^^^^^^^^^^^^^^^^^^^^ -+-------------------+----------+------------------------------------------------------------+ -| AddCSSClass | string | CSS class to add to the generated html block | -+-------------------+----------+------------------------------------------------------------+ -| AddCSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | -+-------------------+----------+------------------------------------------------------------+ -| AddCssFileRelPath | string | | -+-------------------+----------+------------------------------------------------------------+ -| AddDeferredBlock | iUIBlock | | -+-------------------+----------+------------------------------------------------------------+ -| AddHtml | string | | -+-------------------+----------+------------------------------------------------------------+ -| AddJsFileRelPath | string | | -+-------------------+----------+------------------------------------------------------------+ -| 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 | | -+-------------------+----------+------------------------------------------------------------+ + ++-----------------------------+----------+------------------------------------------------------------+ +| AddCSSClass | string | CSS class to add to the generated html block | ++-----------------------------+----------+------------------------------------------------------------+ +| AddCSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | ++-----------------------------+----------+------------------------------------------------------------+ +| AddCssFileRelPath | string | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddDeferredBlock | iUIBlock | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddHtml | string | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddJsFileRelPath | string | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddMultipleCssFilesRelPaths | array | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddMultipleJsFilesRelPaths | array | | ++-----------------------------+----------+------------------------------------------------------------+ +| 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 | | ++-----------------------------+----------+------------------------------------------------------------+ ---- diff --git a/.doc/UI/source/generated/Component/Form/Form.rst b/.doc/UI/source/generated/Component/Form/Form.rst index 2d6db8a0d7..fdd71e3745 100644 --- a/.doc/UI/source/generated/Component/Form/Form.rst +++ b/.doc/UI/source/generated/Component/Form/Form.rst @@ -54,35 +54,40 @@ Form Standard Form common parameters ^^^^^^^^^^^^^^^^^^^^^^ -+-------------------+----------+------------------------------------------------------------+ -| Action | string | | -+-------------------+----------+------------------------------------------------------------+ -| AddCSSClass | string | CSS class to add to the generated html block | -+-------------------+----------+------------------------------------------------------------+ -| AddCSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | -+-------------------+----------+------------------------------------------------------------+ -| AddCssFileRelPath | string | | -+-------------------+----------+------------------------------------------------------------+ -| AddDeferredBlock | iUIBlock | | -+-------------------+----------+------------------------------------------------------------+ -| AddHtml | string | | -+-------------------+----------+------------------------------------------------------------+ -| AddJsFileRelPath | string | | -+-------------------+----------+------------------------------------------------------------+ -| 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 | -+-------------------+----------+------------------------------------------------------------+ -| OnSubmitJsCode | string | | -+-------------------+----------+------------------------------------------------------------+ -| SubBlocks | array | | -+-------------------+----------+------------------------------------------------------------+ + ++-----------------------------+----------+------------------------------------------------------------+ +| Action | string | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddCSSClass | string | CSS class to add to the generated html block | ++-----------------------------+----------+------------------------------------------------------------+ +| AddCSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | ++-----------------------------+----------+------------------------------------------------------------+ +| AddCssFileRelPath | string | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddDeferredBlock | iUIBlock | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddHtml | string | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddJsFileRelPath | string | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddMultipleCssFilesRelPaths | array | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddMultipleJsFilesRelPaths | array | | ++-----------------------------+----------+------------------------------------------------------------+ +| 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 | ++-----------------------------+----------+------------------------------------------------------------+ +| OnSubmitJsCode | string | | ++-----------------------------+----------+------------------------------------------------------------+ +| SubBlocks | array | | ++-----------------------------+----------+------------------------------------------------------------+ ---- diff --git a/.doc/UI/source/generated/Component/Input/FileSelect/FileSelect.rst b/.doc/UI/source/generated/Component/Input/FileSelect/FileSelect.rst index 8a3b7488ff..c43d7b601c 100644 --- a/.doc/UI/source/generated/Component/Input/FileSelect/FileSelect.rst +++ b/.doc/UI/source/generated/Component/Input/FileSelect/FileSelect.rst @@ -52,29 +52,34 @@ FileSelect Standard FileSelect common parameters ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -+-------------------+--------+------------------------------------------------------------+ -| AddCSSClass | string | CSS class to add to the generated html block | -+-------------------+--------+------------------------------------------------------------+ -| AddCSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | -+-------------------+--------+------------------------------------------------------------+ -| AddCssFileRelPath | string | | -+-------------------+--------+------------------------------------------------------------+ -| AddHtml | string | | -+-------------------+--------+------------------------------------------------------------+ -| AddJsFileRelPath | string | | -+-------------------+--------+------------------------------------------------------------+ -| ButtonText | string | | -+-------------------+--------+------------------------------------------------------------+ -| CSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | -+-------------------+--------+------------------------------------------------------------+ -| DataAttributes | array | Array of data attributes in the format ['name' => 'value'] | -+-------------------+--------+------------------------------------------------------------+ -| FileName | | | -+-------------------+--------+------------------------------------------------------------+ -| IsHidden | bool | Indicates if the block is hidden by default | -+-------------------+--------+------------------------------------------------------------+ -| ShowFilename | bool | | -+-------------------+--------+------------------------------------------------------------+ + ++-----------------------------+--------+------------------------------------------------------------+ +| AddCSSClass | string | CSS class to add to the generated html block | ++-----------------------------+--------+------------------------------------------------------------+ +| AddCSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | ++-----------------------------+--------+------------------------------------------------------------+ +| AddCssFileRelPath | string | | ++-----------------------------+--------+------------------------------------------------------------+ +| AddHtml | string | | ++-----------------------------+--------+------------------------------------------------------------+ +| AddJsFileRelPath | string | | ++-----------------------------+--------+------------------------------------------------------------+ +| AddMultipleCssFilesRelPaths | array | | ++-----------------------------+--------+------------------------------------------------------------+ +| AddMultipleJsFilesRelPaths | array | | ++-----------------------------+--------+------------------------------------------------------------+ +| ButtonText | string | | ++-----------------------------+--------+------------------------------------------------------------+ +| CSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | ++-----------------------------+--------+------------------------------------------------------------+ +| DataAttributes | array | Array of data attributes in the format ['name' => 'value'] | ++-----------------------------+--------+------------------------------------------------------------+ +| FileName | | | ++-----------------------------+--------+------------------------------------------------------------+ +| IsHidden | bool | Indicates if the block is hidden by default | ++-----------------------------+--------+------------------------------------------------------------+ +| ShowFilename | bool | | ++-----------------------------+--------+------------------------------------------------------------+ ---- diff --git a/.doc/UI/source/generated/Component/Input/Input.rst b/.doc/UI/source/generated/Component/Input/Input.rst index 735b0f2d9f..1cef7f409e 100644 --- a/.doc/UI/source/generated/Component/Input/Input.rst +++ b/.doc/UI/source/generated/Component/Input/Input.rst @@ -106,37 +106,42 @@ Input ForInputWithLabel Input common parameters ^^^^^^^^^^^^^^^^^^^^^^^ -+-------------------+--------+------------------------------------------------------------+ -| AddCSSClass | string | CSS class to add to the generated html block | -+-------------------+--------+------------------------------------------------------------+ -| AddCSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | -+-------------------+--------+------------------------------------------------------------+ -| AddCssFileRelPath | string | | -+-------------------+--------+------------------------------------------------------------+ -| AddHtml | string | | -+-------------------+--------+------------------------------------------------------------+ -| AddJsFileRelPath | string | | -+-------------------+--------+------------------------------------------------------------+ -| CSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | -+-------------------+--------+------------------------------------------------------------+ -| DataAttributes | array | Array of data attributes in the format ['name' => 'value'] | -+-------------------+--------+------------------------------------------------------------+ -| IsChecked | | | -+-------------------+--------+------------------------------------------------------------+ -| IsDisabled | bool | | -+-------------------+--------+------------------------------------------------------------+ -| IsHidden | bool | Indicates if the block is hidden by default | -+-------------------+--------+------------------------------------------------------------+ -| IsReadonly | bool | | -+-------------------+--------+------------------------------------------------------------+ -| Name | string | | -+-------------------+--------+------------------------------------------------------------+ -| Placeholder | string | | -+-------------------+--------+------------------------------------------------------------+ -| Type | string | | -+-------------------+--------+------------------------------------------------------------+ -| Value | string | | -+-------------------+--------+------------------------------------------------------------+ + ++-----------------------------+--------+------------------------------------------------------------+ +| AddCSSClass | string | CSS class to add to the generated html block | ++-----------------------------+--------+------------------------------------------------------------+ +| AddCSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | ++-----------------------------+--------+------------------------------------------------------------+ +| AddCssFileRelPath | string | | ++-----------------------------+--------+------------------------------------------------------------+ +| AddHtml | string | | ++-----------------------------+--------+------------------------------------------------------------+ +| AddJsFileRelPath | string | | ++-----------------------------+--------+------------------------------------------------------------+ +| AddMultipleCssFilesRelPaths | array | | ++-----------------------------+--------+------------------------------------------------------------+ +| AddMultipleJsFilesRelPaths | array | | ++-----------------------------+--------+------------------------------------------------------------+ +| CSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | ++-----------------------------+--------+------------------------------------------------------------+ +| DataAttributes | array | Array of data attributes in the format ['name' => 'value'] | ++-----------------------------+--------+------------------------------------------------------------+ +| IsChecked | | | ++-----------------------------+--------+------------------------------------------------------------+ +| IsDisabled | bool | | ++-----------------------------+--------+------------------------------------------------------------+ +| IsHidden | bool | Indicates if the block is hidden by default | ++-----------------------------+--------+------------------------------------------------------------+ +| IsReadonly | bool | | ++-----------------------------+--------+------------------------------------------------------------+ +| Name | string | | ++-----------------------------+--------+------------------------------------------------------------+ +| Placeholder | string | | ++-----------------------------+--------+------------------------------------------------------------+ +| Type | string | | ++-----------------------------+--------+------------------------------------------------------------+ +| Value | string | | ++-----------------------------+--------+------------------------------------------------------------+ ---- diff --git a/.doc/UI/source/generated/Component/Input/Select/Select.rst b/.doc/UI/source/generated/Component/Input/Select/Select.rst index dce187a165..f6907faf2f 100644 --- a/.doc/UI/source/generated/Component/Input/Select/Select.rst +++ b/.doc/UI/source/generated/Component/Input/Select/Select.rst @@ -29,11 +29,11 @@ Twig Tag :Type: -+------------------------------------------------------+------------------------------------------------------------------------------------------------+ -| :ref:`ForSelect ` | @param string $sName | -+------------------------------------------------------+------------------------------------------------------------------------------------------------+ -| :ref:`ForSelectWithLabel ` | If you need to have a real field with a label, you might use a {@link Field} component instead | -+------------------------------------------------------+------------------------------------------------------------------------------------------------+ ++------------------------------------------------------+------------------------------------+ +| :ref:`ForSelect ` | Create a default Select input | ++------------------------------------------------------+------------------------------------+ +| :ref:`ForSelectWithLabel ` | Create a Select input with a label | ++------------------------------------------------------+------------------------------------+ .. _SelectForSelect: @@ -50,11 +50,11 @@ Select ForSelect :parameters: -+-------+--------+-----------+------+--+ -| sName | string | mandatory | | | -+-------+--------+-----------+------+--+ -| sId | string | optional | NULL | | -+-------+--------+-----------+------+--+ ++-------+--------+-----------+------+-------------------------+ +| sName | string | mandatory | | Input name for the form | ++-------+--------+-----------+------+-------------------------+ +| sId | string | optional | NULL | $sId | ++-------+--------+-----------+------+-------------------------+ .. _SelectForSelectWithLabel: @@ -71,51 +71,58 @@ Select ForSelectWithLabel :parameters: -+--------+--------+-----------+------+--+ -| sName | string | mandatory | | | -+--------+--------+-----------+------+--+ -| sLabel | string | mandatory | | | -+--------+--------+-----------+------+--+ -| sId | string | optional | NULL | | -+--------+--------+-----------+------+--+ ++--------+--------+-----------+------+-----------------------------------------------------+ +| sName | string | mandatory | | Input name for the form | ++--------+--------+-----------+------+-----------------------------------------------------+ +| sLabel | string | mandatory | | Label to display with the input (null for no label) | ++--------+--------+-----------+------+-----------------------------------------------------+ +| sId | string | optional | NULL | $sId | ++--------+--------+-----------+------+-----------------------------------------------------+ Select common parameters ^^^^^^^^^^^^^^^^^^^^^^^^ -+-------------------+--------------+------------------------------------------------------------+ -| AddCSSClass | string | CSS class to add to the generated html block | -+-------------------+--------------+------------------------------------------------------------+ -| 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 | Array of data attributes in the format ['name' => 'value'] | -+-------------------+--------------+------------------------------------------------------------+ -| DeferredBlocks | array | | -+-------------------+--------------+------------------------------------------------------------+ -| IsHidden | bool | Indicates if the block is hidden by default | -+-------------------+--------------+------------------------------------------------------------+ -| IsMultiple | bool | | -+-------------------+--------------+------------------------------------------------------------+ -| Name | string | | -+-------------------+--------------+------------------------------------------------------------+ -| SubBlocks | array | | -+-------------------+--------------+------------------------------------------------------------+ -| SubmitOnChange | bool | | -+-------------------+--------------+------------------------------------------------------------+ -| Value | string | | -+-------------------+--------------+------------------------------------------------------------+ + ++-----------------------------+--------------+------------------------------------------------------------+ +| AddCSSClass | string | CSS class to add to the generated html block | ++-----------------------------+--------------+------------------------------------------------------------+ +| AddCSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | ++-----------------------------+--------------+------------------------------------------------------------+ +| AddCssFileRelPath | string | | ++-----------------------------+--------------+------------------------------------------------------------+ +| AddDeferredBlock | iUIBlock | | ++-----------------------------+--------------+------------------------------------------------------------+ +| AddHtml | string | | ++-----------------------------+--------------+------------------------------------------------------------+ +| AddJsFileRelPath | string | | ++-----------------------------+--------------+------------------------------------------------------------+ +| AddMultipleCssFilesRelPaths | array | | ++-----------------------------+--------------+------------------------------------------------------------+ +| AddMultipleJsFilesRelPaths | array | | ++-----------------------------+--------------+------------------------------------------------------------+ +| AddOption | SelectOption | Select option UIBlock | ++-----------------------------+--------------+------------------------------------------------------------+ +| 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 | ++-----------------------------+--------------+------------------------------------------------------------+ +| IsLabelBefore | bool | If true the label will be positioned before the input | ++-----------------------------+--------------+------------------------------------------------------------+ +| IsMultiple | bool | Allow multiple selection | ++-----------------------------+--------------+------------------------------------------------------------+ +| Label | string | Label to display with the input (null for no label) | ++-----------------------------+--------------+------------------------------------------------------------+ +| Name | string | Input name for the form | ++-----------------------------+--------------+------------------------------------------------------------+ +| SubBlocks | array | | ++-----------------------------+--------------+------------------------------------------------------------+ +| SubmitOnChange | bool | if true submit the form as soon as a change is detected | ++-----------------------------+--------------+------------------------------------------------------------+ ---- diff --git a/.doc/UI/source/generated/Component/Input/Select/SelectOption.rst b/.doc/UI/source/generated/Component/Input/Select/SelectOption.rst index 71ca5aab93..f22a258fbf 100644 --- a/.doc/UI/source/generated/Component/Input/Select/SelectOption.rst +++ b/.doc/UI/source/generated/Component/Input/Select/SelectOption.rst @@ -56,31 +56,36 @@ SelectOption ForSelectOption SelectOption common parameters ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -+-------------------+--------+------------------------------------------------------------+ -| AddCSSClass | string | CSS class to add to the generated html block | -+-------------------+--------+------------------------------------------------------------+ -| AddCSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | -+-------------------+--------+------------------------------------------------------------+ -| AddCssFileRelPath | string | | -+-------------------+--------+------------------------------------------------------------+ -| AddHtml | string | | -+-------------------+--------+------------------------------------------------------------+ -| AddJsFileRelPath | string | | -+-------------------+--------+------------------------------------------------------------+ -| CSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | -+-------------------+--------+------------------------------------------------------------+ -| DataAttributes | array | Array of data attributes in the format ['name' => 'value'] | -+-------------------+--------+------------------------------------------------------------+ -| Disabled | bool | | -+-------------------+--------+------------------------------------------------------------+ -| IsHidden | bool | Indicates if the block is hidden by default | -+-------------------+--------+------------------------------------------------------------+ -| Label | string | | -+-------------------+--------+------------------------------------------------------------+ -| Selected | bool | | -+-------------------+--------+------------------------------------------------------------+ -| Value | string | | -+-------------------+--------+------------------------------------------------------------+ + ++-----------------------------+--------+------------------------------------------------------------+ +| AddCSSClass | string | CSS class to add to the generated html block | ++-----------------------------+--------+------------------------------------------------------------+ +| AddCSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | ++-----------------------------+--------+------------------------------------------------------------+ +| AddCssFileRelPath | string | | ++-----------------------------+--------+------------------------------------------------------------+ +| AddHtml | string | | ++-----------------------------+--------+------------------------------------------------------------+ +| AddJsFileRelPath | string | | ++-----------------------------+--------+------------------------------------------------------------+ +| AddMultipleCssFilesRelPaths | array | | ++-----------------------------+--------+------------------------------------------------------------+ +| AddMultipleJsFilesRelPaths | array | | ++-----------------------------+--------+------------------------------------------------------------+ +| CSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | ++-----------------------------+--------+------------------------------------------------------------+ +| DataAttributes | array | Array of data attributes in the format ['name' => 'value'] | ++-----------------------------+--------+------------------------------------------------------------+ +| Disabled | bool | | ++-----------------------------+--------+------------------------------------------------------------+ +| IsHidden | bool | Indicates if the block is hidden by default | ++-----------------------------+--------+------------------------------------------------------------+ +| Label | string | | ++-----------------------------+--------+------------------------------------------------------------+ +| Selected | bool | | ++-----------------------------+--------+------------------------------------------------------------+ +| Value | string | | ++-----------------------------+--------+------------------------------------------------------------+ ---- diff --git a/.doc/UI/source/generated/Component/Panel/Panel.rst b/.doc/UI/source/generated/Component/Panel/Panel.rst index b2b5256de5..b373030afd 100644 --- a/.doc/UI/source/generated/Component/Panel/Panel.rst +++ b/.doc/UI/source/generated/Component/Panel/Panel.rst @@ -242,69 +242,74 @@ Panel ForClass Panel common parameters ^^^^^^^^^^^^^^^^^^^^^^^ -+-------------------------+-----------------+------------------------------------------------------------+ -| AddCSSClass | string | CSS class to add to the generated html block | -+-------------------------+-----------------+------------------------------------------------------------+ -| AddCSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | -+-------------------------+-----------------+------------------------------------------------------------+ -| AddCssFileRelPath | string | | -+-------------------------+-----------------+------------------------------------------------------------+ -| AddDeferredBlock | iUIBlock | | -+-------------------------+-----------------+------------------------------------------------------------+ -| AddHtml | string | | -+-------------------------+-----------------+------------------------------------------------------------+ -| AddJsFileRelPath | string | | -+-------------------------+-----------------+------------------------------------------------------------+ -| AddMainBlock | iUIBlock | | -+-------------------------+-----------------+------------------------------------------------------------+ -| AddMainBlocks | array | | -+-------------------------+-----------------+------------------------------------------------------------+ -| AddSubBlock | iUIBlock | | -+-------------------------+-----------------+------------------------------------------------------------+ -| AddSubTitleBlock | iUIBlock | | -+-------------------------+-----------------+------------------------------------------------------------+ -| AddSubTitleBlocks | array | | -+-------------------------+-----------------+------------------------------------------------------------+ -| AddTitleBlock | iUIBlock | | -+-------------------------+-----------------+------------------------------------------------------------+ -| AddTitleBlocks | array | | -+-------------------------+-----------------+------------------------------------------------------------+ -| AddToolbarBlock | iUIBlock | | -+-------------------------+-----------------+------------------------------------------------------------+ -| AddToolbarBlocks | array | | -+-------------------------+-----------------+------------------------------------------------------------+ -| CSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | -+-------------------------+-----------------+------------------------------------------------------------+ -| Color | string | | -+-------------------------+-----------------+------------------------------------------------------------+ -| ColorFromClass | string | | -+-------------------------+-----------------+------------------------------------------------------------+ -| ColorFromOrmStyle | ormStyle | | -+-------------------------+-----------------+------------------------------------------------------------+ -| DataAttributes | array | Array of data attributes in the format ['name' => 'value'] | -+-------------------------+-----------------+------------------------------------------------------------+ -| DeferredBlocks | array | | -+-------------------------+-----------------+------------------------------------------------------------+ -| IsCollapsible | bool | | -+-------------------------+-----------------+------------------------------------------------------------+ -| IsHeaderVisibleOnScroll | bool | | -+-------------------------+-----------------+------------------------------------------------------------+ -| IsHidden | bool | Indicates if the block is hidden by default | -+-------------------------+-----------------+------------------------------------------------------------+ -| MainBlocks | array | | -+-------------------------+-----------------+------------------------------------------------------------+ -| SubBlocks | array | | -+-------------------------+-----------------+------------------------------------------------------------+ -| SubTitle | string | | -+-------------------------+-----------------+------------------------------------------------------------+ -| SubTitleBlock | iUIContentBlock | | -+-------------------------+-----------------+------------------------------------------------------------+ -| Title | string | | -+-------------------------+-----------------+------------------------------------------------------------+ -| TitleBlock | iUIContentBlock | | -+-------------------------+-----------------+------------------------------------------------------------+ -| ToolBlocks | array | | -+-------------------------+-----------------+------------------------------------------------------------+ + ++-----------------------------+-----------------+------------------------------------------------------------+ +| AddCSSClass | string | CSS class to add to the generated html block | ++-----------------------------+-----------------+------------------------------------------------------------+ +| AddCSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | ++-----------------------------+-----------------+------------------------------------------------------------+ +| AddCssFileRelPath | string | | ++-----------------------------+-----------------+------------------------------------------------------------+ +| AddDeferredBlock | iUIBlock | | ++-----------------------------+-----------------+------------------------------------------------------------+ +| AddHtml | string | | ++-----------------------------+-----------------+------------------------------------------------------------+ +| AddJsFileRelPath | string | | ++-----------------------------+-----------------+------------------------------------------------------------+ +| AddMainBlock | iUIBlock | | ++-----------------------------+-----------------+------------------------------------------------------------+ +| AddMainBlocks | array | | ++-----------------------------+-----------------+------------------------------------------------------------+ +| AddMultipleCssFilesRelPaths | array | | ++-----------------------------+-----------------+------------------------------------------------------------+ +| AddMultipleJsFilesRelPaths | array | | ++-----------------------------+-----------------+------------------------------------------------------------+ +| AddSubBlock | iUIBlock | | ++-----------------------------+-----------------+------------------------------------------------------------+ +| AddSubTitleBlock | iUIBlock | | ++-----------------------------+-----------------+------------------------------------------------------------+ +| AddSubTitleBlocks | array | | ++-----------------------------+-----------------+------------------------------------------------------------+ +| AddTitleBlock | iUIBlock | | ++-----------------------------+-----------------+------------------------------------------------------------+ +| AddTitleBlocks | array | | ++-----------------------------+-----------------+------------------------------------------------------------+ +| AddToolbarBlock | iUIBlock | | ++-----------------------------+-----------------+------------------------------------------------------------+ +| AddToolbarBlocks | array | | ++-----------------------------+-----------------+------------------------------------------------------------+ +| CSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | ++-----------------------------+-----------------+------------------------------------------------------------+ +| Color | string | | ++-----------------------------+-----------------+------------------------------------------------------------+ +| ColorFromClass | string | | ++-----------------------------+-----------------+------------------------------------------------------------+ +| ColorFromOrmStyle | ormStyle | | ++-----------------------------+-----------------+------------------------------------------------------------+ +| DataAttributes | array | Array of data attributes in the format ['name' => 'value'] | ++-----------------------------+-----------------+------------------------------------------------------------+ +| DeferredBlocks | array | | ++-----------------------------+-----------------+------------------------------------------------------------+ +| IsCollapsible | bool | | ++-----------------------------+-----------------+------------------------------------------------------------+ +| IsHeaderVisibleOnScroll | bool | | ++-----------------------------+-----------------+------------------------------------------------------------+ +| IsHidden | bool | Indicates if the block is hidden by default | ++-----------------------------+-----------------+------------------------------------------------------------+ +| MainBlocks | array | | ++-----------------------------+-----------------+------------------------------------------------------------+ +| SubBlocks | array | | ++-----------------------------+-----------------+------------------------------------------------------------+ +| SubTitle | string | | ++-----------------------------+-----------------+------------------------------------------------------------+ +| SubTitleBlock | iUIContentBlock | | ++-----------------------------+-----------------+------------------------------------------------------------+ +| Title | string | | ++-----------------------------+-----------------+------------------------------------------------------------+ +| TitleBlock | iUIContentBlock | | ++-----------------------------+-----------------+------------------------------------------------------------+ +| ToolBlocks | array | | ++-----------------------------+-----------------+------------------------------------------------------------+ ---- diff --git a/.doc/UI/source/generated/Component/Spinner/Spinner.rst b/.doc/UI/source/generated/Component/Spinner/Spinner.rst index 1c4e1c7152..5030d10840 100644 --- a/.doc/UI/source/generated/Component/Spinner/Spinner.rst +++ b/.doc/UI/source/generated/Component/Spinner/Spinner.rst @@ -50,23 +50,28 @@ Spinner Standard Spinner common parameters ^^^^^^^^^^^^^^^^^^^^^^^^^ -+-------------------+--------+------------------------------------------------------------+ -| AddCSSClass | string | CSS class to add to the generated html block | -+-------------------+--------+------------------------------------------------------------+ -| AddCSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | -+-------------------+--------+------------------------------------------------------------+ -| AddCssFileRelPath | string | | -+-------------------+--------+------------------------------------------------------------+ -| AddHtml | string | | -+-------------------+--------+------------------------------------------------------------+ -| AddJsFileRelPath | string | | -+-------------------+--------+------------------------------------------------------------+ -| CSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | -+-------------------+--------+------------------------------------------------------------+ -| DataAttributes | array | Array of data attributes in the format ['name' => 'value'] | -+-------------------+--------+------------------------------------------------------------+ -| IsHidden | bool | Indicates if the block is hidden by default | -+-------------------+--------+------------------------------------------------------------+ + ++-----------------------------+--------+------------------------------------------------------------+ +| AddCSSClass | string | CSS class to add to the generated html block | ++-----------------------------+--------+------------------------------------------------------------+ +| AddCSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | ++-----------------------------+--------+------------------------------------------------------------+ +| AddCssFileRelPath | string | | ++-----------------------------+--------+------------------------------------------------------------+ +| AddHtml | string | | ++-----------------------------+--------+------------------------------------------------------------+ +| AddJsFileRelPath | string | | ++-----------------------------+--------+------------------------------------------------------------+ +| AddMultipleCssFilesRelPaths | array | | ++-----------------------------+--------+------------------------------------------------------------+ +| AddMultipleJsFilesRelPaths | array | | ++-----------------------------+--------+------------------------------------------------------------+ +| CSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | ++-----------------------------+--------+------------------------------------------------------------+ +| DataAttributes | array | Array of data attributes in the format ['name' => 'value'] | ++-----------------------------+--------+------------------------------------------------------------+ +| IsHidden | bool | Indicates if the block is hidden by default | ++-----------------------------+--------+------------------------------------------------------------+ ---- diff --git a/.doc/UI/source/generated/Component/Title/Title.rst b/.doc/UI/source/generated/Component/Title/Title.rst index 799fd8e713..88d2bea118 100644 --- a/.doc/UI/source/generated/Component/Title/Title.rst +++ b/.doc/UI/source/generated/Component/Title/Title.rst @@ -135,31 +135,36 @@ Title Standard Title common parameters ^^^^^^^^^^^^^^^^^^^^^^^ -+-------------------+----------+------------------------------------------------------------+ -| AddCSSClass | string | CSS class to add to the generated html block | -+-------------------+----------+------------------------------------------------------------+ -| AddCSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | -+-------------------+----------+------------------------------------------------------------+ -| AddCssFileRelPath | string | | -+-------------------+----------+------------------------------------------------------------+ -| AddDeferredBlock | iUIBlock | | -+-------------------+----------+------------------------------------------------------------+ -| AddHtml | string | | -+-------------------+----------+------------------------------------------------------------+ -| AddJsFileRelPath | string | | -+-------------------+----------+------------------------------------------------------------+ -| 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 | | -+-------------------+----------+------------------------------------------------------------+ + ++-----------------------------+----------+------------------------------------------------------------+ +| AddCSSClass | string | CSS class to add to the generated html block | ++-----------------------------+----------+------------------------------------------------------------+ +| AddCSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | ++-----------------------------+----------+------------------------------------------------------------+ +| AddCssFileRelPath | string | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddDeferredBlock | iUIBlock | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddHtml | string | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddJsFileRelPath | string | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddMultipleCssFilesRelPaths | array | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddMultipleJsFilesRelPaths | array | | ++-----------------------------+----------+------------------------------------------------------------+ +| 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 | | ++-----------------------------+----------+------------------------------------------------------------+ ---- diff --git a/.doc/UI/source/generated/Component/Toolbar/Toolbar.rst b/.doc/UI/source/generated/Component/Toolbar/Toolbar.rst index 6406a0820c..054bbbf862 100644 --- a/.doc/UI/source/generated/Component/Toolbar/Toolbar.rst +++ b/.doc/UI/source/generated/Component/Toolbar/Toolbar.rst @@ -100,31 +100,36 @@ Toolbar ForButton Toolbar common parameters ^^^^^^^^^^^^^^^^^^^^^^^^^ -+-------------------+----------+------------------------------------------------------------+ -| AddCSSClass | string | CSS class to add to the generated html block | -+-------------------+----------+------------------------------------------------------------+ -| AddCSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | -+-------------------+----------+------------------------------------------------------------+ -| AddCssFileRelPath | string | | -+-------------------+----------+------------------------------------------------------------+ -| AddDeferredBlock | iUIBlock | | -+-------------------+----------+------------------------------------------------------------+ -| AddHtml | string | | -+-------------------+----------+------------------------------------------------------------+ -| AddJsFileRelPath | string | | -+-------------------+----------+------------------------------------------------------------+ -| 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 | | -+-------------------+----------+------------------------------------------------------------+ + ++-----------------------------+----------+------------------------------------------------------------+ +| AddCSSClass | string | CSS class to add to the generated html block | ++-----------------------------+----------+------------------------------------------------------------+ +| AddCSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | ++-----------------------------+----------+------------------------------------------------------------+ +| AddCssFileRelPath | string | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddDeferredBlock | iUIBlock | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddHtml | string | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddJsFileRelPath | string | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddMultipleCssFilesRelPaths | array | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddMultipleJsFilesRelPaths | array | | ++-----------------------------+----------+------------------------------------------------------------+ +| 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 | | ++-----------------------------+----------+------------------------------------------------------------+ ---- diff --git a/.doc/UI/source/generated/Component/Toolbar/ToolbarSpacer/ToolbarSpacer.rst b/.doc/UI/source/generated/Component/Toolbar/ToolbarSpacer/ToolbarSpacer.rst index 6d85daccba..4f0405ab78 100644 --- a/.doc/UI/source/generated/Component/Toolbar/ToolbarSpacer/ToolbarSpacer.rst +++ b/.doc/UI/source/generated/Component/Toolbar/ToolbarSpacer/ToolbarSpacer.rst @@ -50,23 +50,28 @@ ToolbarSpacer Standard ToolbarSpacer common parameters ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -+-------------------+--------+------------------------------------------------------------+ -| AddCSSClass | string | CSS class to add to the generated html block | -+-------------------+--------+------------------------------------------------------------+ -| AddCSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | -+-------------------+--------+------------------------------------------------------------+ -| AddCssFileRelPath | string | | -+-------------------+--------+------------------------------------------------------------+ -| AddHtml | string | | -+-------------------+--------+------------------------------------------------------------+ -| AddJsFileRelPath | string | | -+-------------------+--------+------------------------------------------------------------+ -| CSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | -+-------------------+--------+------------------------------------------------------------+ -| DataAttributes | array | Array of data attributes in the format ['name' => 'value'] | -+-------------------+--------+------------------------------------------------------------+ -| IsHidden | bool | Indicates if the block is hidden by default | -+-------------------+--------+------------------------------------------------------------+ + ++-----------------------------+--------+------------------------------------------------------------+ +| AddCSSClass | string | CSS class to add to the generated html block | ++-----------------------------+--------+------------------------------------------------------------+ +| AddCSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | ++-----------------------------+--------+------------------------------------------------------------+ +| AddCssFileRelPath | string | | ++-----------------------------+--------+------------------------------------------------------------+ +| AddHtml | string | | ++-----------------------------+--------+------------------------------------------------------------+ +| AddJsFileRelPath | string | | ++-----------------------------+--------+------------------------------------------------------------+ +| AddMultipleCssFilesRelPaths | array | | ++-----------------------------+--------+------------------------------------------------------------+ +| AddMultipleJsFilesRelPaths | array | | ++-----------------------------+--------+------------------------------------------------------------+ +| CSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | ++-----------------------------+--------+------------------------------------------------------------+ +| DataAttributes | array | Array of data attributes in the format ['name' => 'value'] | ++-----------------------------+--------+------------------------------------------------------------+ +| IsHidden | bool | Indicates if the block is hidden by default | ++-----------------------------+--------+------------------------------------------------------------+ ---- diff --git a/.doc/UI/source/generated/Layout/MultiColumn/Column/Column.rst b/.doc/UI/source/generated/Layout/MultiColumn/Column/Column.rst index 3e8a437d6c..c2dc954eb2 100644 --- a/.doc/UI/source/generated/Layout/MultiColumn/Column/Column.rst +++ b/.doc/UI/source/generated/Layout/MultiColumn/Column/Column.rst @@ -77,31 +77,36 @@ Column ForBlock 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 | | -+-------------------+----------+------------------------------------------------------------+ -| AddDeferredBlock | iUIBlock | | -+-------------------+----------+------------------------------------------------------------+ -| AddHtml | string | | -+-------------------+----------+------------------------------------------------------------+ -| AddJsFileRelPath | string | | -+-------------------+----------+------------------------------------------------------------+ -| 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 | | -+-------------------+----------+------------------------------------------------------------+ + ++-----------------------------+----------+------------------------------------------------------------+ +| AddCSSClass | string | CSS class to add to the generated html block | ++-----------------------------+----------+------------------------------------------------------------+ +| AddCSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | ++-----------------------------+----------+------------------------------------------------------------+ +| AddCssFileRelPath | string | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddDeferredBlock | iUIBlock | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddHtml | string | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddJsFileRelPath | string | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddMultipleCssFilesRelPaths | array | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddMultipleJsFilesRelPaths | array | | ++-----------------------------+----------+------------------------------------------------------------+ +| 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 | | ++-----------------------------+----------+------------------------------------------------------------+ ---- diff --git a/.doc/UI/source/generated/Layout/MultiColumn/MultiColumn.rst b/.doc/UI/source/generated/Layout/MultiColumn/MultiColumn.rst index b711ae3a5e..f6871562ac 100644 --- a/.doc/UI/source/generated/Layout/MultiColumn/MultiColumn.rst +++ b/.doc/UI/source/generated/Layout/MultiColumn/MultiColumn.rst @@ -54,33 +54,38 @@ MultiColumn Standard MultiColumn common parameters ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -+-------------------+----------+------------------------------------------------------------+ -| AddCSSClass | string | CSS class to add to the generated html block | -+-------------------+----------+------------------------------------------------------------+ -| AddCSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | -+-------------------+----------+------------------------------------------------------------+ -| AddColumn | Column | | -+-------------------+----------+------------------------------------------------------------+ -| AddCssFileRelPath | string | | -+-------------------+----------+------------------------------------------------------------+ -| AddDeferredBlock | iUIBlock | | -+-------------------+----------+------------------------------------------------------------+ -| AddHtml | string | | -+-------------------+----------+------------------------------------------------------------+ -| AddJsFileRelPath | string | | -+-------------------+----------+------------------------------------------------------------+ -| 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 | | -+-------------------+----------+------------------------------------------------------------+ + ++-----------------------------+----------+------------------------------------------------------------+ +| AddCSSClass | string | CSS class to add to the generated html block | ++-----------------------------+----------+------------------------------------------------------------+ +| AddCSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | ++-----------------------------+----------+------------------------------------------------------------+ +| AddColumn | Column | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddCssFileRelPath | string | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddDeferredBlock | iUIBlock | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddHtml | string | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddJsFileRelPath | string | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddMultipleCssFilesRelPaths | array | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddMultipleJsFilesRelPaths | array | | ++-----------------------------+----------+------------------------------------------------------------+ +| 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 | | ++-----------------------------+----------+------------------------------------------------------------+ ---- diff --git a/.doc/UI/source/generated/Layout/UIContentBlock.rst b/.doc/UI/source/generated/Layout/UIContentBlock.rst index 616ac12037..018c15add9 100644 --- a/.doc/UI/source/generated/Layout/UIContentBlock.rst +++ b/.doc/UI/source/generated/Layout/UIContentBlock.rst @@ -80,31 +80,36 @@ UIContentBlock ForCode UIContentBlock common parameters ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -+-------------------+----------+------------------------------------------------------------+ -| AddCSSClass | string | CSS class to add to the generated html block | -+-------------------+----------+------------------------------------------------------------+ -| AddCSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | -+-------------------+----------+------------------------------------------------------------+ -| AddCssFileRelPath | string | | -+-------------------+----------+------------------------------------------------------------+ -| AddDeferredBlock | iUIBlock | | -+-------------------+----------+------------------------------------------------------------+ -| AddHtml | string | | -+-------------------+----------+------------------------------------------------------------+ -| AddJsFileRelPath | string | | -+-------------------+----------+------------------------------------------------------------+ -| 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 | | -+-------------------+----------+------------------------------------------------------------+ + ++-----------------------------+----------+------------------------------------------------------------+ +| AddCSSClass | string | CSS class to add to the generated html block | ++-----------------------------+----------+------------------------------------------------------------+ +| AddCSSClasses | array | like ['ibo-is-hidden', 'ibo-alert--body'] | ++-----------------------------+----------+------------------------------------------------------------+ +| AddCssFileRelPath | string | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddDeferredBlock | iUIBlock | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddHtml | string | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddJsFileRelPath | string | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddMultipleCssFilesRelPaths | array | | ++-----------------------------+----------+------------------------------------------------------------+ +| AddMultipleJsFilesRelPaths | array | | ++-----------------------------+----------+------------------------------------------------------------+ +| 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 | | ++-----------------------------+----------+------------------------------------------------------------+ ----