CollapsibleSection
Class CollapsibleSection
Output
No output provided yet
Twig Tag
- Tag
UICollapsibleSection
- Syntax
{% UICollapsibleSection Type {Parameters} %}
Content Goes Here
{% EndUICollapsibleSection %}
- Type
@param string $sTitle |
CollapsibleSection Standard
- syntax
{% UICollapsibleSection Standard {sTitle:'value', sId:'value'} %}
Content Goes Here
{% EndUICollapsibleSection %}
- parameters
sTitle |
string |
mandatory |
||
sId |
string |
optional |
NULL |
CollapsibleSection 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 |
|
HasForcedDiv |
bool |
|
IsHidden |
bool |
|
OpenedByDefault |
bool |
|
SubBlocks |
array |
Examples
No examples provided yet