jquery.flowchart
jquery.flowchart copied to clipboard
multiple use of a single output port
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.
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 .
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 .
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
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 ?
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
hey, how store the background color of title can you share you source code