Dreamweaver and Zope
All, I would like to use Dreamweaver to edit my pages once the DTML code has been entered, but it doesn't know that 'dtml-var' is code and displays it on the page. Do you guys know how I can tell Dreamweaver this is code so I can work with the page once I have code in it? I have DW3, but would really like a good excuse to move to XP if possible... TIA, -y ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Yvonne Totty Database Administrator, 8364-5067
You can't really tell Dreamwaver to ignore it that I know of. Instead of using DTML, try using ZPT (Zope Page Templates). See http://www.zope.org/Documentation/ZopeBook/ZPT.stx for more information. ----- Original Message ----- From: "Totty, Yvonne" <yvonne_totty@mentorg.com> To: <zope@zope.org> Sent: Monday, July 15, 2002 11:44 AM Subject: [Zope] Dreamweaver and Zope
All,
I would like to use Dreamweaver to edit my pages once the DTML code has been entered, but it doesn't know that 'dtml-var' is code and displays it on the page.
Do you guys know how I can tell Dreamweaver this is code so I can work with the page once I have code in it?
I have DW3, but would really like a good excuse to move to XP if possible...
TIA,
-y ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Yvonne Totty Database Administrator, 8364-5067
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
"Totty, Yvonne" wrote:
All,
I would like to use Dreamweaver to edit my pages once the DTML code has been entered, but it doesn't know that 'dtml-var' is code and displays it on the page.
Indeed, maybe you should look into ZPT?
Do you guys know how I can tell Dreamweaver this is code so I can work with the page once I have code in it?
No, sorry, but for editing stuff in Zope via Dreamweaver, the following may help: http://www.zope.org/Members/glpb/dwhowto cheers, Chris
participants (3)
-
Chris McDonough -
Chris Withers -
Totty, Yvonne