I meant: 

        
http://jumpstart.doublenegative.com.au/jumpstart/examples/javascript/reusable

On 25/11/2012, at 12:16 AM, Geoff Callender wrote:

> 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: users-unsubscr...@tapestry.apache.org
>> For additional commands, e-mail: users-h...@tapestry.apache.org
>> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to