Finding a link in the model
@Yefim wrote: Hi,I have a requirement to dynamically change attributes on links (like show / hide or change their appearance) based on business attributes of these links, unrelated to "from" or "to"...
View ArticleDrag Drop between two goJs diagrams
@lipuabhishek wrote: I have two diagrams in a page. I would like to drag a process block from one diagram and drop it on another diagram. At the end I need the json data of the block being dragged and...
View ArticleMultiple diagrams initialization in one js function
@lipuabhishek wrote: Hi there! Is there any way we can initialize multiple diagrams in a page with just 1 init function. I want to avoid multiple redundant init function code. Posts: 2 Participants: 2...
View ArticleCenter align goJs diagram on load
@lipuabhishek wrote: HI there. I would like to center align my goJs diagram upon load. Currently, the 1st load bottom-left aligns the diagram. Subsequent loads bring it to center of the canvas as...
View ArticleHow to build palette programatically?
@JanU wrote: Hi. Is there any example how to add new nodes to the palette programatically (let's say in a loop)? Each node's properties have to be set programatically (colours, number of ports, etc)....
View ArticleGoJS version 1.6.0-betaRC
@walter wrote: We're almost there! The "Release Candidate" beta release of GoJS version 1.6 is now available at http://gojs.net/beta. Please try it out right now. If there aren't any bugs reported,...
View ArticleIs it possible to change the shape when the diagram loads everytime
@hridya wrote: is it possible to change the highlited shape when the diagram loads.? Any help is much appreciated Posts: 2 Participants: 2 Read full topic
View ArticleBackground highlight
@shameer.sheik wrote: Hi , I can see in all the examples when i click on the background (other than nodes or links) , the background gets highlighted with a transparent blue line (adornment i think) ,...
View ArticleSave nodeTemplateMap
@alsh wrote: Is it possible somehow to save (preserve) the once defined nodeTemplateMap? Imagine next situation: there are defined several nodeTemplateMaps with different nodes/shapes in it.The user...
View ArticleLink selection, prevent link to go on another elements of the links
@chabbey wrote: I have links made of a panel and a bezier curve. When a link is selected, the bezier curve is display above the panel, and i do not want that. What is the correct way to prevent this...
View ArticleGoJS consume keydown event
@chabbey wrote: I have a keydown handler on an ancestor div that contains the goJS canvas. When i press the 'esc' key, GoJS consumes the keydown event and do not let it reaches the ancestor div. I...
View ArticleGoJS version 1.5.23
@walter wrote: Changes for 1.5.23: Fixed changing GraphObject.segmentOrientation of a Link label back to Link.None not resetting the GraphObject.angle back to zero. Fixed Tool.findToolHandleAt to...
View ArticleHow can i save state of Panel Expanded?
@st wrote: How can i save state of Panel Expanded? PanelExpanderButtons new go.Binding("visible").makeTwoWay() ...can not work Posts: 3 Participants: 2 Read full topic
View ArticleDoubleclick option for TextEditingTool.starting
@3.141592 wrote: Is there any way to make the TextEditingTool start on a doubleclick? I know there is the SingleClickSelected enum, which makes it so that a user has to first click to select a part....
View ArticleClosing TextBlock editing programmatically
@robertm wrote: Once I have edited a TextBlock, I want to be able to accept the new text and close the editor programmatically, rather than by clicking somewhere else in the diagram. A bit like the...
View ArticleOdd Behaviour version 1.6.0-betaRC
@cbh wrote: I am trying out the version 1.6.0-betaRC and seeing some oddness. While my code runs fine in go.js. When I test against go-debug.js I get a number of errors many that follow the form of:...
View ArticleCan I make my web editor with your GoJS library?
@hwjang11 wrote: I want to change my window editor to web editor with your GoJS.So, I want to check if it is possible.My Program is Korean.I can't upload the zip file with *.html, *.js.Sorry my...
View ArticleGoJS version 1.6
@walter wrote: The latest version of GoJS has many useful new features and samples. Read about all the details in the Change Log. Here are the highlights of the new features:- Z-ordering within Layers...
View ArticleSetting selectionChanged of a link template
@chabbey wrote: I want to define a linkTemplate like that this.diagram.linkTemplate = _$(go.Link,.... and then do this.diagram.linkTemplate.selectionChanged = function(part) It does not seems to work....
View ArticleMove label
@gpa wrote: Hi,I have developed diagram similar example http://gojs.net/latest/extensions/BPMN.html .I have problem with label in link elements. Is it possible to move these labels? Thanks,Giuseppe...
View Article