Comunidad de diseño web y desarrollo en internet online

evento focus a textFlied

Citar            
MensajeEscrito el 23 Oct 2009 05:05 pm
¿Existe la posibilidad de dar evento onFocus y onBlur a un textFiled? :?

byee Saludos!

Por wawi

325 de clabLevel

2 tutoriales

 

Argentina

firefox
Citar            
MensajeEscrito el 23 Oct 2009 11:23 pm

Código ActionScript :

TextField.border = true;
// 
TextField.onSetFocus = function () // click sobre el campo
{  
  this.borderColor = 0x003366;
}
// 
TextField.onKillFocus = function () // click fuera o en otro campo
{
  this.borderColor = 0x000000;
}

Por penHolder

Claber

4661 de clabLevel

39 tutoriales
2 articulos

Genero:Masculino   Premio_Secretos

| mdz |

firefox

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.