mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
🚚 collapsibleSection JQuery widget renamed to collapsible_section
to match other widget naming convention
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
$(function () {
|
||||
// the widget definition, where 'itop' is the namespace,
|
||||
// 'breadcrumbs' the widget name
|
||||
$.widget('itop.collapsibleSection',
|
||||
$.widget('itop.collapsible_section',
|
||||
{
|
||||
// default options
|
||||
options:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
$('#{{ oUIBlock.GetId() }}').collapsibleSection({
|
||||
bOpenedByDefault: {{ oUIBlock.IsOpenedByDefault()|var_export }}
|
||||
{% if oUIBlock.IsSaveCollapsibleStateEnabled() %}, collapsibleStateStorageKey: '{{ oUIBlock.GetSessionCollapsibleStateStorageKey() }}'{% endif %}
|
||||
$('#{{ oUIBlock.GetId() }}').collapsible_section({
|
||||
bOpenedByDefault: {{ oUIBlock.IsOpenedByDefault()|var_export }}
|
||||
{% if oUIBlock.IsSaveCollapsibleStateEnabled() %}, collapsibleStateStorageKey: '{{ oUIBlock.GetSessionCollapsibleStateStorageKey() }}'{% endif %}
|
||||
});
|
||||
Reference in New Issue
Block a user