Edit operator
Is it possible to edit an operator? For example, change the incoming or outgoing message? Today, only way is to delete first and then create again, though, I would like to enable my user to edit directly.
I think you can use setOperatorData for that.
@sdrdis Thanks for support! An other question.. it's possible click inside screen for add dynamic interations?
You could add a callback onOperatorSelected or onOperatorMouseOver that would populate an interaction element with the operator details, allow the user to change them and then use setOperatorData to update the flowchart.
I guess :)
On Thu, 24 May 2018 at 20:10 crazyshock [email protected] wrote:
@sdrdis https://github.com/sdrdis Thanks for support! An other question.. it's possible click inside screen for add dynamic interations?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sdrdis/jquery.flowchart/issues/83#issuecomment-391826779, or mute the thread https://github.com/notifications/unsubscribe-auth/ACItM6i2A4vHmYez4b0Tzf9mcBHpNcopks5t1wW7gaJpZM4ULCKv .
Is it possible to replace the operator with a picture ?

@dadasane I think right now there's no feature like that. I'm working on the same and trying to achieve it.