首先,画布中有两个节点,并且已应用了一些端点样式。如果我拖动它们之间的连接,可以保留所有样式。没关系。 但是当使用jsPlumb连接方法时,它将导入默认端点样式而不是给定样式。我怎么能避免这个?
2)使用jsplumb.connect(),而该方法使用默认端点样式。
一些javascript代码在这里:
var audioone = new Audio("img/1.mp3");
var audiotwo = new Audio("img/2.mp3");
var audiothree = new Audio("img/3.mp3");
$scope.$on("$ionicView.beforeEnter", function () {
//something to do with Math.Rand() and then I have no clue?
}
答案 0 :(得分:0)
正确的方法是使用uuids数组而不是源和目标。我修改了连接方法代码:
ctags -R --languages=ruby,javascript --exclude=.git --exclude=log . $(bundle list --paths)
有一个类似的问题: Jsplumb add connection programatically using endpoints