mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 16:58:06 +08:00
15 lines
500 B
JavaScript
15 lines
500 B
JavaScript
Volcanos("onappend", {
|
|
init: function(can, type, item, list, cb, target) {
|
|
var sub = Volcanos(item.name, {
|
|
_target: can.page.AppendField(can, target, type, item),
|
|
}, list, function(sub) { cb(sub) })
|
|
},
|
|
}, [], function(can) {})
|
|
Volcanos("onremove", {}, [], function(can) {})
|
|
|
|
Volcanos("onimport", {}, [], function(can) {})
|
|
Volcanos("onexport", {}, [], function(can) {})
|
|
|
|
Volcanos("onaction", {}, [], function(can) {})
|
|
Volcanos("ondetail", {}, [], function(can) {})
|