javascript - How to extend NoFlo-Ui with group selection -


I'm trying to add functionality to the noflo UI, I want to be able to select groups and display a panel I am showing the name and details of the group (the panel will be shown as a support panel in one place). I am trying to do this as the first step to increase the group paradigm. (I want to add more group metadata and the user will be able to edit that metadata.)

Problem

I can not select the group Ask for the group to hook. (Or selected group property) I have noticed in the way I have selected the nodes collection, but the selected nodes in the graph / thegraph-editor.html relate to the property of the node-inspector Nodes connects to property ( element / noflo-node-inspector.html and element / noflo-context.html )

I used the application / FBP Scripts in index.html but none of them seems to be corrospond in the selected nodes property.

Question

How can I make an asset theGraph and that property to noflo-ui ? See

.

Applying selected groups was more complex than a simple search. Specifically I had to write and write the equivalent code for the following:

  1. Onnode selection (The graph-group .js, the-graph-graph.js)
  2. Events Handler -graph-group.js)
  3. Nodes Event (the-graph.html)

      // This is where things get this confusing . Note the transition in the nodes event from the Fire ('nodes', this., Selected nodes) // Noted property,    
  4. noflo-context.html's nodes property < / p>

  5. Nodes inport features of noflo-context and the-graph-editor polymer (index.html)
  6. The fbp link between GraphEditor Nodes - & gt; Nodes Reference (index.html)
  7. Nodes Outport Graphite Editor Nods: Nodes
  8. Nodes Properties Announcement - The Graph-Editor Specialty Polymer (the-graph-editor.html)

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -