TypeError: Result of expression ‘this.detachAllEvents’ [undefined] is not a function. dhtmlxform.js:684
var formData = [
{type: "checkbox", label: "Загальний аналіз крові з лейкоцитарною формулою", name:"BLOOD", position: "label-right", checked: false, list:[
{type: "select", label: "форма №", name:"FormB", options:[
{text: "", selected: true},
{value: "224", text: "224/о "}
]},
{type: "newcolumn"},
{type: "button", value: "+"},
{type: "newcolumn"},
{type: "button", value: "Направление"}
]}
];
detach all except checbox with label
but in sample “06_unload.html” with my form data working well ???