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 () {
|
$(function () {
|
||||||
// the widget definition, where 'itop' is the namespace,
|
// the widget definition, where 'itop' is the namespace,
|
||||||
// 'breadcrumbs' the widget name
|
// 'breadcrumbs' the widget name
|
||||||
$.widget('itop.collapsibleSection',
|
$.widget('itop.collapsible_section',
|
||||||
{
|
{
|
||||||
// default options
|
// default options
|
||||||
options:
|
options:
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
$('#{{ oUIBlock.GetId() }}').collapsibleSection({
|
$('#{{ oUIBlock.GetId() }}').collapsible_section({
|
||||||
bOpenedByDefault: {{ oUIBlock.IsOpenedByDefault()|var_export }}
|
bOpenedByDefault: {{ oUIBlock.IsOpenedByDefault()|var_export }}
|
||||||
{% if oUIBlock.IsSaveCollapsibleStateEnabled() %}, collapsibleStateStorageKey: '{{ oUIBlock.GetSessionCollapsibleStateStorageKey() }}'{% endif %}
|
{% if oUIBlock.IsSaveCollapsibleStateEnabled() %}, collapsibleStateStorageKey: '{{ oUIBlock.GetSessionCollapsibleStateStorageKey() }}'{% endif %}
|
||||||
});
|
});
|
||||||
Reference in New Issue
Block a user