How to override the keyboard copy function?
@kid_freak wrote: I want to use keyboard to copy and past . The default Ctrl+c and Ctrl+v Copy function is copy all attributes.But I just want to copy some attributes what I need . For example , there...
View ArticleGranular control of drag and drop when using a TreeLayout
@mutt_1924 wrote: While working on a drag and drop implementation with a diagram that uses a TreeLayout, I notice that when dropping, the new diagram node automatically moves to the lowest part of the...
View ArticleFunctional Issue also Best practices with deleting edges
@dev wrote: For some reason, I'm seeing an error during deletion of an edge. Edges are not being deleted from the view when I override the the command handler, which caused me to add this code. The...
View ArticleAdd Dynamic ports
@sharmaDevashish wrote: Hi,I am using a treeview palette to drag and drop my nodes in the editor part, it works fine.When I try to add dynamic ports to node in my application. i am able to add the...
View ArticleHow to place the text (font awesome icon) above shape always?
@Rajeshpatil74 wrote: I have following template - $(go.Node, "Spot", { locationObjectName: "SHAPE", locationSpot: go.Spot.Center, zOrder: 0, resizable: true, resizeObjectName: "PANEL",...
View ArticleDetect Model Rendering is Complete
@igutowski wrote: In my application I am sometimes loading up a fairly large and complex model that has a noticeable rendering delay of up to 30s. I'd like to display a spinner until the model has...
View ArticleOverview: display custom nodeTemplates
@surfeurX wrote: Hi, Is there a way to change the nodeTemplate inside an overview, something like : var myOverview = $(go.Overview, "overview", { observed: myDiagram, drawsTemporaryLayers: true,...
View ArticleHow to prevent automatic layout after the first layout?
@levatti wrote: Hi, I use force directed layout for my diagram, when I select one node or move one node,my diagram will be layout automatically.this make it seems messy.Is there any method to prevent...
View ArticleError on Stroke.Width link
@Alpheus wrote: Hi There, I have a link template and a width drop down in the inspector that sets the width of the link. When I set it I get the error below: property set error: Error:...
View ArticleHow activate links relinking?
@marco.az wrote: I'd like to make possible for the user to change relationship between nodes relinking links like in the OrgChart sample. I set the following in my link templaterelinkableFrom: true,...
View ArticleGrid layout row height
@Doogal wrote: I'm playing around with the grid layout, based on the sample herehttps://gojs.net/latest/samples/gLayout.htmlIn that example if I set the wrapping column to 1, it appears each row is...
View ArticleGoJS version 1.8.11
@walter wrote: Fixed a check for window.navigator.msPointerEnabled that was modified in 1.8.8. This was disabling Pointer Events in IE based browsers Posts: 2 Participants: 1 Read full topic
View ArticleMagin setter with different values for left, top, right and bottom
@Rajeshpatil74 wrote: I have template configured which displays text. For the textblock component alignment property is binded to show text at various position in the rectangle i.e Top Left, Top...
View ArticleConnections at the React project crush each other
@ahmetgundogdu wrote: Hello, There are two nodes and there are 4 ports on them.Two points are connected to each other from different nodes.Among these nodes, trying to find the shortest path when...
View ArticleTrying to set link color to transparent
@Alpheus wrote: Hi there, I am trying to have an option to make the backround link of the pathparttern transparent in the form of a checkbox or a true/false dropdown in the inspector. but fail to set...
View ArticleSet the path pattern color doesn't work
@Alpheus wrote: Hi There, I separated my color properties to background color and the fore ground color, so what I want to achive is to set the foreground color stroke on the path pattern but with no...
View ArticleGuidedDragginTool
@Ab06100 wrote: I am trying to add GuidedDraggingTool in FloorPlan Project Sample but it is throwing an error "go.GuidedDraggingTool is not a constructor". Can you please help me out how can i use it....
View ArticleDuring Node Rotation Node Name and Port Name also Rotates
@shashi1 wrote: I have created a node added text block for Node name and Port defined in the node. when I am Rotating(using angle) the node the Text block also rotate along with Node Rotate. due to...
View ArticleLinkShiftingTool Edit Template, Multi Connect
@ahmetgundogdu wrote: Hello,I set the node points to allSides.Two nodes are connected to each other only once.Is there a way to duplicate this?How do I apply the following template when...
View Articlego.Shape with valid svg geometry string. --> range error
@ernestjessee wrote: Hi,I am trying to use an svg path in a shape. I do this same thing in several places in my app, but for some reason, this path is causing a blow-up. the error is as shown: Here is...
View Article