forked from x/icebergs
10 lines
408 B
JavaScript
10 lines
408 B
JavaScript
Volcanos("onimport", {help: "导入数据", list: [],
|
|
"init": function(can, msg, cb, output, action, option) {},
|
|
})
|
|
Volcanos("onaction", {help: "控件菜单", list: []})
|
|
Volcanos("onchoice", {help: "控件交互", list: ["刷新"]
|
|
"刷新": function(event, can, value, cmd, target) {},
|
|
})
|
|
Volcanos("ondetail", {help: "控件详情", list: []})
|
|
Volcanos("onexport", {help: "导出数据", list: []})
|