[Zope] Re: Zope External Editor for other folderish containers

Casey Duncan casey@zope.com
Thu, 16 May 2002 13:01:30 -0400


On Thursday 16 May 2002 10:50 am, Joachim Schmitz wrote:
> --On Donnerstag, Mai 16, 2002 10:35:57 -0400 Casey Duncan <casey@zope.c=
om>=20
> wrote:
>=20
> > 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 containe=
d in
> >> a  "normal Folder". But since I working a lot with ZPatterns, most o=
f 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 objec=
t.
> >
> > Take a look at how the __init__.py in the product does this. The line=
s to
> > include in the management screen start on  line 136 of the
> > manage_main.dtml  in the product.
>=20
> I think it has no own, it takes the standard objectmanager manage_main
> may I simply replace this=20

Yes, just replace it with the one from the in the ExternalEditor product.=
 Make=20
a backup first, tho just in case.

-Casey