hola maestros necesito detectar cuando un componente pierde el foco .
y tambien como pongo el foco en un componente x
¿alguien sabe como hacerlo?
un saludo.
| ||||
Controladores de eventos:
Código:
Y para seleccionar un campo de texto:tu_campo_de_texto.onSetFocus = function() { //cuando lo seleccionas... //tu codigo } tu_campo_de_texto.onKillFocus = function() { //cuando lo deseleccionas... //tu codigo }
Código:
ArgoN Selection.setFocus("instancia_del_campo"); //con las comillas
__________________ <?php $Pienso=rand(0,1); $Siento=rand(0,1); echo "Yo ".($Pienso?($Siento?"Amo":"Existo"):($Siento?"Llor o":"Muero")) ?> |