Yep, this really isn't a Tapestry question. In JavaScript you may need to 
listen to "focus", "blur", and "change" events. Perhaps this will help:

        http://localhost:8080/jumpstart/examples/javascript/reusable

Cheers,

Geoff

On 25/11/2012, at 12:11 AM, membersound wrote:

> I thought this would be a clear question.
> 
> Ok, example:
> <input t:type="TextField" t:id="firstName" t:mixins="zoneUpdater"
> t:clientEvent="keyup" t:event="firstNameChanged" t:zone="nameZone" />
> 
> Instead of "keyup" I'm looking for some event that is triggered whenever the
> user leaves the textfield (either but hitting TAB or clicking into another
> field).
> 
> 
> 
> 
> --
> View this message in context: 
> http://tapestry.1045711.n5.nabble.com/How-to-detect-if-input-field-loses-focus-tp5718225p5718228.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to