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>
|
2014-11-23 23:41:20 +00:00
|
|
|
<div class='split-layout vertical contents abs work-area'>
|
2014-12-31 01:02:48 +00:00
|
|
|
<div class='abs pane left edit-main'>
|
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>
|
2014-12-31 01:02:48 +00:00
|
|
|
<div class="splitter"></div>
|
|
|
|
<div class='abs pane right edit-objects menus-to-left'>
|
2014-11-23 23:41:20 +00:00
|
|
|
<div class='holder abs split-layout horizontal'>
|
2014-12-31 01:02:48 +00:00
|
|
|
<div class="abs pane top accordion" ng-controller="ToggleController as toggle">
|
|
|
|
<mct-container key="accordion" title="Library">
|
|
|
|
<mct-representation key="'tree'" alias="foo1" mct-object="context.getRoot()">
|
2014-11-23 23:41:20 +00:00
|
|
|
</mct-representation>
|
|
|
|
</mct-container>
|
2014-12-31 01:02:48 +00:00
|
|
|
</div>
|
|
|
|
<div class="splitter"></div>
|
|
|
|
<div class="abs pane bottom accordion" ng-controller="ToggleController as toggle">
|
|
|
|
<mct-container key="accordion" title="Elements">
|
2014-11-23 23:41:20 +00:00
|
|
|
<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>
|