Re: [Zope] Output child folders in a specifc order?
2 Oct
2002
2 Oct
'02
9:47 a.m.
| OdesÃlatel: Fearless Froggie <fearless_froggie@yahoo.com> | (Disclaimer: I'm a complete newbie to zope as well as | Python!) similary | I created something similar to what you want to do -- | a two level order menu based on what child folders are | available. | | I assigned an "order" property to each folder. Then I | crawl through my "folder" tree, get the title, id, | order number, url (and whatever other information I | want) for each folder, put that into a tuple, then put | that tuple into a list. I use this folder names: 1folder 2too_folder 3another_folder 4yet_another_folder ... and sort=id Regards JL.
8587
Age (days ago)
8587
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jaroslav Lukesh