;(function() {
jsPlumbDemo.initEndpoints = function(colour) {
$(".ep").each(function(i,e) {
var p = $(e).parent();
jsPlumb.makeSource($(e), {
parent:p,
// endpoint:{
// anchor:"Continuous",
// connector:[ "StateMachine", { curviness:20 } ],
// connectorStyle:{ strokeStyle:nextColour(),lineWidth:2 },
// maxConnections:-1
// }
});
});
jsPlumb.makeTarget($(".w"), {
dropOptions:{ hoverClass:"dragHover" },
endpoint:{
anchor:"Continuous"
}
});
};
})();
# |
Change |
User |
Description |
Committed |
|
#1
|
16445 |
christiane_renck |
Rename/move file(s) |
|
|
//guest/christiane_renck/MergeQuestJS/main/demos/jsPlumb/stateMachineDemo/stateMachineDemo-jquery.js |
#1
|
16444 |
christiane_renck |
Adding MergeQuestJS to the Workshop. |
|
|