mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-24 05:23:33 +08:00
Opening the Model node by default in shape tracing
--HG-- branch : 1.x
This commit is contained in:
@@ -406,6 +406,9 @@ jQuery(function ($) {
|
|||||||
event.stopPropagation();
|
event.stopPropagation();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// open the root node (Model)
|
||||||
|
openExpando(shapeTracingMetaContent.find('.expando-glyph-container:first'))
|
||||||
|
|
||||||
defaultTab = displayTabModel;
|
defaultTab = displayTabModel;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@@ -70,7 +70,7 @@
|
|||||||
<div class="name">${name}</div>
|
<div class="name">${name}</div>
|
||||||
<div class="value">${value}</div>
|
<div class="value">${value}</div>
|
||||||
{{if children}}
|
{{if children}}
|
||||||
<ul>
|
<ul style="display:none">
|
||||||
{{tmpl(children) "#shape-tracing-tabs-model-node-template"}}
|
{{tmpl(children) "#shape-tracing-tabs-model-node-template"}}
|
||||||
</ul>
|
</ul>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
Reference in New Issue
Block a user