beautypg.com

Document, Code, Conventions used in this guide – Adobe Dreamweaver API Reference CS5 User Manual

Page 8

background image

3

DREAMWEAVER API REFERENCE

Introduction

Last updated 8/27/2013

document.getRelatedFiles()

” on page 193

document.addRelatedFile()

” on page 194

document.removeRelatedFile()

” on page 195

document.getDependentFiles()

” on page 195

...and more.

Document

The following new functions are added to the Document chapter.

DWUri.isValidURI()

” on page 275

DWUri.isAbsolute()

” on page 275

DWUri.isRelative()

” on page 275

DWUri.isDirectory()

” on page 276

DWUri.isHierarchical()

” on page 276

DWUri.isOfType()

” on page 276

DWUri.isOfFileType()

” on page 277

...and more.

Code

The following new functions are added to the Code chapter.

dom.getLiveCodeHighlightsChanges()

” on page 486

dom.setLiveCodeHighlightsChanges()

” on page 486

...and more.

Conventions used in this guide

Typographical conventions
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 book’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.