25
CHAPTER 1
Introduction
The
Dreamweaver API Reference
describes two application programming interfaces (APIs) that let
you perform various supporting tasks when developing Macromedia Dreamweaver MX 2004
extensions and adding program code to your Dreamweaver web pages. These two APIs are the
utility API and the JavaScript API. The utility API contains subsets of related functions that let
you perform specific types of tasks. The utility API includes the following API subsets:
•
The File I/O API, which lets you read and write files on the local file system
•
The HTTP API, which lets you send and receive information from a web server
•
The Design Notes API, which lets you store and retrieve notes about Dreamweaver documents
•
The Fireworks Integration API, which lets you communicate with Macromedia Fireworks
•
Flash Integration, which contains information about adding Flash elements to the
Dreamweaver user interface (UI) and details on the Flash Objects API (which lets you build
objects that create Macromedia Flash content)
•
The Database API, which lets you access information stored in databases and manage
database connections
•
The Database Connectivity API, which lets you create a new connection type and
corresponding dialog boxes for new or existing server models
•
The JavaBeans API, which retrieves class names, methods, properties, and events for JavaBeans
that you have defined
•
The Source Control Integration API, which lets you write shared libraries to extend the
Dreamweaver Check In/Check Out feature
The extensive JavaScript API lets you perform a diverse set of smaller tasks, many of which are
tasks that a user would perform when creating or editing Dreamweaver documents. These API
functions are grouped by the parts of the Dreamweaver UI that they affect. For example, the
JavaScript API includes Workspace functions, Document functions, Design functions, and so on.
These functions let you perform tasks such as opening a new document, getting or setting a font
size, finding the occurrence of a search string in HTML code, making a toolbar visible, and
much more.
000_DW_API_Print.book Page 25 Wednesday, August 20, 2003 9:14 AM
Summary of Contents for DREAMWEAVER MX 2004
Page 1: ...Dreamweaver API Reference...
Page 24: ...24 Contents...
Page 32: ......
Page 70: ...70 Chapter 5 Fireworks Integration...
Page 76: ...76 Chapter 6 Flash Integration...
Page 116: ...116 Chapter 9 The JavaBeans API...
Page 140: ......
Page 152: ...152 Chapter 11 Application...
Page 218: ...218 Chapter 12 Workspace...
Page 248: ...248 Chapter 13 Site...
Page 292: ...292 Chapter 14 Document...
Page 378: ...378 Chapter 17 Design...
Page 430: ...430 Chapter 18 Code...
Page 486: ...486 Index...