GoJS v1.6.21 creating new go.HTMLInfo() constructor
@ibro wrote: I'm trying to use the custom TextEditor but I get this error when creating a new TextEditor at this line :var TextEditor = new go.HTMLInfo();Uncaught TypeError: go.HTMLInfo is not a...
View ArticlePlaceholder in group Template not working with customResizeTool and...
@Ank wrote: Hi Walter,I am using placeholder in my grouptemplate and when i rotate the group panel the shapes it contains are moving outside this panel Also it doesn't has smart size for all the...
View ArticleWhat is Order of links in collection return by findExternalLinksConnected()
@pratap wrote: Hi... there I am using a group( i.e. A) and it is connected with some other group( i.e. B, C, D, E ). then what is the order of link by which these group are connected. Posts: 3...
View ArticleHow to embed nodes SVG pictures in the SVG exported diagram
@link wrote: Hi, when exporting the diagram as SVG (makeSVG), is it possible to embed nodes images (SVG Picture) instead of using xmlns:xlink?Right now I'm retrieving those SVG images from a server,...
View ArticleMultiple links to link
@hkhire wrote: Hello,I want multiple links to link in different position.I m referring "Links to Links Sample" and always "Link Label Nodes" are getting centered of link.i want this I have used...
View ArticleSave Group Node Placement on collapse?
@cobolstinks wrote: Is it possible to have a group save it's nodes' positions on collapse? Here is my groupTemplate: myDiagram.groupTemplate = Make(go.Group, "Auto", { layout: Make(go.GridLayout, {...
View ArticleLinkingTool & findLinkablePort()
@cardis1 wrote: Hi, We decide to update gojs from 1.6.22 to 1.7.2 and the we receive this error:"Property 'findLinkablePort' is protected and only accessible within class 'LinkingTool' and its...
View ArticleHow to retrieve deleted node data
@sean-hill wrote: Hey there, I have a question about Diagram Events. When I double click in the background to create a new node, the PartCreated event is fired with the e.subject.part.data ....
View ArticleHow to get node html element?
@chzh.austin wrote: I am working on a feature which will show a auto complete dropdown list when typing the node name. I need a way to get the generated dom element of each node so that I can bind my...
View ArticleForce resort on a grid layout
@taigi100 wrote: Hello, I'm building a bit from the BPMN example. I created a custom palette with some of my own nodes and a sorting function. Thing is, when an externalobject is dropped I want the...
View ArticleIs it possible to have nested diagrams within a diagram in GoJS?
@sheraz104 wrote: My requirement is to have multiple panels in a single diagram and these panels behave just like individual diagrams. Like, I can create a tree structure of nodes inside a single...
View ArticleGoJS version 1.7.3
@walter wrote: Changes for 1.7.3 Added the angular2-minimal project, in the projects subdirectory. This is a copy of the Angular 2 Quick Start example,...
View ArticleLinks rerouting when shape hasn't changed
@Doogal wrote: Hi We have a shape with a textbox external to it. We have set the ...ObjectName properties to the shape so all links connect to the shape rather than the Node. If the user edits the...
View ArticleHow to Add a property value from a node to the linkData?
@pistolShrimp wrote: Hi, I have a property in a node as "Category" with different values. When a link is formed from that block, i want the category information to be there in the linkData as well....
View ArticleCustom action on paste nodes
@lise wrote: Hello, In my application I have three different views with each a diagram. These three diagrams share the same NodesSource, but work on different Models, which share a common ancestor....
View ArticleImage and links are not getting dispalyed ..please help to spot error
@supp wrote: <div id="sample"> <span style="display: inline-block; vertical-align: top; width:60%"> <div id="myDiagramDiv" style="border: solid 1px black; height: 520px"></div>...
View ArticleLinkingTool.temporaryLink and Bindings
@catface wrote: hi, if I do this: goDiagram.toolManager.linkingTool.archetypeLinkData = { label: pathName };goDiagram.toolManager.linkingTool.temporaryLink =...
View ArticleSelect node in the overview
@bravo2 wrote: Hi,I have a split screen: at the top part located a diagram (lets call it A) and below it location overview of the diagram A: Pasted image1864x876 30.5 KB After I click on an area in...
View ArticlefindObjectsIn used in computePoints
@Doogal wrote: We have a custom link class that attempts to draw straight lines when possible but falls back to the standard implementation when there is an object in the way. So we use findObjectIn...
View ArticleAdding Watermark to the Diagram control in GoXam
@kirthi wrote: Hi, I wanted to add a watermark at background of the diagram control and this is depending on the user preference to have the watermark. The watermark(mostly words) should appear in the...
View Article