Column¶
Class Column
Output¶
No output provided yet
Twig Tag¶
| Tag: | UIColumn |
|---|---|
| Syntax: |
{% UIColumn Type {Parameters} %}
Content Goes Here
{% EndUIColumn %}
| Type: |
|---|
| Standard | No comment |
| ForBlock | No comment |
Column Standard¶
| syntax: |
|---|
{% UIColumn Standard {sId:'value'} %}
Content Goes Here
{% EndUIColumn %}
| parameters: |
|---|
| sId | string | optional | NULL |
Column ForBlock¶
| syntax: |
|---|
{% UIColumn ForBlock {oBlock:value, sId:'value'} %}
Content Goes Here
{% EndUIColumn %}
| parameters: |
|---|
| oBlock | UIBlock | mandatory | ||
| sId | string | optional | NULL |
Column common parameters¶
| AddCSSClass | string | CSS class to add to the generated html block |
| AddCSSClasses | array | like <code>[‘ibo-is-hidden’, ‘ibo-alert–body’]</code> |
| 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 | |
| IsHidden | bool | Indicates if the block is hidden by default |
| SubBlocks | array |
Examples¶
No examples provided yet