mirror of
https://shylinux.com/x/volcanos
synced 2025-04-26 01:04:06 +08:00
9 lines
467 B
JavaScript
9 lines
467 B
JavaScript
Volcanos(chat.ONIMPORT, {
|
|
list: ["value", "filter", "close:button"],
|
|
_init: function(can, msg) {
|
|
msg.Defer(function() { can.onappend.scroll(can, can._output) })
|
|
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=filter]", function(target) { target.onkeyup = function(event) { can.onmotion.highlight(can, target.value) } })
|
|
},
|
|
})
|