12 Sep
2003
12 Sep
'03
8:08 p.m.
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