GoJS process flow diagram With Drag & Drop
@biswa wrote: Can anyone give me an example of how we can create GoJS process flow diagram With Drag & Drop.How to add link in nodes? Can anyone give me an example of how we can create GoJS...
View ArticleDisabling the border of the selected node when drag and drop from one node to...
@Harsha1 wrote: basically ,i have 2 canvas in a page , one is Tab-palette containing nodes and canvas .when i drag and drop a node from the tab-palette to canvas, the node which is dragged from the...
View ArticleHow to extract meaningful data from e.diagram.selection
@no_one345 wrote: I m trying to get the category of node i m about to drop from its properties but i cant seem to find how to do it. Screenshot from 2018-06-07 13-12-04.png771x565 37.2 KB consider...
View ArticleContext menu on left click and right click
@sa12 wrote: Hey guys! I'm developing a diagramming tool that utilizes a right-click context menu to display information in a non-editable text box. However, the need for a button list context menu to...
View ArticleThe nodes in the palette are centered in both horizontal and vertical directions
@forrest wrote: Hi,How to center the nodes in the palette both horizontally and vertically when there is only one node in the palette, myDiagram.groupTemplateMap.add("OfGroups", $(go.Group, "Auto", {...
View ArticleHow to make the nodes added to the group horizontally centered when the group...
@forrest wrote: Hey guys!Now there is a requirement in my project that every time I add a node to a group that has a go.GridLayout layout, the nodes must be centered in the group. How do I implement...
View ArticleHTML Templates inside node
@mcampster wrote: I am currently evaluating GOJS for the purpose of displaying a person hierarchy. It seems to have all the features we want, with the exception of html templates. Is it possible to...
View ArticleWhat toolchain are you using to minify and obfuscate?
@cbh wrote: I am getting ready to launch and have tried a bunch of different minify/obfuscation utilities but none of them mangles the code like whatever you are using. Most can be run through a...
View ArticleUpdate key of nodedata
@BFENico wrote: hi,how can i update the key of nodedata, so that i can use the function diagram.model.findNodeDataByKey.In my app the id of an object change, when i save it to the database. And this...
View ArticleHow to update ScrollingTable
@Giosk wrote: I would like to update a TableRow in a ScrollingTable that I created following your example. I'm using a graphobject with a treelayout and two different node template. I have a data...
View Articlehello,How do I determine whether nodes have input connections?
@llian wrote: hello,How do I determine whether nodes have input connections? image.png996x359 6.41 KB Posts: 2 Participants: 2 Read full topic
View ArticleTrimming white space on a link label
@sa12 wrote: Hi, so goJs by default trims any preceding white space on labels and I was wondering if there was a way around that? I saw an older post about the same issue, but the solution was only...
View ArticleHow can I not allow nodes and groups to drag
@forrest wrote: Hey guys!I think I want to prevent the node from dragging when the node is dragged into the group. When a group is dragged into another group, the group is not dragged. How do I...
View Articlehello,I set the node to get the input node, and then ContextMenu went wrong,...
@llian wrote: This is the code,I don't know why it's going to have an impact, image.png1146x619 51.5 KB image.png824x75 4.38 KB image.png850x265 6.81 KB Posts: 4 Participants: 2 Read full topic
View ArticleServer side json parsing
@no_one345 wrote: I have a diagram now what i need is to pars the json for updated node Deleted node New node Unchanged node then save in db according to the respected placeNow my question is is there...
View ArticleDiagram doesn't show
@alexking wrote: I copied + pasted the code to run the diagram on Microsoft Expression as an HTML file. I save the file and try to view it on a browser. I see everything (text, border box) but the...
View ArticleOverlay modal on top of diagram
@sa12 wrote: Hey, so I'm in the process of creating a complex diagram page with several elements to them. To the side of my diagram I have a button which pops open a modal in the center of the page on...
View ArticleHTML Form in context menu
@goja wrote: I'm looking for a way to display a regular HTML form in a context menu. When a user right clicks an object, a form will be displayed. When they close out the form, its contents will get...
View ArticleHello, how do I prohibit clicking on connection lines?
@llian wrote: image.png866x74 6.75 KB I don't want the connection line to have this event,thans Posts: 2 Participants: 2 Read full topic
View ArticleHow to keep the group fixed
@forrest wrote: When I add a node to the group for the first time, the group will shift to the right. However, I will add nodes to the group. The group will not shift to the right again. What should I...
View Article