Introduction to the Zapatec DHTML Tree Wizard
Using the Zapatec Javascript Tree Wizard you can construct a tree and choose the various configuration options. When you are done, the Wizard will generate the necessary Javascript code and you can just paste the code into your HTML page.
Please note that this wizard shows only some part of all possible features of Zapatec.Tree. It is designed to help you rapidly create tree on your page. For advance usage read manual
Use the Next and Previous buttons to navigate through the tabs. To go to a specific tab, just click on the tab header on top.
Move your mouse over the question marks These tooltips provide additional information in the Wizard. To make them go away, just move the mouse away from the question mark and outside the tooltip box. to see the help for specific items.
You will most probably like to generate a tree
dynamically from a database. However, for the purpose
of our wizard, the generated content will be a simple
static list that shows you how the generation should be
done.
Tree contents
Here you can define the layout of your tree. First click an item on the left to select it. Then, use the links on the left to create/remove items and sub-items relative to the selected item. You can also change the text of the item in the box.
Since the Generated tree layout is done in HTML, you may find it easier to focus here on the tree features and then finish moving the nodes around in your editor.
:: Insert Item Before
:: Insert Item After
- ALT-B: insert new item before the current one
- ALT-A: insert new item after the current one
- ALT-S: add a subtree to the current item
- ENTER: shorthand for ALT-A :: Remove Node
:: Add Subtree
- Home
- Products
- Calendar
- Overview
- Demo
- Features
- Wizard
- Download
- Pricing
- Buy
- Tree
- Overview
- Demo
- Features
- Wizard
- Download
- License
- Support
- Overview
- Forum
- Quick Guide
- Reference Manual
- Request Help
- About Us
- Company
- Management Team
- Mission Statement
- Jobs
- Contact Us
Tree configuration
Specify your tree's properties, and click next to see the generated tree. You can go back and forth between this and the next tab to experiment with what the different options do.
Tree preview
Here is the generated tree. Click previous if you want to change any options, or next to generate the code for this tree.
Your code is below
Click on select all to copy the code into the clipboard. Go into your editor paste and save it.The paths in the code assume that the tree file will be in the same folder where the zptree folder is in, not in the zptree folder itself. If you would like the file to be in a different folder, you will need to adjust the paths accordingly.