first commit
This commit is contained in:
11
WebRoot/editor-app/partials/root-stencil-item-template.html
Normal file
11
WebRoot/editor-app/partials/root-stencil-item-template.html
Normal file
@ -0,0 +1,11 @@
|
||||
<span class="stencil-item root-stencil-item"
|
||||
id="{{group.id}}"
|
||||
title="{{group.description}}"
|
||||
ng-model="draggedElement"
|
||||
data-drag="true"
|
||||
jqyoui-draggable="{onStart:'startDragCallback', onDrag:'dragCallback'}"
|
||||
data-jqyoui-options="{revert: 'invalid', helper: 'clone', opacity : 0.5}">
|
||||
|
||||
<img ng-src="editor-app/stencilsets/bpmn2.0/icons/{{group.icon}}" width="16px;" height="16px;"/>
|
||||
{{group.name}}
|
||||
</span>
|
||||
Reference in New Issue
Block a user