Hello, I wrote an event, _designer.addDiagramListener ("ChangedSelection",...
@llian wrote: Hello, I wrote an event, _designer.addDiagramListener ("ChangedSelection", ChangedSelectionClicked); but I don't want to do this event when I click on the node, thank you. Posts: 2...
View ArticleMypallet.grouptemplate
@no_one345 wrote: is it possible to set group template fro pallet?consider the following diagram is it possible to drag a node from pallet say entity but when it is dropped on the diagram dive it...
View ArticleGoJS for NodeJS Server (server-side)
@PinkTiu wrote: I have a node server which uses a package that includes the GoJS libary. After starting the server I got a error message window is not defined. This seems logical because GoJS needs a...
View ArticlePorts and link in a diagram
@no_one345 wrote: i have 2 questions how check if all the ports of a certain entity are filled ?the second is how to limit one link per port?consider the following diagram Capture1.PNG1068x657 24.9 KB...
View ArticleHow to show only group item in pallet & show all after drag & drop In GOJS
@biswa wrote: how to show only group item in pallet & show all after drag & drop In GOJS? for group items picture is working well, but How to set picture in group in pallet? Posts: 8...
View ArticleGoJS version 1.8.22
@walter wrote: Fixed an issue where the ResizingTool wasn't respecting GraphObject.minSize and GraphObject.maxSize during uniform resizing. Cleaned up require syntax in the extensionsTS directory....
View ArticleMultiple links from a single spot
@no_one345 wrote: I have a diagram consider this Capture.PNG990x908 122 KB now i want multiple links to and from a nod but all my link get attached to single place how to make them have some distance...
View ArticleI want to turn grid from diagram visible and invisible
@no_one345 wrote: I m having trouble in making grid visible and invisible by a js function it turns off the grid but doesn't turn back on the grid consider the diagram gird from fig...
View ArticleForce-directed layout required many iterations to "complete"
@rliiack wrote: Per my understanding, setting isValidLayout to false triggers the diagram to do the layout:myDiagram.layout = GoJs(ImportForceDirectedLayout, { isValidLayout: false });Here is...
View ArticleGojs data inspector inquiry
@no_one345 wrote: i m trying to do something like this right now the data inspector shows the data directly from the json of diagram can i manipulate the data before displaying in the inspector for...
View ArticleBindings in templates, and when they update
@nmfa wrote: In our project we have nodes which we want to display different text depending on the situation, either the their name or the port names. This has been working just fine as up to now we...
View ArticleLinking fromSpot and toSpot
@opkeydev wrote: HI,when i link my node from node top to node right side then the link will automatically get connected to the top of the node. asd.gif722x320 1.7 MB for node template is am using this...
View ArticleSnap to grid for unconnected connectors
@AntonTrinkunas wrote: Hi, Is it possible to make snap connector to grid when user moves unconnected connector with mouse via entire connector or moves unconnected end of the connector? Posts: 2...
View ArticleCatching key/ newly created node via transaction
@no_one345 wrote: consider the code in figi want to catch the node that is newly created particularly the key as it is auto assigned by the api. How will i do that cz i want to be inside the loop...
View ArticleSelflinks overlapping the to links
@no_one345 wrote: consider the following diagram overlap.PNG929x629 28 KB when i create link to other node it works fine but when i self link a node it over laps the link from other node Posts: 1...
View Article(Re)linkgTool temporary node style: size being ignored
@nmfa wrote: We have nodes with ports, and the ports are highlighted when their link is selected. As such the temporaryToNode and temporaryFromNode have a style set: tempNodeStyle =...
View ArticleHandling json with GoJS
@steve1 wrote: Hi here.I would like to know if it is possible to store our diagram in a JSON file. If yes I want to know the procedure pleasethank you in advance Steven Posts: 2 Participants: 2 Read...
View ArticleI want to display Borders in pallete
@kishangajjar wrote: I want to modify look of pallete as per following. image.png312x574 101 KB pls suggest how can i create such layout using my template. currently it is loaded like following....
View ArticleAutomatic move link label on node overlap on label
@opkeydev wrote: Hi,In mydiagram when i am place my node on some link having label on it my label get hide because i have used zOrder property to set my node on top of links. So I just want to move...
View ArticleHow to Center a diagram?
@Tany wrote: Hi,I save a diagram in json format.As soon is i load the diagram from the database and set the model (fromJson.(...)) i would like the diagram to be located in the center of the diagram...
View Article