mirror of
https://shylinux.com/x/volcanos
synced 2025-04-26 01:04:06 +08:00
7 lines
450 B
JavaScript
7 lines
450 B
JavaScript
Volcanos(chat.ONIMPORT, {list: [mdb.VALUE, "close:button"],
|
|
_init: function(can, msg) { msg.Defer(function() { can.onappend.scroll(can) }), can.page.style(can, can._output, html.VISIBILITY, "")
|
|
can.onappend.table(can, msg), can.onappend.board(can, msg), can.onmotion.highlight(can, can.Option(mdb.VALUE, msg.Option(mdb.VALUE)))
|
|
can.page.Select(can, can._option, "input[name=value]", function(target) { can.onmotion.hidden(can, target) })
|
|
},
|
|
})
|