
366 Server Behaviors
■ 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.
Required
No.
Values
The tagName value is a valid tag name. It should be unique to prevent conflicts with known
tag types. For example, if you specify
<openTag>MM_DYNAMIC_CONTENT</openTag> the
dynamic data is translated to the
MM_DYNAMIC_CONTENT tag.
Komentarze do niniejszej Instrukcji