예제 #1
0
 public function indexAction()
 {
     $url = $this->view->util()->getPath();
     $evt[0] = array("txtuser", "keypress", "if(event.keyCode == 13){ValidarLogeo();}");
     $evt[1] = array("txtpass", "keypress", "if(event.keyCode == 13){ValidarLogeo();}");
     $evt[2] = array("btningreso", "click", "ValidarLogeo();");
     $att[0] = array('logo', 'src', $url . 'img/logomuni.png');
     $func = new Libreria_Pintar();
     $func->IniciaScript();
     $func->PintarEvento($evt);
     $func->AtributoComponente($att);
     $func->FinScript();
 }