Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

JavaScript Function in WebView

Hello,

I have a simple Javascript function that runs on a click of a button to set a variable -

function SetVar()

{

var v = ActiveDocument.GetVariable("vBookmarkList");

v.SetContent("123",true);

}

The above function works perfectly in the non- webview mode but does not work in the webview mode. Do I have to do anything extra in order enable this Javascript function in the webview mode? If this not possible, is there a way to toggle the desktop application in and out of the webview mode?

Thanks

2 Replies
giakoum
Partner - Master II
Partner - Master II

Not applicable
Author

Hi Ioannis, thanks for the reply but could you please elaborate more? What am I suppose to be looking for in the linked thread? I am not a seasoned qlikview user.