Frequently Asked Questions
My tree works fine when viewed locally but does not appear when viewed on the server. What have I done wrong?
You have forgotten to upload the tree-building library (ldmt.js file) along with the compiled tree (eg: tree.js) or you have uploaded them in the wrong directory.
(Note: Make sure that you have selected the Domain to compile for.)
Can I use HTML tags inside the Content property?
Yes, you can use any HTML tag you like inside the <Content> property.
Can a tree item link to a paragraph within a web page?
Yes, just enter http://www.mysite.com/info.html#anchor in the <Link> property of the items and the tree can be used to navigate inside the info.html web page.
Can I have a tree item preselected on page load?
Yes, you can use the selectBranch() function in your HTML pages to achieve this. |