Remove field action in Acrobat Pro DC
Hi all,
Is there a way to remove an event from a form field (under the Actions tab) in Acrobat Pro DC (Mac) using JavaScript?
I’ve set events like
MouseUp, MouseDown, MouseEnter, MouseExit, OnFocus and OnBlurwith
setAction()For some cases, I need to clear/remove the event completely.
Right now, I can do something like:
fieldName.setAction("OnBlur", " ");This works, but feels more like a workaround than a true removal.
Is there a proper way to delete an existing action via JavaScript?
Thanks!
