Executing .js file using Action Wizard
I want to run a script.js file, but not automatically upon file open, or as part of any Document Actions (eg, Save, Close, etc).
That is, I want it available as an Action to be run manually only as/when needed.
I have an Action set up that will execute javascript, but not when all the code is pasted into that dialog box. For it to work, I have to include the code as a Document Javascript, and then include only the function() call in the Action Steps to run it. I don't want the code to reside in any of the files against which I will run it.
So, to run it against individual files, only as/when needed, how to point the Action Wizard to the .js file - which is located in the jscache directory? (Or it could be moved to javascripts dir if required.)
Thank you,
Dave
Dave ReasonJr