activiti web designer 工作流设计器自定义输入显示控件
editor-app/configuration/properties.js
增加:

resources/stencilset.json.en
找到要修改的控件,比如Form Key要变成可以选择的下拉框,那么找到

 

复制字符串的末扮文件,得到新模板:
default-value-display-template.html ==> editor-app/configuration/properties/custom/form-select-display-template.html
string-property-write-mode-template.html ==> editor-app/configuration/properties/custom/form-select-write-mode-template.html

最后进行修改成自己想要的控件

form-select-display-template.html

方式1:这种方式很无奈,是因为自己还没学angularjs,所以不得不这么做.

form-select-write-mode-template.html

 

方式2:使用angularjs方式:修改下拉框