Hello,
I would like create a new dhtmlxTree with TypeScript but I can’t do it
I try this:
new dhtmlXTreeObject({
parent: containerId,
checkbox: true,
image_path: “…/…/…/skins/web/imgs/dhxtree_web/”,
xml: “…/common/tree.xml”
});
someone can be help me ?
Thanks