1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-25 16:58:06 +08:00
This commit is contained in:
shaoying 2020-09-03 07:40:55 +08:00
parent a337bd8e64
commit ad1b053111

View File

@ -1,6 +1,9 @@
Volcanos("onfigure", {help: "控件详情", list: [],
key: {onclick: function(event, can, item, target) {
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) {
if (!msg.append) { return }