Quantcast
Channel: GoJS - Northwoods Software
Viewing all articles
Browse latest Browse all 7069

findNodesByExample has no effect on go.Part

$
0
0

@kingo_xie wrote:

I want to search all the “PRINTBOX” in the drawing,So I used findNodesByExample :

   myDiagram.nodeTemplateMap.add("PRINTBOX",
              g_(go.Part, "Viewbox",......)
   myDiagram.findNodesByExample({ category: "PRINTBOX" });

However, this method does not support go.Part.

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 7069

Trending Articles