[Edit] Add toolbar representer

Add a representer to handle exposing toolbars for views in
edit mode. WTD-878.
This commit is contained in:
Victor Woeltjen
2015-02-17 14:31:02 -08:00
parent 5dc72b15c2
commit 023c12ec3b
2 changed files with 94 additions and 3 deletions

View File

@@ -3,11 +3,15 @@
ng-model="representation">
</mct-representation>
<div class="holder edit-area outline abs">
<!-- edit toolbar goes here -->
<mct-toolbar name="mctToolbar"
structure="toolbar.structure"
ng-model="toolbar.state">
</mct-toolbar>
<div class='split-layout vertical contents abs work-area'>
<div class='abs pane left edit-main'>
<div class='holder abs object-holder'>
<mct-representation key="representation.selected.key"
toolbar="toolbar"
mct-object="domainObject">
</mct-representation>
</div>