279
12
CHAPTER 12
Property Inspectors
The Property inspector is perhaps the most familiar floating panel in the Macromedia
Dreamweaver 8 interface. It is indispensable for defining, reviewing, and changing the name,
size, appearance, and other attributes of the selection as well as for launching internal and
external editors for the selected element.
Dreamweaver has several built-in interfaces for the Property inspector that let you set
properties for many standard HTML tags. Because these built-in inspectors are part of the
core Dreamweaver code, you cannot find corresponding Property inspector files for them in
the Configuration folder. However, custom Property inspector files let you override these
built-in interfaces or create new ones to inspect custom tags. Custom Property inspector files
reside in the Configuration/Inspectors folder inside the Dreamweaver application folder.
The following table lists the files you use to create a Property inspector:
Property inspector files
The Property inspector HTML file must contain a comment (in addition to the doctype
comment) immediately preceding the opening HTML tag, as shown in the following
example:
<!-- tag:
serverModel
:
tagNameOrKeyword
,priority:
1to10
,selection:¬
exactOrWithin
,hline,vline, serverModel-->
<!DOCTYPE HTML SYSTEM "-//Macromedia//DWExtension layout-engine5.0//pi">
Path
File
Description
Configuration/Inspectors/
Propertyinspectornam
e.htm Defines the user interface (UI) of
the Property inspector.
Configuration/Inspectors/
Propertyinspectorname
.js
Contains the functions required by
the Property inspector.
Configuration/Inspectors/
Tagimagefile
.gif
Optional file to display in the
Property inspector.
Summary of Contents for DREAMWEAVER 8-EXTENDING DREAMWEAVER
Page 1: ...Extending Dreamweaver...
Page 8: ...8 Contents...
Page 14: ...14 Introduction...
Page 16: ......
Page 54: ...54 Customizing Dreamweaver...
Page 96: ...96 Customizing Code View...
Page 98: ......
Page 110: ...110 Extending Dreamweaver...
Page 138: ......
Page 166: ...166 Insert Bar Objects...
Page 180: ...180 Commands...
Page 248: ...248 Toolbars...
Page 260: ...260 Reports...
Page 278: ...278 Tag Libraries and Editors...
Page 288: ...288 Property Inspectors...
Page 378: ...378 Server Behaviors...
Page 398: ...398 Data Sources...
Page 432: ...432 Server Models...
Page 456: ...456 Data Translators...
Page 482: ......
Page 492: ...492 The Shared Folder...