[Common UI] Initial commonUI bundles
Bring in work on general-purpose and over-arching user interface bundles from the sandbox transition branch. WTD-574.
This commit is contained in:
11
platform/commonUI/edit/res/templates/elements.html
Normal file
11
platform/commonUI/edit/res/templates/elements.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<div class="current-elements abs" style="height: 100%;">
|
||||
<!--p class="hint">Drop objects here to add them...</p-->
|
||||
<ul class="tree">
|
||||
<li ng-repeat="containedObject in composition">
|
||||
<span class="tree-item">
|
||||
<mct-representation key="'label'" mct-object="containedObject">
|
||||
</mct-representation>
|
||||
</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
Reference in New Issue
Block a user