Re: [Zope] DTML: let a variable be the html_quote of another
Danny William Adair writes:
How can I achieve this?
<dtml-let yummy="hardtoswallow html_quote">
doesn't work, neither does
<dtml-let yummy="_.html_quote(hardtoswallow)"> The mail archives are your friend ....
You will find there: * how to use "html_quote" from PythonScript (-> message from Evan) * how to make a DTML method as a function that "html_quotes" (or "url_quotes" or whatever "dtml-var" can do) (-> message from me - was for "url_quote") Dieter
Hi, .. very last question for today, ... really :-) If I create an instance of my zclass with a date property I get some trouble: If I init it with: 2.4.99 (german, means 2.april), then Zope thinks that I mean 1999/2/4 (4. feb.) It's a little bit frustrating. Perhabs someone has an idea what to do? Or is it a bug? I am using ZOPE 2.3.0 Thanks for today, ... Marc
participants (2)
-
Dieter Maurer -
Marc Fischer