mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 16:58:06 +08:00
opt some
This commit is contained in:
parent
a337bd8e64
commit
ad1b053111
@ -1,6 +1,9 @@
|
|||||||
Volcanos("onfigure", {help: "控件详情", list: [],
|
Volcanos("onfigure", {help: "控件详情", list: [],
|
||||||
key: {onclick: function(event, can, item, target) {
|
key: {onclick: function(event, can, item, target) {
|
||||||
function run() { var msg = can.request(event); msg.Option(item)
|
function run() { var msg = can.request(event); msg.Option(item)
|
||||||
|
can.page.Select(can, event.target.parentNode.parentNode.parentNode, "input", function(item) {
|
||||||
|
msg.Option(item.name, item.value)
|
||||||
|
})
|
||||||
can.run(event, ["action", "inputs", item.name, target.value], function(msg) {
|
can.run(event, ["action", "inputs", item.name, target.value], function(msg) {
|
||||||
if (!msg.append) { return }
|
if (!msg.append) { return }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user