Iframe_wev8.js 531 Bytes
define("Iframe_html",function(){return'<div id="NMEC_${id}" class="wev-comp-${compType}" style="width:${width};height:${height};">    <iframe src="${url}"  scrolling=\'auto\' frameborder="0"></iframe></div>'}),define(["mUtil","Component"],function(t,e){return e.init(function(t){e.super(this,t),this.type="Iframe",this.tpl=this.type+"_html",this.css=this.type+"_css";var i=this.viewModel={width:"100%"};this.beforeMount=function(){i.width=i.width?i.width+"px":"100%",i.height=i.height||this.$container.height(),i.height+="px"}})});