How call the parameters or attributes from javascript code in HTML-snippet

0
Hi all, I generate a script in HTML-snippet in Javascript code. And now i want call the parameters or attributes from that script into. How do this ? a solution please. Or other solution
asked
1 answers
1

The "right" way to do this kind of thing is to create a widget, or at the very least edit the HTML Snippet widget to accept a context entity that you could access in your custom code.

See here for documentation on building/editing widgets.

answered