Categories | Question details Back To List | ||
I'm using the tree menu, & I want to make the menu items links to be able to navigate between pages through the ... I'm using the tree menu, & I want to make the menu items links to be able to navigate between pages through the menu items. I'm a designer, & not familiar with the JavaScript code. Thanks in advance Regards Eman Answer posted by Support on Dec 24, 2008 05:40 If you are using dhtmlxTree you can use something similar to next in XML <tree id="0"> <item id="1" text="<a href='http://some.com' >link here<a>" /> Which will be translated in native HTML links inside dhtmlxTree |