ToolbarSpacer

Class ButtonToolbarSpacer


Output

No output provided yet


Twig Tag

Tag:UIToolbarSpacer
Syntax:
{% UIToolbarSpacer Type {Parameters} %}
Type:
Standard @param string|null $sId

ToolbarSpacer Standard

syntax:
{% UIToolbarSpacer Standard {sId:'value'} %}
parameters:
sId string optional NULL  

ToolbarSpacer 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  
AddHtml string  
AddJsFileRelPath string  
AddMultipleCssFilesRelPaths array  
AddMultipleJsFilesRelPaths array  
CSSClasses array like <code>[‘ibo-is-hidden’, ‘ibo-alert–body’]</code>
DataAttributes array Array of data attributes in the format [‘name’ => ‘value’]
IsHidden bool Indicates if the block is hidden by default

Examples

No examples provided yet