jointjs Questions
2
Solved
I am able to send data to db using the following:
$("#set").click(function ()
{
var cells = graph.getCell();
var StateObject = graph.toJSON();
var SavedState = JSON.stringify(StateObject);
co...
Khedive asked 3/8, 2015 at 18:17
1
Solved
What I am trying to do is make a element with custom class for ports and path so that I can add an element with custom path and my own markup for ports.This way when I create an element I will pass...
Distrust asked 12/7, 2015 at 13:15
3
The title says everything, I created a graph on paper and filled with cells and links, now I need to add a tooltip to display information about every element (selected, hover ...).
I appreciate al...
2
Solved
I have an app with angular and I need to use this library http://www.jointjs.com/, So I downloaded the joint.min.js and joint.min.css and placed their routes in the index.html but I don't know what...
Nathanaelnathanial asked 2/4, 2015 at 13:32
2
Solved
Imagine I have Rect element and I wish to decorate it with a small (say 16x16) PNG image in the upper left. I am unable to determine how to achieve that task. I have studied the docs but have (so f...
Pulchi asked 14/11, 2014 at 2:42
1
Solved
I am trying to create a board where an user can dynamically add blocks and connect the blocks with links. (Something like this but dynamically)
I'm using JointJs framework and till now everything i...
Arrivederci asked 12/11, 2014 at 9:33
3
I'm looking for a good JavaScript Diagram library for a project, can be commercial.
Mandatory Requirements:
Highlight connected lines and components when clicking a component (or hover...
Followthrough asked 25/8, 2014 at 17:14
1
Solved
I want to get all the outgoing links associated with an element .What is the way to achieve this in jointJs .Actually I have tried something like this but It is giving result for both outgoing and ...
Verger asked 12/8, 2014 at 6:48
1
Solved
I have an application, written in Backbone with Marionette and some other dependencies, managed through bower :
{
"name": "admin",
"version": "0.1.1",
"main": "public/javascripts/app.js",
"dep...
Aston asked 15/6, 2014 at 15:30
1
Solved
I created a custom element with the JointJS library . The object have two nested Rectangles with two associated Texts.
I want to change his atributtes inside de Model... I only get through JQUERY ...
Othaothe asked 3/3, 2014 at 18:45
1
1) I'm using JointJS diagramming lib. I want to change the css of a particular inPort when using joint.shapes.devs.
For linking sourcePort to the target I'm using
source: { id: source.id, select...
Tanney asked 27/2, 2014 at 13:7
1
Solved
I have used Jointjs diagramming library in one of my project.
1) I'm curious to know whether it provides any way to restrict users not to play with the elements of the diagram. What I mean is: a u...
Assemblage asked 25/2, 2014 at 19:5
2
Solved
I m new to jointJS, I need to create custom shapes using JointJS, I have tried creating the diamond shape using the Rectangle, making its height and width same, and then rotate by 45 degrees as fol...
Cloudberry asked 21/1, 2014 at 16:20
1
Solved
Merry Christmas, everyone!
I want to do something when the source element or target element of a joint.dia.Link is changed. Firstly I tried to put the code in the callback function of 'change:sour...
Apogamy asked 25/12, 2013 at 6:43
© 2022 - 2024 — McMap. All rights reserved.