我已经使用.wid文件在 JBPM 中为电子邮件任务/活动定义了一个自定义工作项。
“邮件正文”属性之一需要富文本或文本区域进行编辑。
我知道在.wid文件中,我们必须设置customEditor属性,将其映射到编辑器。
是否可以为此使用现有的编辑器?
前任。脚本任务为其“脚本”属性提供了一个富文本编辑器。
我可以将该脚本编辑器用于我的自定义工作项的属性吗?
我已经使用.wid文件在 JBPM 中为电子邮件任务/活动定义了一个自定义工作项。
“邮件正文”属性之一需要富文本或文本区域进行编辑。
我知道在.wid文件中,我们必须设置customEditor属性,将其映射到编辑器。
是否可以为此使用现有的编辑器?
前任。脚本任务为其“脚本”属性提供了一个富文本编辑器。
我可以将该脚本编辑器用于我的自定义工作项的属性吗?
Since you tagged this with drools-guvnor, I assume this is related to the web-based Designer, not the Eclipse-based one? The custom editor is something that is currently only supported in Eclipse.
In Designer, you can currently register custom editors for specific properties:http://surdilovic.wordpress.com/2012/07/03/custom-input-editors-in-jbpm-designer/
Support for custom editors as you describe will be available in the next version.
Kris