On 28/06/2015 20:24, Scott Matheson wrote:
Thomas
               i tried popup.addEventListener("OKTODELETE", deleteThisRecords)

all seems to be working, must have been a type-o


That's why you use static constants rather than string literals.

        popup.addEventListener(CustomEvent.EVENT_TYPE, deleteThisRecords);

regards,
Peter

Reply via email to