Home
TeamSite
Formapi - Container addInstance, deleteInstance and move disabling
JoshProx
I am dynamically adding instances to my container using formapi and callserver. I want to write handlers to disable the addInstance, deleteInstance and moveInstance operations once my form is created. How do I do that. I can item handlers for "OnReplicantAdded" operation but I don't know how to disable it.
Find more posts tagged with
Comments
nipper
try this OnReplicantBeforeAdd
JoshProx
Thanks it worked. What will be the event for disabling delete..
nipper
Thanks it worked. What will be the event for disabling delete..
onReplicantDelete
That is done before the delete
pg 58 of the FormAPI manual