-
-
Notifications
You must be signed in to change notification settings - Fork 652
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a node for looping over code with conditions #384
Comments
Hi, Thanks |
There is no implementation for this case. Maybe the plugin module will solve your problem |
@Ni55aN I did check the plugin module as you suggested. Can you help me how I we can add a new node type to it. I think the current node defined there is for normal node and for the loop node we might have to define a totally new node type. |
I do not know how your implementation works. I can only suggest making a loop node as in the example:https://codepen.io/Ni55aN/pen/KJVEMe |
Hi , I am trying to compile rete example using gulp-babel and use the bundled file in html but I am getting error in console - "ReferenceError: require is not defined". Am I doing something wrong ?? |
@Ni55aN Can you help me with understanding how the current node is being generated. Is it called by the area or by editor. I am thinking to create another implementation of node which should be able to include other nodes inside it. |
It seems that |
I think a custom node will solve your issue |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
Hello,
Thanks for all the good work you are doing with rete js. We are using your library for one Drupal 8 module. And it is getting a good response. Here is the link for the module which we are working on https://www.drupal.org/project/if_then_else
We need some help with one functionality which we want to have in our module. We want a loop type of functionality that can loop over a set of nodes. We can handle the programmatic part of it but we need help with UI. We need a node that can hold a set of other nodes in it. I am attaching an image of a rough idea of what we need. Can you please help me with how I can proceed with it?
Loop.pdf
The text was updated successfully, but these errors were encountered: