If I take my dhtmlxCombo out of the custom form it works fine, but fails to populate when in a custom form. Any ideas?
Custom Form
[code]
Engine Test: | |
|
Lightbox
[code]scheduler.showLightbox = function(id){
var ev = scheduler.getEvent(id);
scheduler.startLightbox(id, html(“popup_form”) );
if (ev.requestor == undefined){ev.requestor = user;}
html("requestor").value = ev.requestor;
//Load engine test data.
var et = new dhtmlXCombo("enginetest","enginetest",200);
//THIS LINE DOESN'T POPULATE THE COMBO
et.loadXML("/" + dbScheduler + "/agEngineTests.xml?openagent");
}[/code]
XML DATA
[code]<?xml version="1.0" ?>