公告板
版本库
filestore
活动
搜索
登录
main
/
project_management-java
射洪市项目管理系统
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Merge remote-tracking branch 'origin/master'
zxl
2025-03-21
c4ab6a24d2825f11a0de0f165667dc533c458a01
[project_management-java.git]
/
start
/
src
/
main
/
resources
/
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>