Macromedia dreamweaver 8-extending dreamweaver 사용자 설명서

다운로드
페이지 504
Participant EDML files
365
Type
Attribute.
Required
No.
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 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 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">