mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 08:48:06 +08:00
10 lines
574 B
JavaScript
10 lines
574 B
JavaScript
Volcanos(chat.ONIMPORT, {_init: function(can, msg) { can.db.current = msg.TableDetail()
|
|
can.ui.target = can.page.Appends(can, can._output, [{type: html.IFRAME, src: can.db.current.link, height: can.ConfHeight()-1, width: can.ConfWidth()}])._target
|
|
},
|
|
layout: function(can) {
|
|
var item = can.db.current; can.sup.onexport.title(can, item.name||item.link.split(mdb.QS)[0])
|
|
can.page.style(can, can.ui.target, html.HEIGHT, can.ConfHeight()-1, html.WIDTH, can.ConfWidth())
|
|
},
|
|
})
|
|
Volcanos(chat.ONACTION, {open: function(event, can) { can.user.open(can.db.current.link) }})
|