Conventions used in this guide
13
Errata
A current list of known issues can be found in the Extensibility section of the Dreamweaver
Support Center (
www.macromedia.com/go/extending_errata
).
Conventions used in this guide
The following typographical conventions are used in this guide:
■
Code
font indicates code fragments and API literals, including class names, method
names, function names, type names, scripts, SQL statements, and both HTML and XML
tag and attribute names.
■
Italic code
font indicates replaceable items in code.
■
The continuation symbol (
¬
) indicates that a long line of code has been broken across two
or more lines. Due to margin limits in this guide’s format, what is otherwise a continuous
line of code must be split. When copying the lines of code, eliminate the continuation
symbol, and type the lines as one line.
■
Curly braces ({ }) that surround a function argument indicate that the argument is
optional.
■
Function names that have the prefix
dreamweaver.
as in
dreamweaver.
funcname
, can be
abbreviated to
dw.
funcname
when you are writing code. This manual uses the full
dreamweaver.
prefix when defining the function and in the index. Many examples use
the shorter
dw.
prefix, however.
The following naming conventions are used in this guide:
■
You—the developer who is responsible for writing extensions
■
The user—the person using Dreamweaver
■
The visitor—the person who views the web page that the user created
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...