How to update DTML Document contents?
I know I've seen this answered before, but for the life of me I can't seem to find where. How does one update the contents of a DTML Document via DTML or Python? Many thanks in advance. --- Chris
Carlson, Christopher W. writes:
How does one update the contents of a DTML Document via DTML or Python? You know you can do it in Zope's management interface?
Look at its source, you will find out what method it uses. You can use my "DocFinder" product, too, to find out what methods DTMLDocument provides <http://www.dieter.handshake.de/pyprojects/zope> Finally, you may find a specification in the embedded online help (Help --> ZopeHelp --> API Reference), though it is not yet complete.
Many thanks in advance. I am too lazy to look it up for you...
Dieter
participants (2)
-
Carlson, Christopher W. -
Dieter Maurer