Opentag – Adobe Extending Dreamweaver CS4 User Manual
Page 286

280
EXTENDING DREAMWEAVER CS4
Server behaviors
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 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 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 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 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">
<openTag>
Description
This optional tag can be inserted at the beginning of the translation section. This tag lets certain other extensions, such
as custom Property inspectors, find the translation.
Parent
translation
Type
Block tag.