1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-25 16:58:06 +08:00
This commit is contained in:
shaoying 2020-07-20 01:46:20 +08:00
parent f541fdaac0
commit 0f00fd5399

View File

@ -75,7 +75,7 @@ Volcanos("onimport", {help: "导入数据", _init: function(can, msg, list, cb,
can.page.Append(can, can._action, [{view: ["file", "div", file], onclick: function(event) { can.page.Append(can, can._action, [{view: ["file", "div", file], onclick: function(event) {
can.onimport.tabview(can, path, file) can.onimport.tabview(can, path, file)
}, ondblclick: function(event) { }, ondblclick: function(event) {
can.onkeymap._remote(event, can, "运行") can.onkeymap._remote(event, can, "运行", ["action", "engine", can.parse, can.Option("file"), can.Option("path")])
}, oncontextmenu: function(event) { }, oncontextmenu: function(event) {
can.user.carte(can, null, ["保存", "运行"]) can.user.carte(can, null, ["保存", "运行"])
}, draggable: true, }, draggable: true,