Event scripts not working in JS Viewer
Posted: Fri Mar 01, 2019 10:48 am
We have Script in GetHyperlinkEvent:
It works as expected when Previewing in Default and HTML Previews but does not work in JS Preview.
I can't find anything mentioned in documentation regards Event Scripting...
Any hints what we are doing wrong or reference to the working sample?
Regards,
Algis
Code: Select all
if(Checks.ControlType=="DOCUMENT") {
e.Value = Checks.Answer;
} else {
e.Value = null;
}
I can't find anything mentioned in documentation regards Event Scripting...
Any hints what we are doing wrong or reference to the working sample?
Regards,
Algis