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

Qww not defined?

Hello Everynone.

I'm trying to modify an Ajax generated page. I want to refer to a particular listbox with ObjectID: "Document\\LB07".

To that end I added some javascript under the script tag (where there' s already some javascript ' var qva = new Qva.PageBinding(); ...' ).

I added the folwoing line :

_xx_bMgr_2 = new Qww.ListBox.Mgr({ObjectID: "Document\\LB07"});

but I get an error stating that Qww is not defined!

The generated page works correctly but I wonder how could I add some javascript in order to manipulate the listbox through code.

Thank you in advance.

PS: Version=9.0.7502.8

0 Replies