예제 #1
0
 protected virtual void addJsCodigo(JavaScriptTag tagJs)
 {
     if (this.getBooJsAutoInicializavel())
     {
         tagJs.addJsCodigo(string.Format(this.getStrJsNamespace() + ".{0}.i.iniciar();", this.GetType().Name));
     }
 }
예제 #2
0
        protected override void addJsCodigo(JavaScriptTag tagJs)
        {
            base.addJsCodigo(tagJs);

            tagJs.addJsCodigo(string.Format("RealLifeUi.{0}.i.iniciar();", this.GetType().Name));
        }