Form Editor Support

Hi,

I need to create new nodes with something like a form editor in the image.

When adding new nodes, user needs to be able to choose how many output ports it will have or what color it will be or what it’s name will be. Form editor is not necessary. Any method to provide these features will be efficient.

How can I achieve this?

Much thanks.

There are lots of possibilities.

  • The user could choose the properties before creating the node in some custom HTML.
  • The user could create a node and a modal dialog could allow customizing the node.
  • The user could create a node and at any time could customize the node via additional commands, such as via a context menu or a Data Inspector or some custom HTML.