2014-12-04 20:32:35 +00:00
|
|
|
<mct-representation key="'topbar-edit'"
|
|
|
|
mct-object="domainObject"
|
|
|
|
ng-model="representation">
|
|
|
|
</mct-representation>
|
2014-11-23 23:41:20 +00:00
|
|
|
<div class="holder edit-area outline abs">
|
2015-02-17 22:31:02 +00:00
|
|
|
<mct-toolbar name="mctToolbar"
|
|
|
|
structure="toolbar.structure"
|
|
|
|
ng-model="toolbar.state">
|
|
|
|
</mct-toolbar>
|
2015-03-06 00:02:33 +00:00
|
|
|
<div class='split-layout vertical contents abs work-area' ng-controller="SplitPaneController as vSplitter">
|
|
|
|
<div
|
|
|
|
class='abs pane left edit-main'
|
|
|
|
ng-style="{ right: (vSplitter.state(200) - 8) + 'px'}"
|
|
|
|
>
|
2014-11-23 23:41:20 +00:00
|
|
|
<div class='holder abs object-holder'>
|
2014-12-04 20:32:35 +00:00
|
|
|
<mct-representation key="representation.selected.key"
|
2015-02-17 22:31:02 +00:00
|
|
|
toolbar="toolbar"
|
2015-01-16 01:04:03 +00:00
|
|
|
mct-object="representation.selected.key && domainObject">
|
2014-11-23 23:41:20 +00:00
|
|
|
</mct-representation>
|
|
|
|
</div>
|
|
|
|
</div>
|
2015-03-06 00:02:33 +00:00
|
|
|
|
|
|
|
<!-- MAIN VERTICAL SPLITTER -->
|
|
|
|
<div
|
|
|
|
class="splitter"
|
|
|
|
ng-style="{ right: (Splitter.state()-8) + 'px'}"
|
|
|
|
mct-drag-down="vSplitter.startMove()"
|
|
|
|
mct-drag="vSplitter.move(-delta[0], 300, 500)"
|
|
|
|
></div>
|
|
|
|
|
|
|
|
|
|
|
|
<div
|
|
|
|
class='abs pane right edit-objects menus-to-left'
|
|
|
|
ng-style="{ width: vSplitter.state() + 'px', right: '0px'}"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class='holder abs split-layout horizontal'
|
|
|
|
ng-controller="SplitPaneController as hSplitter"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="abs pane top accordion"
|
|
|
|
ng-style="{ bottom: (hSplitter.state(400) + 8) + 'px', top: '0px' }"
|
|
|
|
ng-controller="ToggleController as toggle"
|
|
|
|
>
|
|
|
|
<mct-container key="accordion" title="Library">
|
|
|
|
<mct-representation key="'tree'" alias="foo1" mct-object="context.getRoot()">
|
|
|
|
</mct-representation>
|
|
|
|
</mct-container>
|
2014-12-31 01:02:48 +00:00
|
|
|
</div>
|
2015-03-06 00:02:33 +00:00
|
|
|
<!-- HORZ SPLITTER -->
|
|
|
|
<div
|
|
|
|
class="splitter"
|
|
|
|
ng-style="{ bottom: hSplitter.state() + 'px', top: 'auto' }"
|
|
|
|
mct-drag-down="hSplitter.startMove()"
|
|
|
|
mct-drag="hSplitter.move(-delta[1], 120, 1000)"
|
|
|
|
>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="abs pane bottom accordion"
|
|
|
|
ng-style="{ bottom: '0px', height: (hSplitter.state()) + 'px'}"
|
|
|
|
ng-controller="ToggleController as toggle"
|
|
|
|
>
|
|
|
|
<mct-container key="accordion" title="Elements">
|
|
|
|
<mct-representation key="'edit-elements'" mct-object="domainObject">
|
|
|
|
</mct-representation>
|
|
|
|
</mct-container>
|
2014-12-31 01:02:48 +00:00
|
|
|
</div>
|
2014-11-23 23:41:20 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|