公告板
版本库
filestore
活动
搜索
登录
石子山
/
mdm
数据mdm项目
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
merage
kimi
2020-05-27
c007f0ca1785db093d48f4846cda82fe8e955765
[~kimi/mdm.git]
/
src
/
main
/
resources
/
static
/
process
/
editor-app
/
configuration
/
properties
/
string-property-write-mode-template.html
1
2
3
4
5
6
7
8
<div ng-controller="KisBpmStringPropertyCtrl">
<input type="text" ng-model="property.value"
class="from-control"
auto-focus
ng-blur="inputBlurred()"
ng-keypress="enterPressed($event)"/>
</div>