mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-02-16 10:40:57 +00:00
Add select vertex for default handler
This commit is contained in:
@@ -182,6 +182,12 @@ BaseHandler.prototype.GetSelect2VertexMenu = function()
|
||||
this.GetSelectVertexMenu("Vertex1") + " → " + this.GetSelectVertexMenu("Vertex2") + "</span>";
|
||||
}
|
||||
|
||||
BaseHandler.prototype.GetSelectOneVertexMenu = function()
|
||||
{
|
||||
return "<span style=\"float:right\">" +
|
||||
this.GetSelectVertexMenu("Vertex1") + "</span>";
|
||||
}
|
||||
|
||||
BaseHandler.prototype.SelectFirstVertexMenu = function(vertex1Text, vertex)
|
||||
{}
|
||||
|
||||
@@ -455,3 +461,5 @@ BaseHandler.prototype.ShowEditEdgeDialog = function(edgeObject) {
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
BaseHandler.prototype.GraphWaUpdated = function() {}
|
||||
Reference in New Issue
Block a user