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

string-property-write-mode-template.html 239B

12345678
  1. <div ng-controller="KisBpmStringPropertyCtrl">
  2. <input type="text" ng-model="property.value"
  3. class="form-control"
  4. auto-focus
  5. ng-blur="inputBlurred()"
  6. ng-keypress="enterPressed($event)"/>
  7. </div>