@st wrote:
...
function treeon() {
myDiagram.toolManager.draggingTool.dragsTree = true;
}
....
$("ContextMenuButton",
$(go.TextBlock, "Tree On"),
{ click: function(e, obj) { treeon(); } }),
.....
it can not work...
Posts: 2
Participants: 2
@st wrote:
...
function treeon() {
myDiagram.toolManager.draggingTool.dragsTree = true;
}
....
$("ContextMenuButton",
$(go.TextBlock, "Tree On"),
{ click: function(e, obj) { treeon(); } }),
.....
it can not work...
Posts: 2
Participants: 2