Added support for flyouts in plugins, made improvements to flyouts
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1304 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -144,6 +144,11 @@ $(function() {
|
||||
icon: "images/cut.png",
|
||||
title: "Connect two objects",
|
||||
key: "L",
|
||||
includeWith: {
|
||||
button: '#tool_line',
|
||||
'default': true,
|
||||
position: 1
|
||||
},
|
||||
events: {
|
||||
'click': function() {
|
||||
svgCanvas.setMode("connector");
|
||||
|
||||
Reference in New Issue
Block a user