Load XML method not work Dhtmlx form Validation Property

Hi guys,

i am downlaod dhtmlxForm_30b_110318 vesion.
not work doFormValidate command .

My developer code :

function doOnFormInit() { var myForm; myForm = new dhtmlXForm("myForm"); myForm.loadStruct("myxml_data.php");
		myForm.attachEvent("onButtonClick", function(name,command){		    

windowcommand; // command button
myForm.validate();

	   if (name == "kaydet"){	
	 //  alert(name);
	//	myForm.send("mail_gonder.php");    
		}		    

		});

} // doOnFormInit

// command function
function doFormValidate() {
myForm.validate();
}
function resetValidateData() {
myForm.resetValidateCss();
}

</script>

myxml_data.php

<?xml version="1.0" encoding="iso-8859-9" ?>

Burhan KARADERE
www.karadere.com

Hello.
That problem was fixed.

Please try to use attached js file instead of original one
(the same fix will be added to the next version of component)
dhtmlxform.zip (14.6 KB)