Discussion:
[jboss-user] [jBPM] - Add custom buttons to web designer UI
Shreeprabha Aggarwal
2013-07-08 09:51:33 UTC
Permalink
Shreeprabha Aggarwal [https://community.jboss.org/people/shreeprabha] created the discussion

"Add custom buttons to web designer UI"

To view the discussion, visit: https://community.jboss.org/message/826834#826834

--------------------------------------------------------------
How can modify the web-desginer UI to add my own buttons to the editor? I want to add a risk button to the cost and time simulation feature.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/826834#826834]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Tihomir Surdilovic
2013-07-08 22:35:03 UTC
Permalink
Tihomir Surdilovic [https://community.jboss.org/people/tsurdilovic] created the discussion

"Re: Add custom buttons to web designer UI"

To view the discussion, visit: https://community.jboss.org/message/826960#826960

--------------------------------------------------------------
There is need to extend the current jBPM simulation backend and Designer to include KPI to the current simulation capabilities. This is something we are going to work on and I think what you are doing would fit there. If you want ping us on IRC and we can see if what you doing can be incorporated into the community code.

To answer your question, you would have to add your custom plugin to designer code ( https://github.com/droolsjbpm/jbpm-designer https://github.com/droolsjbpm/jbpm-designer ). You can see a lot of examples here https://github.com/droolsjbpm/jbpm-designer/tree/master/jbpm-designer-client/src/main/resources/org/jbpm/designer/public/js/Plugins https://github.com/droolsjbpm/jbpm-designer/tree/master/jbpm-designer-client/src/main/resources/org/jbpm/designer/public/js/Plugins. You register them in plugins.xml and also include them in inlineeditor.jsp. Hope this is a good start, if you have more questions ping me on IRC and I'd be glad to help.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/826960#826960]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Loading...