• Unable to run Javascript functions

    By Michael Smelser 2 decades ago

    the application disables the use of Javascript functions from an outline entry. I did a test with a simple entry where type=URL and the value is computed and evaluating to "javascript:alert('Hi');" and it worked when just using the embedded view. After adding in the code for the transformer the Javascript call no longer works.

    • Found issue

      By Michael Smelser 2 decades ago

      The error had to do with IE caching the script. After closing and reopening several times my changes were taken and it works.



      What I did find was that if you are calling a Javascript function that uses several parameters you cannot use a simple comma",". Instead I had to type in the comma as it's ASCII value (,) in order for it to work.