Toolbar¶
Class Toolbar
Output¶
No output provided yet
Twig Tag¶
| Tag: | UIToolbar |
|---|---|
| Syntax: |
{% UIToolbar Type {Parameters} %}
Content Goes Here
{% EndUIToolbar %}
| Type: |
|---|
| ForAction | No comment |
| Standard | No comment |
| ForButton | No comment |
Toolbar ForAction¶
| syntax: |
|---|
{% UIToolbar ForAction {sId:'value'} %}
Content Goes Here
{% EndUIToolbar %}
| parameters: |
|---|
| sId | string | optional | NULL |
Toolbar Standard¶
| syntax: |
|---|
{% UIToolbar Standard {sId:'value', aContainerClasses:{name:value, name:value}} %}
Content Goes Here
{% EndUIToolbar %}
| parameters: |
|---|
| sId | string | optional | NULL | |
| aContainerClasses | array | optional | array () |
Toolbar ForButton¶
| syntax: |
|---|
{% UIToolbar ForButton {sId:'value', aContainerClasses:{name:value, name:value}} %}
Content Goes Here
{% EndUIToolbar %}
| parameters: |
|---|
| sId | string | optional | NULL | |
| aContainerClasses | array | optional | array () |
Toolbar 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