Digital Office Automation System
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

root-stencil-item-template.html 463B

1234567891011
  1. <span class="stencil-item root-stencil-item"
  2. id="{{group.id}}"
  3. title="{{group.description}}"
  4. ng-model="draggedElement"
  5. data-drag="true"
  6. jqyoui-draggable="{onStart:'startDragCallback', onDrag:'dragCallback'}"
  7. data-jqyoui-options="{revert: 'invalid', helper: 'clone', opacity : 0.5}">
  8. <img ng-src="editor-app/stencilsets/bpmn2.0/icons/{{group.icon}}" width="16px;" height="16px;"/>
  9. {{group.name}}
  10. </span>