SSS
|
| Posted: 05/27/2003, 2:31 PM |
|
Hi all,
I am new to this codecharge application. I would like to know how can we create tree like menu in the web aplication. I am just doing the survey before buying the product. How is the product support?
Thanks all
sss
|
|
|
 |
Hamilton
|
| Posted: 05/27/2003, 2:52 PM |
|
Actually, No - CCS will not generate a tree menu.
Instead you need to hand code the tree menu... which isn't all that difficult.
Where can you find code for a tree menu? Try http://www.planetsourcecode.com
|
|
|
 |
Ronb
|
| Posted: 05/28/2003, 5:38 AM |
|
I use morton's tree menu with a php/mysql mod works like a charm but i haven't as yet translated the script to CCS to incorporate it into my projects.
Ron
|
|
|
 |
Hamilton
|
| Posted: 05/28/2003, 6:00 AM |
|
There are many tree menu's out there.
The difficulty is finding one that is data driven... such as the one I've implemented.
Many are JavaScript and require hard coded linking rather than dynamic data driven linking.
If you go to www.planetsourcecode.com, select asp/vbscript from the picklist and type 'tree menu' in the search box, you'll find a number of scripts (data driven) that can be modified to your purpose.
|
|
|
 |
RonB
|
| Posted: 05/28/2003, 12:31 PM |
|
The mod of mortons tree menu I'm using IS dynamic. It get's data from the database and then builds the menu tree with that info on the cilent side. The big plus is the easy structure it uses in the database treemenu table. Easy to implement.
Ron
|
|
|
 |
Hamilton
|
| Posted: 05/28/2003, 12:53 PM |
|
Always open to other opportunities....
Can you supply us with the Url to mortons tree menu?
|
|
|
 |
rrodgers
|
| Posted: 05/29/2003, 2:43 PM |
|
http://www.dhtmlcentral.com/projects/coolmenus/?m=10
I like the looks of this. I have a new client that wants to mimic an existing site that uses these menus. They look very easy and they have an asp example of building menus from a db. I will be giving them a try in the next 2 weeks and if goes well I will publish my test project as an example of how to use these.
rob
|
|
|
 |
RonB
|
| Posted: 05/30/2003, 5:13 AM |
|
http://www.treemenu.com/board/viewtopic.php?t=79
Ron
|
|
|
 |