MultiColumn

Class MultiColumn


Output

No output provided yet


Twig Tag

Tag

UIMultiColumn

Syntax

{% UIMultiColumn Type {Parameters} %}
    Content Goes Here
{% EndUIMultiColumn %}
Type

Standard

No comment

MultiColumn Standard

syntax

{% UIMultiColumn Standard {sId:'value'} %}
    Content Goes Here
{% EndUIMultiColumn %}
parameters

sId

string

optional

NULL

MultiColumn common parameters

AddCSSClass

string

CSS class to add to the generated html block

AddCSSClasses

array

like <code>[‘ibo-is-hidden’, ‘ibo-alert–body’]</code>

AddColumn

Column

AddCssFileRelPath

string

AddDeferredBlock

iUIBlock

AddHtml

string

AddJsFileRelPath

string

AddMultipleCssFilesRelPaths

array

AddMultipleJsFilesRelPaths

array

AddSubBlock

iUIBlock

CSSClasses

array

like <code>[‘ibo-is-hidden’, ‘ibo-alert–body’]</code>

DataAttributes

array

Array of data attributes in the format [‘name’ => ‘value’]

DeferredBlocks

array

HasForcedDiv

bool

IsHidden

bool

SubBlocks

array


Examples

No examples provided yet