Links in dhtmlxtree

is there any sample program available for Links in node of dhtmlxtree?

There are two approaches
a) using inline HTML links as node values ( it possible to define any HTML tags as item text, while they correctly escaped in XML )
b) you can store links as userdata or item attribute and use onClick event to open link in necessary window.

Please check attached sample

1232631708.zip (37.6 KB)