Location binding in nodetemplate
@akash1 wrote: I am using two different node templates one for the palette and another one for the canvas diagrams and i have JSON data for the diagrams that has location,angle and other properties...
View ArticleSet background colour for diagram area
@kannanprs wrote: My requirement is to set back ground colour for diagram working area. Currently i am using diagram ruler. I created border in the diagram area. i have to set back ground colour as...
View ArticleResizing all objects in a node
@Tany wrote: Hi,I have a simple node template with vertically located Textbox,picture and another Textbox.I want to be able to resize all objects in the node, namely increase the textbox font size and...
View ArticleOrg chart editor Button
@jvasanthu wrote: Hi Walter Can i place a button in Org chart editor canvas. like + / - Buttons. + will expand the one level lower data. - will remove the expanded one Posts: 2 Participants: 2 Read...
View ArticleProblem in generating keys
@riya1 wrote: HiI have tables and its columns.For table key is generated but for columns it generates dynamically by new myDiagramModalInputTable.model=go.GraphLinksModel(nodeDataArray,...
View ArticleResizing objects in a node, independently
@Tany wrote: Hi,Suppose that i have a node with TextBox and Picture aligned Vertically.I want the user to be able to resize each object in the node independently, namely the ability to select the...
View ArticleAdding hoverDelay doesnot make a node to display
@abhargav wrote: for example in http://gojs.net/latest/samples/records.htmlI hover on first row and I want a button to be specifically showed for row1, i added hoverDelay: 200 in...
View ArticleHow key for Nodes is generated?
@pratap wrote: Hi.. thereI have var nodeDataArray is Array having Groups Nodes and Nodes. nodeDataArray = [ { "LOGICALTABLENAME":" Abhishek Gupta", "LANGNM":"English", "Description":"Workspace table",...
View ArticleGroup is NOT collapsing to its original position
@Tany wrote: Hi,When i have a a bunch of nodes with specific auto layout and of the nodes is a group, when i expand the group node and then collapse the node, the group node does not return to its...
View ArticleGoJS version 1.7.10
@walter wrote: Fixed routing of Links to rotated nodes with "...Side" Spots. Fixed routing of Link.AvoidsNodes Links that also had Link.adjusting set to go.Link.End. Posts: 2 Participants: 1 Read full...
View ArticleDragging objects within a Node
@Tany wrote: Hi,Is it possible to enable dragging objects (i.e. TextBox, Picture, Panel) within a node, like port positioning ? ThanksTany Posts: 2 Participants: 2 Read full topic
View ArticleRotate group members when group rotates?
@Dave wrote: Hi. I'm trying to figure out how to update the position & angle of nodes within a group when the group itself rotates. Like, if i had a group with nodes, A, B and C that looked like...
View ArticleDeploying unlimited domain license
@mbroadbe wrote: What is the process for using an unlimited domain license when distributing an application? We had to manually register the license to get up and running in dev. Wondering how this...
View ArticlePulling from a library diagram into another diagram - Behaviors
@mbroadbe wrote: Hi, A couple questions... We're trying to move a step from a library area on the left into a diagram on the right and connect the new one to an existing one using the arrows. Ie....
View ArticleAfter using geometryString inside an element of a node, fill not working on that
@abhargav wrote: In a node I have a table element, inside it, I have a shape geometry and on the geometry fill doesnt work.this.goMake(go.Shape, { geometryString= something,fill: "red",// not working...
View ArticleChange node template
@ng wrote: I want to change the nodetemplate against same key and the same should be reflected in designer . what shud i do ? Posts: 1 Participants: 1 Read full topic
View ArticleDrag a node without dragging links
@ernestjessee wrote: Hi,I have a diagram that allows the user to re-arrange nodes by dragging a particular node and dropping in on another node. The dragged node is then moved to just below the drop...
View ArticleDuplicate shape creation
@ramesh1 wrote: While dragging shape with control pressed, then i get a copy of the object. In this link it is stated "If the user holds down the Control key (Option key on Mac), this tool will make a...
View ArticleA tool to create a line
@gecode wrote: I want to draw a straight line on the canvas through the tool.Its type is 'go. Link'.Its instance is like an arrow tool that can be seen in the general screenshot software.When drawing...
View ArticleToolTips on items on row of table that has handing for mouse hovers on its rows
@abhargav wrote: Prerequisite:- I have a dynamically showable objects in a row on hover of mouse on row Need:- I need a tooltip on a specific object inside a rowof a table. In below codeToolTip comes...
View Article