mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-19 16:48:42 +02: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 %}
|
|
}); |