Html_wev8.js 356 Bytes
define("Html_html",function(){return'<div id="NMEC_${id}" class="wev-comp-${compType}" >$${htm}</div>'}),define(["mUtil","Component"],function(i,n){return n.init(function(t){n.super(this,t),this.type="Html",this.tpl=this.type+"_html";var e=this.viewModel={htm:""};this.mounted=function(){i.eval(e.script,this.pageid),i.renderVarParser(e.needParseVar)}})});