Files
SIPAIIS_WMS_JSSW/bin/WebRoot/editor-app/configuration/properties/string-property-write-mode-template.html

8 lines
239 B
HTML
Raw Normal View History

2026-01-16 14:13:44 +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>