Hello! I've install zope 2.7 which comes with OrderedFolder by default, but I can't understand how to use it. It doesn't have neither help nor readme file and looks just like ordinary folder. How do I order items in such folder? Eugene
I've install zope 2.7 which comes with OrderedFolder by default, but I can't understand how to use it. It doesn't have neither help nor readme file and looks just like ordinary folder. How do I order items in such folder?
In my 2.7 install i can see some additional buttons under the subitems list (move up/down, top, bottom). I'm sure you should try them. Notice that you should add Folder (Ordered) instead of ordinary Folder
Eugene Morozov wrote at 2003-7-24 17:48 +0400:
I've install zope 2.7 which comes with OrderedFolder by default, but I can't understand how to use it. It doesn't have neither help nor readme file and looks just like ordinary folder. How do I order items in such folder?
When I remember right (--> "mailing list archive"), you must enable order support. This may be possible via a property of the folder (I am not sure about this, though; search the archive, for details). Dieter
I've install zope 2.7 which comes with OrderedFolder by default, but I can't understand how to use it. It doesn't have neither help nor readme file and looks just like ordinary folder. How do I order items in such folder?
When I remember right (--> "mailing list archive"), you must enable order support. This may be possible via a property of the folder (I am not sure about this, though; search the archive, for details).
Hmmm... I'm just downloaded 2.7b1 (windows binary) yesterday and installed it. Then i can see Folder and Folder (Ordered) in product drop-down list. I tried to find some switch between ordered - unordered (because i also read about it somewhere) but i can't find anything
On Fri, Jul 25, 2003 at 01:50:53AM +0200, Dieter Maurer wrote:
Eugene Morozov wrote at 2003-7-24 17:48 +0400:
I've install zope 2.7 which comes with OrderedFolder by default, but I can't understand how to use it. It doesn't have neither help nor readme file and looks just like ordinary folder. How do I order items in such folder?
When I remember right (--> "mailing list archive"), you must enable order support. This may be possible via a property of the folder (I am not sure about this, though; search the archive, for details).
Well, I didn't found anything like that in the mailing list archive. All I found was questions how to convert ordinary folder to the ordered folder and stuff like that. It seems that many people are using OrderedFolder and reading this list. Please, explain me how to use it. I don't have any additional buttons for reordering content in the ZMI for the OrderedFolder. It looks just like ordinary folder.
Eugene Morozov wrote:
On Fri, Jul 25, 2003 at 01:50:53AM +0200, Dieter Maurer wrote:
Eugene Morozov wrote at 2003-7-24 17:48 +0400:
I've install zope 2.7 which comes with OrderedFolder by default, but I can't understand how to use it. It doesn't have neither help nor readme file and looks just like ordinary folder. How do I order items in such folder?
When I remember right (--> "mailing list archive"), you must enable order support. This may be possible via a property of the folder (I am not sure about this, though; search the archive, for details).
Well, I didn't found anything like that in the mailing list archive. All I found was questions how to convert ordinary folder to the ordered folder and stuff like that. It seems that many people are using OrderedFolder and reading this list. Please, explain me how to use it. I don't have any additional buttons for reordering content in the ZMI for the OrderedFolder. It looks just like ordinary folder.
I was amused by this, too. In a folder (Ordered), once you have items to order or reorder, the buttons appear. It's perhaps too smart that way. 0 items: no special buttons 1 item: no special buttons 2 or more items: buttons for reordering at the bottom of the page (and well designed, too!) -- Jim Washington
On Fri, Jul 25, 2003 at 11:24:09AM -0400, Jim Washington wrote:
I was amused by this, too.
In a folder (Ordered), once you have items to order or reorder, the buttons appear. It's perhaps too smart that way.
0 items: no special buttons 1 item: no special buttons 2 or more items: buttons for reordering at the bottom of the page (and well designed, too!)
I've found the problem: it was External Editor. It patches the ZMI in some incorrect manner and after I've deleted its server side, special buttons appeared. Eugene
Eugene Morozov wrote:
I've found the problem: it was External Editor. It patches the ZMI in some incorrect manner and after I've deleted its server side, special buttons appeared. Eugene
Damn, this kind of thign is bound to happen with so many people patching this bit of the ZMI... Please drop a short email to ExternalEditor's maintainer to let him know about this problem... Chris
participants (5)
-
Chris Withers -
Dieter Maurer -
Eugene Morozov -
Jim Washington -
Sergey Volobuev