Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
templator [2022/06/06 04:32] o2wikitemplator [2024/04/03 07:16] (current) – [Javascript] o2admin
Line 109: Line 109:
 ==== Javascript ==== ==== Javascript ====
  
-You can run Extendscript or Javascript to modify the document and return additional text changes to Templator. Your code will be wrapped in a function so ensure that you include a return statement with the required data structure.+You can run Extendscript or Javascript to modify the document and return additional text changes to Templator. Your code will be wrapped in a functionso ensure that you include a return statement with the required data structure.
  
 Your code must return the standard object indicating success and any error messages/text changes, see the next section. Your code must return the standard object indicating success and any error messages/text changes, see the next section.