Accessing and Referencing the Template DOM in helper function
-
What is the equivalent of the DOM in the template and how can one access it in the helpers functions
-
The helper functions and templating engines run in a separate sandbox without DOM. You can reach DOM inside <script></script> tag.
Please see the complete description here
https://forum.jsreport.net/topic/566/javascript-on-a-script-page