mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 16:58:06 +08:00
5 lines
386 B
JavaScript
5 lines
386 B
JavaScript
Volcanos(chat.ONIMPORT, {list: ["value", "filter", "run:button"], _init: function(can, msg) {
|
|
can.onmotion.clear(can), can.onappend.table(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) } })
|
|
}})
|