Files
SIPAIIS_WMS_JSSW/WebRoot/editor-app/configuration/properties/string-property-write-mode-template.html
2026-01-16 14:13:44 +08:00

8 lines
239 B
HTML

<div ng-controller="KisBpmStringPropertyCtrl">
<input type="text" ng-model="property.value"
class="form-control"
auto-focus
ng-blur="inputBlurred()"
ng-keypress="enterPressed($event)"/>
</div>