Volcanos(chat.ONIMPORT, { _init: function(can, msg) { can.onimport.myView(can, msg, function(value) { return [ {view: html.TITLE, list: [value.name, can.onimport.textView(can, value, "auth_type"), can.onimport.authView(can, value)]}, ] }) }, })