You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ocr/htmlweb/modeler/editor-app/partials/root-stencil-item-template....

13 lines
640 B

<span class="stencil-item root-stencil-item"
id="{{group.id}}"
title="{{group.description | translate}}"
ng-model="draggedElement"
data-drag="true"
jqyoui-draggable="{onStart:'startDragCallback', onDrag:'dragCallback'}"
data-jqyoui-options="{revert: 'invalid', helper: 'clone', opacity : 0.5}">
<img ng-if="!group.customIcon" ng-src="editor-app/stencilsets/{{getStencilSetName()}}/icons/{{group.icon}}" width="16px;"
height="16px;"/>
<img ng-if="group.customIcon" ng-src="{{getImageUrl(group.icon)}}" width="16px;" height="16px;"/>
{{group.name | translate}}
</span>