Auto BPMN Layout Advice
@garyscarter wrote: Hi, We're currently trying to produce a BPMN layout very similar to the BPMN example on the GoJS samples page, but we want the nodes to be positioned automatically. I have a...
View ArticleOrg chart editor disable the node
@jvasanthu wrote: Hi Walter How to disable the node and grey out the colori am doing below but it is not greying out. myDiagram.nodes.each(function(n) { var shape = n.findObject("SHAPE"); if (shape)...
View ArticleSwitch gojs textblock element on drop
@marin wrote: Hi, I am currently using GoJS for academic purposes. I was wondering if it is possible to switch a g.TextBlock element with a new one after a Node hasb een droppped from the palette....
View ArticleAbout Drag range of Node
@gecode wrote: http://gojs.net/latest/samples/flowchart.htmlHi!I set a layer to diagram and add a image part set this layer,now I want restricted Drag range of node in the Interval of image. Posts: 1...
View ArticleWhy can I draw duplicate links?
@marin wrote: I want to have ports that can be connected by a link, similiar to what is given: https://gojs.net/latest/samples/draggableLink.html The porst appear only when a mouse enters the node....
View Articlego.Model.SetDataProperty doesn't notifying modified json in...
@JP wrote: Hi, In Diagram.addDiagramListener("TextEdited", function (e) {...}), when the one node data is edited I am trying set the edited value in another node data using Model setDataProperty under...
View ArticleAny idea why link labels are not oriented right along the link?
@catface wrote: problem is this:https://www.screencast.com/t/fjjpaaG0su for some reason it seems that labels are attached to one segment... but rotate to match another segment... :S any ideas? this is...
View ArticleArrow resize is not working properly
@kannanprs wrote: I have created arrow shape when i am re-sizing maximum level (maximum to minimum level) at one point of time arrow head not displayed. please find me the code.correct me if it is...
View ArticleHow to allow drag drop across GoJS treeview with a scrollbar ? (from last...
@sharpost wrote: <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>GoJS Tree View</title> <meta...
View ArticleHow to make sure GoJS TreeView node does not change position by scroll down?
@sharpost wrote: The tree view height is less than the div height. So there will be empty space at bottom. When user scrolls down, the tree view shifts to bottom. How can i avoid that?It works fine...
View ArticleGoJS TreeView becomes very slow to operate for 5000 items with links
@sharpost wrote: If there is no link template specified to a tree view of 5000 items, the tree view works very smooth.But when a link template is applied, the rendering,selection & scrolling...
View ArticleGojs default canvas scrollbar events
@jaya wrote: Hi,We are getting an default scrollbar for canvas, when object exceeds the window. I want Scrollbar click event so that I can write my method.I have applied different jQuerry click events...
View ArticleI'm not able to run the second small sample from your site
@tesicg wrote: Hello, I'm totally new in GoJS and try to run some simple example from your site. I use VS2013 and created simple MVC application. In Index.cshtml page I put the following: @{...
View ArticleAdd elements in treeview
@Motst wrote: HI. Help pls. I have main diagram and palette with tree of elements. When i add element on main diagram i want that element add in tree too. And how i can set location of nodes on...
View ArticleNeed to select twice when deleting in a iframe
@chzh.austin wrote: I don't know it is for all iframes or only for iframe gerenated by React. If I am using gojs in a iframe, I have to select a certain node twice before I can really delete it by...
View ArticleHow to change the fill color of shape?
@tesicg wrote: Hello, I'm playing with GoJS and in this sample: http://gojs.net/latest/samples/logicCircuit.html in this part of code: // define templates for each type of node var inputTemplate =...
View ArticleHow to set style of parent object in child object
@Jashka wrote: $("CheckBox", "choice", { row: 2, column: 0, "Button.width": 20, "Button.height": 20, "ButtonBorder.figure": "Circle", "ButtonBorder.stroke": "blue", "ButtonIcon.figure": "Circle",...
View ArticleOrg Chart Editor New Node focus
@jvasanthu wrote: Hi Walter When org chart editor new node added. Is it possible to do below Focus to be moved to New Node New Node will be "clicked" and the Inspector updated accordinly Could you...
View ArticleHow to setup GridLayout with root node at center
@tiepna wrote: Hi guys, I trying make class diagram. but i have an issue about layout.1. i want some kind like grid layout with root node at center2. other node which has link with root will closet Is...
View ArticleHiding context menu based on node data
@jvasanthu wrote: Hi Can we hide the context menu buttons based on node data. or when you right click the event fire on the node based on node data the context menu displayed.. here i have 10 context...
View Article