Using DW MX with Template Toolkit Perl Module OR How to ignore a special tag

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Using DW MX with Template Toolkit Perl Module OR How to ignore a special tag

    Hi all,

    I am using DW MX to edit templates for a CGI application.

    The template tag fromat is like so:

    [% stuff %]

    Can I get Dreamweaver to treat them as comment tags?
    I want them to disappear or reduce to icons like PHP code.

    TIA,

    jg




    jerrygarciuh Guest

  2. Similar Questions and Discussions

    1. FDF toolkit for perl in linux
      Hi, I am trying to install FDF toolkit for perl in linux. My perl version is 5.8.5. I have copied the shared object to appropriate folders. FDF.so...
    2. searching for module providing menus with special abilities
      Hello perl-hackers, i'm looking for a module for text-console based menus which provides the following features: - checklist with dynamic number...
    3. Problems when installing Template Toolkit on Activestate
      Hi all... I keep bumping into problems when trying to install the Template Toolkit on Activestate - 5.6.1 : when searching for the module with...
    4. my special die from module
      Hello out there! Let's say I want my own die (not death :-). Normally you make something like: $SIG{__DIE__} = \&mydie; .... sub mydie { my...
    5. Template Toolkit - Parse Error on RTF files
      Is the Template Toolkit supposed to work with RTF templates? They are mentioned in the tutorial, but I'm getting the following error: file error...
  3. #2

    Default Re: Using DW MX with Template Toolkit Perl Module OR How to ignorea special tag

    jerrygarciuh wrote:
    > Hi all,
    >
    > I am using DW MX to edit templates for a CGI application.
    >
    > The template tag fromat is like so:
    >
    > [% stuff %]
    >
    > Can I get Dreamweaver to treat them as comment tags?
    > I want them to disappear or reduce to icons like PHP code.
    Take a look at Third Party Tags. If you install the DW MX 2004 SDK:
    [url]http://www.macromedia.com/cfusion/exchange/index.cfm?view=sn121&extid=1009962[/url]

    It installs an example of a Thrid Paty Tag that you can copy.


    You'll need to take a look at the DW configuration folder. For its location, check here:
    [url]http://www.macromedia.com/support/dreamweaver/ts/documents/multiuser.htm[/url]


    --
    Enjoy,
    Danilo Celic
    | Extending Knowledge Daily
    | [url]http://www.CommunityMX.com/[/url]
    danilocelic Guest

  4. #3

    Default Re: Using DW MX with Template Toolkit Perl Module OR How to ignorea special tag

    FYI: There is a forum dedicated to extensind DW:
    [url]news://forums.macromedia.com/macromedia.exchange.extensions.dreamweaver[/url]


    HTH

    --
    Enjoy,
    Danilo Celic
    | Extending Knowledge Daily
    | [url]http://www.CommunityMX.com/[/url]
    danilocelic Guest

  5. #4

    Default Re: Using DW MX with Template Toolkit Perl Module OR How to ignore a special tag

    Thanks very much!

    jg


    "danilocelic" <danilo@shimmerphase.com> wrote in message
    news:bufese$3eq$2@forums.macromedia.com...
    > FYI: There is a forum dedicated to extensind DW:
    > [url]news://forums.macromedia.com/macromedia.exchange.extensions.dreamweaver[/url]
    >
    >
    > HTH
    >
    > --
    > Enjoy,
    > Danilo Celic
    > | Extending Knowledge Daily
    > | [url]http://www.CommunityMX.com/[/url]

    jerrygarciuh Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139