mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-27 14:14:11 +01:00
4 lines
272 B
Twig
4 lines
272 B
Twig
$('#{{ oUIBlock.GetId() }}').collapsible_section({
|
|
bOpenedByDefault: {{ oUIBlock.IsOpenedByDefault()|var_export }}
|
|
{% if oUIBlock.IsSaveCollapsibleStateEnabled() %}, collapsibleStateStorageKey: '{{ oUIBlock.GetSessionCollapsibleStateStorageKey() }}'{% endif %}
|
|
}); |