Peter Bengtsson writes:
And how do you use it? Can I just not plug it in and find that the Properties tab is golden and shiny? It was my primary aim to enhance the Copy&Paste support such that it would be able to copy PropertySheets. I made some studies and quickly found out, that this would end in a major rewrite of the export/import/copy/paste mechanism. Something not in my reach, currently.
When you look at URL:http://www.dieter.handshake.de/pyprojects/zope you will see that "copyPropertySheet" is in the "External Methods" section. This indicates that it is used as an External Method ;-). After you installed it, you can either call it directly from the Web (as I do) or make a little form that asks for the parameters: sheet, container, id and then call the method. Dieter