init from object

TypeError: Result of expression ‘this.items[type]’ [undefined] is not an object. in dxthmlx.js

trying

if (clogin=‘role’) {
var myForm;
var formData = [
{type: “settings”, position: “label-left”, labelWidth: 160, inputWidth: 160},
{type: “select”, label: “My Select”, name: “mySelect”}

	];
		myForm = new dhtmlXForm("myForm", formData);

}

See the post viewtopic.php?f=17&t=17807