Home
TeamSite
TeamSite, LiveSite and OpenDeploy
onReplicantDelete (after)
Andy Knipp
So I am using a field in 1 replicant to populate a list. My onChange event (field) and onReplicantAdd both call the same function to regen the list.
But know I want to be able to, if a replicant is deleted, remove the entry. Easy I thought, onReplicantDelete call the same function. But No. This runs before the replicant is deleted.
Is there an event I can trap after it is deleted ? I know I can write a different function for delete only (and would need t filter out the yet to be deleted replicant).
Is there a better way ?
Find more posts tagged with
Comments
There are no comments yet