Automation on Go js components
@Nikhat wrote: Hi,can i run the automation on Gojs components ?currently i am using protractor cucumber framework for automation scripts on windows 7 platform Thanks in advance Posts: 2 Participants:...
View ArticleUpdateTargetBindings when move or resize node
@BFENico wrote: Hi, i want to update some bindings of other nodes when i move or resize some "special" nodes. But i want this when i move the mouse. Also i don't want to use the diagram events...
View ArticleHow to get zoom steps from diagram
@anupamsinghbisht wrote: I am using zoom control with % for this I need to calculate zoom steps for that I can zoom in or out smoothly as expected.Actually the issue is while I am using increaseZoom...
View ArticleDoubleTree Layout with Groups
@garyscarter wrote: Hi, I'm trying to implement the DoubleTree layout example in my project. It works great for nodes but I am trying to get it working for groups also. I have updated the...
View ArticleSelecting individual panel items
@Nerkalipsu wrote: Hi. I have a node that looks more or less like the one below: I would like to be able to select each item individually and add a right click menu to each one as well as the...
View ArticleGoJS version 1.7.20
@walter wrote: Fixed Panel.rebuildItemElements not to remove any Links that were connected with item elements that are ports. Fixes for link routing during animation. Fixed slight shifting of Groups...
View ArticlePanelExpanderButton customize
@Milamdo wrote: Hi, I use this code to limit the text of a TextBlock overflow: go.TextBlock.OverflowEllipsis, maxLines: 2, width: 140, wrap: go.TextBlock.WrapFit, How can I use the same for...
View ArticleFigure icon
@Milamdo wrote: Hi, How can I change the direction of the figures to rtl or right of the line , we use rtl language and the icon goes to the end of the line ThanksMilamdo Posts: 2 Participants: 2 Read...
View ArticleHow to save nodes
@kasir wrote: How to save the Diagrams to be retrieved when needed Posts: 2 Participants: 2 Read full topic
View ArticleAdd links dynamically like diagram.model.addNodeData for nodes
@abhargav wrote: Is there any function for links like for nodes we have where in we can add node dynamically using diagram.model.addNodeData?I need a function where I can add links dynamicallly...
View ArticleHow to display mp4 in Picture node
@rickbraley wrote: How can I display a MP4 video in a Picture node? Posts: 2 Participants: 2 Read full topic
View ArticleGroup - UnGroup Behavior in Diagram
@Rajeshpatil74 wrote: How one can implement group & ungroup functionality and preserve same.Also, when nodes are grouped, while moving it should move all nodes which are grouped. Can you provide a...
View ArticleCreating a title node outside of canvas
@SmilyArora wrote: Hey,I want to create a node outside of myDiagram(the grid) Canvas in order to distinguish it as the Title for the diagram. And in addition the value of the node should become a part...
View ArticleFind all elements/objects within the node
@jalendra wrote: Hi, I am trying to implement the hover effect for which I want to find the elements in the node whose name matches with some condition and change the stroke of those objects. I have...
View ArticleContext Menu and shadow
@jalendra wrote: Hi, I have implemented the context menu as attached . Now I am trying to add the shadow to the outerbox but whenever I add the shaddow to it it looks like Code attached below ({...
View ArticleBezier-curved Link
@uidev wrote: Hi, I am trying to implement Bezier-curved Link with a single control point for my project. I am able to save and retrieve the same from database. But while I am editing the already...
View ArticleText Editor blank space before text is trimmed
@panirudh wrote: I have a diagram with texteditor, when I enter a text and in newline blank space first and followed by text. Now in diagram the blank spaces are trimmed and only the text is showed....
View ArticleText Editor Dimension & always active
@Rajeshpatil74 wrote: In my application, component is developed to provide style properties for nodes. It uses some numeric text box range control and slider controls. Due to incompatibility with IE,...
View ArticleNegative margin for Text Block
@Rajeshpatil74 wrote: I am trying to bind values for Margin. When text align is topleft, topright or topcenter is provide and negative value is provided to margin, then the text is not visible ( Since...
View ArticleGO JS Link is not visible
@swati.707 wrote: Iam trying to build GO J Diagram but links are not rendered. code : var $ = go.GraphObject.make; // We use $ for conciseness, but you can use anything, $, GO, MAKE, etc var myDiagram...
View Article