Extension Apis - MACROMEDIA DREAMWEAVER 8-EXTENDING DREAMWEAVER Manual

Extending dreamweaver
Table of Contents

Advertisement

To reload extensions
1.
Control-click (Windows) or Option-click (Macintosh) the Categories menu in the Insert
bar's title bar.
2.
Select Reload Extensions.
Remember that in a multiuser operating system you should edit copies of
configuration files in your user Configuration folder rather than editing master
configuration files. For more information, see
on page
102.

Extension APIs

The extension APIs provide you with the functions that Dreamweaver calls to implement each
type of extension. You must write the bodies of these functions as described for each extension
type and specify the return values that Dreamweaver expects.
If you are a developer who wants to work directly in the C programming language, there is a
C extensibility API that lets you create dynamic link libraries (DLLs). The functionality that
is provided in these APIs wraps your C DLLs in JavaScript so that your extension can work
seamlessly in Dreamweaver.
The documentation of extension APIs outlines what each function does, when Dreamweaver
calls it, and what value Dreamweaver expects it to return.
See the Dreamweaver API Reference for information about the Utility API and the JavaScript
API, which provide functions that you can use to perform specific tasks in your extensions.
"Configuration folders and extensions"
Extension APIs
105

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the DREAMWEAVER 8-EXTENDING DREAMWEAVER and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

Dreamweaver 8

Table of Contents