[Zope] Custom Method to edit PythonScript
Dylan Reinhardt
zope at dylanreinhardt.com
Fri Sep 12 16:08:46 EDT 2003
On Thu, 2003-09-11 at 12:19, Christoph Landwehr wrote:
> Hi,
>
> I would like create a custom DTML-Method to edit a python-script within
> Zope.
The best thing I can recommend is that you create a new product that
subclasses the built-in python script. Then just make whatever changes
to its interface you want.
This won't be simple, but it'll be a heck of a lot better than trying to
kludge together your desired functionality in the ZMI and will be a
great learning experience besides. :-)
HTH,
Dylan
More information about the Zope
mailing list