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

multiple use of a single output port

Open valentinwinkelmann opened this issue 6 years ago • 5 comments

Is there a way to connect an output port to two or more input nodes? Example:

I have a node that symbolizes a static variable. now I don't want to have several of those nodes to address this variable from other nodes as well.

image

valentinwinkelmann avatar Aug 25 '18 13:08 valentinwinkelmann

Define the output (or input) as a multiple

On Sat, 25 Aug 2018 at 14:13 valentinwinkelmann [email protected] wrote:

Is there a way to connect an output port to two or more input nodes? Example:

I have a node that symbolizes a static variable. now I don't want to have several of those nodes to address this variable from other nodes as well.

[image: image] https://user-images.githubusercontent.com/4693234/44618600-5677c880-a879-11e8-902a-906a63103308.png

— 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/93, or mute the thread https://github.com/notifications/unsubscribe-auth/ACItM87WVVh_aFcc7HhdIqUUCLOzmDu3ks5uUU2GgaJpZM4WMYSP .

runette avatar Aug 27 '18 15:08 runette

Well - that is how it does it.

It solves the problem of linking and laying out the links by adding multiple connection points to one input or output. The important difference between a multiple connector, as opposed to multiple different inputs and outputs, are :

1 The number of connection points adapts automatically to the number of links. 2 The JSON reflects that the links all go to the same input or output - so back end processing can take account of that.

The layout is not perfect. If you manage to improve that please publish that - I am sure many people would like it.

On Mon, 14 Jan 2019 at 14:19 AlanGreyjoy [email protected] wrote:

This infact, does not work, like the quest that was asked.

[image: image] https://user-images.githubusercontent.com/4026982/51117962-cceb7780-17d4-11e9-9c82-0a6be3e9177e.png

multiple: true, just creates another output, the question, was if we could do like the picture above.

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/sdrdis/jquery.flowchart/issues/93#issuecomment-454020059, or mute the thread https://github.com/notifications/unsubscribe-auth/ACItMx3KDothiu2OBldy_RE1c8y8xywHks5vDJHtgaJpZM4WMYSP .

runette avatar Jan 17 '19 07:01 runette

i'm not sure but this might be the one your are looking for, it delete exsisting link when you make new link that has same input,output what so ever so what you have to do is just remove that action in js default

rjsgml5267 avatar Feb 15 '19 03:02 rjsgml5267

Define the output (or input) as a multiple On Sat, 25 Aug 2018 at 14:13 valentinwinkelmann @.***> wrote: Is there a way to connect an output port to two or more input nodes? Example: I have a node that symbolizes a static variable. now I don't want to have several of those nodes to address this variable from other nodes as well. [image: image] https://user-images.githubusercontent.com/4693234/44618600-5677c880-a879-11e8-902a-906a63103308.png — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#93>, or mute the thread https://github.com/notifications/unsubscribe-auth/ACItM87WVVh_aFcc7HhdIqUUCLOzmDu3ks5uUU2GgaJpZM4WMYSP .

well, how ?

AlexandreUser avatar Sep 09 '19 19:09 AlexandreUser

i'm not sure but this might be the one your are looking for, it delete exsisting link when you make new link that has same input,output what so ever so what you have to do is just remove that action in js default

hey, how store the background color of title can you share you source code

avnish812 avatar Feb 03 '23 07:02 avnish812