[Zope] How to make a custom zmi to edit content?

volker.wend@efgbsh.de volker.wend@efgbsh.de
Tue, 27 May 2003 20:15:20 +0200


You could look at my EditAddon for PageTemplates. 

http://www.zope.org/Members/volkerw/editaddon

It hooks into the ZMI and adds a Page to the Page Template.

Also some more examples at:
http://www.zope.org/Members/haqa/PatchKit/


Regards,
Volker


> -----Original Message-----
> From: Dylan Reinhardt [mailto:zope@dylanreinhardt.com] 
> Sent: Dienstag, 27. Mai 2003 20:05
> To: wayne@c-media.com.au
> Cc: zope@zope.org
> Subject: Re: [Zope] How to make a custom zmi to edit content?
> 
> 
> That's doable.
> 
> Probably the most direct way to do it is to create a Python 
> product that subclasses the built-in Folder object.  That 
> way, you can easily determine which folders should have 
> standard ZMI interfaces and which should have custom 
> interfaces.  You could then grab client- or site-specific 
> content through acquisition.
> 
> HTH,
> 
> Dylan
> 
> 
> On Mon, 2003-05-26 at 19:42, Wayne Connolly wrote:
> > Hi,
> > I was thinking about making a admin interface that
> > pulls the content from the management interface and
> > displays it in the template context it comes from.
> > 
> > I know how to do most of it but am lacking ZMI
> > understanding of the situation.
> > 
> > Does anybody know of a resource on how to access the
> > zope data and open it up for editing then saving?
> > 
> > Cheers,
> > 
> > Wayne
> > 
> > __________________________________
> > Do you Yahoo!?
> > The New Yahoo! Search - Faster. Easier. Bingo. 
http://search.yahoo.com
> 
> _______________________________________________
> Zope maillist  -  Zope@zope.org 
> http://mail.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -
>  http://mail.zope.org/mailman/listinfo/zope-announce
>  http://mail.zope.org/mailman/listinfo/zope-dev )


_______________________________________________
Zope maillist  -  Zope@zope.org http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )