公告板
版本库
filestore
活动
搜索
登录
main
/
nongtou-project-java
农投项目管理系统java后端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
初始化
zxl
2025-11-12
22ef5a53c7dd17f75b67cf3c5116c073e58badaa
[nongtou-project-java.git]
/
start
/
target
/
classes
/
static
/
designer
/
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>