I have my js:
Code:
this.getField("Date").value = util.printd("yyyy-mm-dd", new Date());
As I mentioned, I can get an event like "Mouse Enter" or "On Receive Focus" to trigger it, but these are field-level events. What I was hoping for was something at a document level, like a "Document Open" type event that would run the code without needing any user interaction.
Even if there was a way to give the field focus automatically, I could work with that.
Is your "js reference document" any different than the one available from the Adobe web site? I only ask because much of your other documentation quotes the Adobe doc verbatim.
Thanks!
-Glenn
Leave a comment: