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

다운로드
페이지 504
The Insert bar definition file
145
image="image_path”
Description
This attribute specifies the path, relative to the Dreamweaver Configuration folder, to the 
icon file that appears on the Insert bar. The icon can be in any format that Dreamweaver can 
render, but typically it is in GIF or JPEG file format, with a size of 18 x 18 pixels.
Example
image="Common/table.gif"
canDrag="Boolean”
Description
This attribute specifies whether the user can drag the icon into the code or workspace to insert 
the object into a document. If omitted, the default value is 
true
.
Example
canDrag="false"
showIf="enabler"
Description
This attribute specifies that this button should appear on the Insert bar only if the given 
Dreamweaver enabler is a 
true
 value. If you do not specify 
showIf
, the button always 
appears. The possible enablers are 
_SERVERMODEL_ASP, _SERVERMODEL_ASPNET, 
_SERVERMODEL_JSP, _SERVERMODEL_CFML
 (for all versions of Macromedia ColdFusion), 
_SERVERMODEL_CFML_UD4
 (only for UltraDev version 4 of ColdFusion), 
_SERVERMODEL_PHP, 
_FILE_TEMPLATE, _VIEW_CODE, _VIEW_DESIGN, _VIEW_LAYOUT, 
_VIEW_EXPANDED_TABLES,
 
and
 
_VIEW_STANDARD
To specify multiple enablers, place a comma (which means AND) between the enablers. To 
specify NOT, use 
an
 exclamation point (
!
).
Example
If you want a button to appear only in Code view for an ASP page, specify the enablers as 
follows:
showIf="_VIEW_CODE, _SERVERMODEL_ASP"