[Zope] Hierarchical content
Andrew Milton
akm at theinternet.com.au
Thu Jan 13 19:40:08 EST 2005
+-------[ Greg Gehrich ]----------------------
| I want to be able to create content and then attach sub-content to it.
| For example, if tasks were the content, it would look like the following:
|
| go shopping
| get bananas
| get bread
| pick up cleaning
| get shirt
| get pants
| clean house
| clean kitchen
| clean mixer
| clean clean sink
| clean bedroom
|
| I don't want to have the overhead of creating and sifting through
| folders as you navigate the hierarchy. In order to do this, I need the
| ability to have content that has folderish properties allowing sub content.
You could set a property on your item that points to the sub-items.
If the list is ordered, you'd need to obviously also add some ordering
information.
Or subclass an existing document type and add the same type of thing.
--
Andrew Milton
akm at theinternet.com.au
More information about the Zope
mailing list