On Thursday 16 May 2002 10:50 am, Joachim Schmitz wrote:
--On Donnerstag, Mai 16, 2002 10:35:57 -0400 Casey Duncan <casey@zope.com> wrote:
On Thursday 16 May 2002 07:16 am, Joachim Schmitz wrote:
Hi Casey,
I installed ZEE and get the external edit-icon on all items contained in a "normal Folder". But since I working a lot with ZPatterns, most of my items are contained in ZPatterns specialists. How do I enable ZEE support for other containers ?
Actually I think I misunderstood the question. In order to make this work you need to change the managment screen (manage_main) for that object.
Take a look at how the __init__.py in the product does this. The lines to include in the management screen start on line 136 of the manage_main.dtml in the product.
I think it has no own, it takes the standard objectmanager manage_main may I simply replace this
Yes, just replace it with the one from the in the ExternalEditor product. Make a backup first, tho just in case. -Casey