Can't load options into dhtmlxCombo. I try the following:
myForm = new dhtmlXForm("dhtmlxForm");
myForm.loadStruct("codebase/form.xml");
var combo = myForm.getCombo("xVolumeStatus");
combo.load("codebase/options.xml");
combo.selectOption(2, false, true);
But combo is undefined