mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-23 04:43:35 +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();
|
||||
});
|
||||
|
||||
// open the root node (Model)
|
||||
openExpando(shapeTracingMetaContent.find('.expando-glyph-container:first'))
|
||||
|
||||
defaultTab = displayTabModel;
|
||||
};
|
||||
|
||||
|
@@ -70,7 +70,7 @@
|
||||
<div class="name">${name}</div>
|
||||
<div class="value">${value}</div>
|
||||
{{if children}}
|
||||
<ul>
|
||||
<ul style="display:none">
|
||||
{{tmpl(children) "#shape-tracing-tabs-model-node-template"}}
|
||||
</ul>
|
||||
{{/if}}
|
||||
|
Reference in New Issue
Block a user