translationType

Description

This attribute indicates the type of translation to perform. These types are preset and give the translation specific functionality. For example, if you specify "dynamic data", any data that is translated should behave the same as Adobe Dreamweaver dynamic data; that is, it should have the dynamic data placeholder look in the Design view (curly braces ({}) notation with dynamic background color) and appear in the Server Behaviors panel.

Parent

translation

Type

Attribute.

Required

Yes.

Values

dynamic data, dynamic image, dynamic source, tabbed region start, tabbed region end, custom

  • The dynamic data value indicates that the translated directives look and behave the same as Adobe Dreamweaver dynamic data, as shown in the following example:
    <translation whereToSearch="tag+IMAGE" limitSearch="attribute+SRC" translationType="dynamic data">
  • The dynamic image value indicates that the translated attributes should look and behave the same as Adobe Dreamweaver dynamic images, as shown in the following example:
    <translation whereToSearch="IMAGE+SRC" translationType="dynamic image">
  • The dynamic source value indicates that the translated directives should behave the same as Adobe Dreamweaver dynamic sources, as shown in the following example:
    <translation whereToSearch="directive"  translationType="dynamic source">
  • The tabbed region start value indicates that the translated <CFLOOP> tags define the beginning of a tabbed outline, as shown in the following example:
    <translation whereToSearch="CFLOOP"  translationType="tabbed region start">
  • The tabbed region end value indicates that the translated </CFLOOP> tags define the end of a tabbed outline, as shown in the following example:
    <translation whereToSearch="CFLOOP"  translationType="tabbed region end">
  • The custom value is the default case in which no internal Adobe Dreamweaver functionality is added to the translation. It is often used when specifying a tag to insert for a custom Property inspector, as shown in the following example:
    <translation whereToSearch="directive" translationType="custom">