I want to set Clipboard Property to a Variable in js,which is not working
Hi Team.
Issue:Need to set a clipboard page property to variable in js.Given below in js.
var testvar = '<%= tools.findPage("pxRequestor").getIfPresent(".pxReqLocale").getStringValue(); %>';
alert(testvar);
But alert value is getting as below in the screenshot.
Kindly help on this.
Hi Team.
Issue:Need to set a clipboard page property to variable in js.Given below in js.
var testvar = '<%= tools.findPage("pxRequestor").getIfPresent(".pxReqLocale").getStringValue(); %>';
alert(testvar);
But alert value is getting as below in the screenshot.
Kindly help on this.
I want to set this variable in js itself,before calling the js function written below.