jquery.flowchart icon indicating copy to clipboard operation
jquery.flowchart copied to clipboard

Edit operator

Open crazyshock opened this issue 6 years ago • 5 comments

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.

crazyshock avatar May 23 '18 19:05 crazyshock

I think you can use setOperatorData for that.

sdrdis avatar May 23 '18 19:05 sdrdis

@sdrdis Thanks for support! An other question.. it's possible click inside screen for add dynamic interations?

crazyshock avatar May 24 '18 19:05 crazyshock

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 .

runette avatar May 24 '18 22:05 runette

Is it possible to replace the operator with a picture ?

dadasane avatar Sep 10 '18 16:09 dadasane

image

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

akshay-zz avatar Jun 09 '20 17:06 akshay-zz