Hello,
I am using a workflow in Editorial to generate and preview html code.
In my code, I have a textarea (embedded in two div, if this matters) and I need to get the text of the textarea when the user "clicks" on a specific button.
In JavaScript this is usually done with document.getElementById(obj).value, but this does not work in Editorial. I have tried also innerHTML, and as expected it does not work as well.
In the same script, I can successfully use document.getElementById(obj).style.display or document.getElementById(obj).name, so the problem is in "value".
Any hints? Any way to get the textarea content?
Thanks,
Maurizio