1.初始化方法(必须要)
jsPlumb.bind('ready',function(){)) //类似window.onload
2.连接方法 connect()
jsPlumb.connect({
source:'d1', //开始位置(id)
target:'js2', //结束位置(id)
endpoint:[ "Rectangle", { //点样式
cssClass:"myEndpoint",
width:1,
height:1
}],
/**
Dot{
radius,默认为10px,定义圆点的半径
cssClass,附加到Endpoint创建的元素的CSS类
hoverClass,一个CSS类,当鼠标悬停在元素或连接的线上时附加到EndPoint创建的元素
}
Rectangle{
width,默认为20,定义矩形的宽度
height,默认为20,定义矩形的高度
cssClass,附加到Endpoint创建的元素的CSS类
hoverClass,当鼠标悬停在元素或连接的线上时附加到EndPoint创建的元素
}
image{
src,必选,指定要使用的图像的URL,
cssClass,附加到Endpoint创建的元素的CSS类
hoverClass,当鼠标悬停在元素或连接的线上时附加到EndPoint创建的元素,
}从给定的URL中绘制图像
*/
connector:['Flowchart'], //连接线样式
/**
Bezier(curvi