bkjxxxw/WebContent/act/rest/editor-app/configuration/properties/string-property-write-mode-...

8 lines
239 B
HTML
Raw Normal View History

2024-03-18 10:04:33 +08:00
<div ng-controller="KisBpmStringPropertyCtrl">
<input type="text" ng-model="property.value"
class="form-control"
auto-focus
ng-blur="inputBlurred()"
ng-keypress="enterPressed($event)"/>
</div>