Originariamente inviato da Vindav
si, creati una funzione che venga richiamata al focusout di ogni campo.
spring mi mette a disposizione i seguenti eventi

onblur
false
true
HTML Event Attribute

onchange
false
true
HTML Event Attribute

onclick
false
true
HTML Event Attribute

ondblclick
false
true
HTML Event Attribute

onfocus
false
true
HTML Event Attribute

onkeydown
false
true
HTML Event Attribute

onkeypress
false
true
HTML Event Attribute

onkeyup
false
true
HTML Event Attribute

onmousedown
false
true
HTML Event Attribute

onmousemove
false
true
HTML Event Attribute

onmouseout
false
true
HTML Event Attribute

onmouseover
false
true
HTML Event Attribute

onmouseup
false
true
HTML Event Attribute


Quale uso?