Specifications

Server Behaviors 179
Values
dynamic data, dynamic image, dynamic source, tabbed region start, tabbed region
end
, custom
dynamic data indicates that the translated directives look and behave the same as
Dreamweaver dynamic data, as shown in the following example:
<translation whereToSearch="tag+IMAGE"
limitSearch="attribute+SRC"
translationType="dynamic data">
dynamic image indicates that the translated attributes should look and behave the same as
Dreamweaver dynamic images, as shown in the following example:
<translation whereToSearch="IMAGE+SRC"
translationType="dynamic image">
dynamic source indicates that the translated directives should behave the same as
Dreamweaver dynamic sources, as shown in the following example:
<translation whereToSearch="directive"
translationType="dynamic source">
tabbed region start 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">
tabbed region end 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">
custom is the default case in which no internal 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">
EDML Tag: openTag
Description
An optional tag that can be inserted at the beginning of the translation section. This tag lets
certain other extensions find the translation, such as custom Property inspectors.
Parent
translation
Type
Block tag.
Required
No.