dashboard
repositories
filestore
activity
search
login
main
/
jfpt-BladeX
南昌市物联网技防平台-后台
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
初版
zengh
2021-01-20
503518998a297f2da647870c71b2f0c9ff643085
[jfpt-BladeX.git]
/
blade-ops
/
blade-flow-design
/
src
/
main
/
resources
/
static
/
editor-app
/
configuration
/
properties
/
string-property-write-mode-template.html
1
2
3
4
5
6
7
8
9
<div ng-controller="FlowableStringPropertyCtrl">
<input type="text" ng-model="property.value"
class="form-control"
auto-focus
select-text="property.value"
ng-blur="inputBlurred()"
ng-keypress="enterPressed($event)"/>
</div>