Listener to catch adding emails to To field

Interested in talking about Mash-up's? This is the place.
Post Reply
epinc
Posts: 1
Joined: Thu Aug 03, 2017 8:00 pm

Listener to catch adding emails to To field

Post by epinc »

I want to catch an event when the user enters an email address in the To field when they are creating a new message......

Can anyone point me in the direction to look for this event, I've tried searching the docs but being new to zimlets there is a lot of objects to sift through.....
tkhandelwal
Posts: 5
Joined: Mon May 30, 2016 6:25 am

Re: Listener to catch adding emails to To field

Post by tkhandelwal »

Try adding a event listener using this when the view is compose :

Code: Select all

appCtxt.getCurrentView()._recipients.getField("TO").addListener
Post Reply