Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a search object in my .qvw app.
I also have an extension which uses Javascript. Basically upon clicking a button within the extension, it will set a variable (vText)
I want to be able to display this variable as text in the Search object (SO17)
The variable name is vText
The object name is SO17
I am trying this (but it does not work):
this.SO17.text = vText;
Does anyone know the javascript code for this?
Any help would be greatly appreciated.