Tree structure - solution needed

Author Message

Aleksander Lech

Monday 02 January 2006 2:58:30 am

Hello,
I need to create tree structure like this:
- Element 1
-- Element 1.1
-- Element 1.2
- Elemtent 2
--Element 2.1
---Element 2.1.1
--Element 2.2
--Element 2.3
e.t.c

I'm tryin to get this using custom classes with relations to itself but it doesn't create tree structure.

I need that tree for thing like this:
There is Custom class - let's name it "Study". Every Study needs to be assigned to one or more Disciplines - and here comes our tree structure. How to create Disciplines structure?

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.