The Design Notes JavaScript API
53
MMNotes.get()
Description
This function gets the value of the specified key in the specified Design Notes file.
Arguments
fileHandle
,
keyName
•
The
fileHandle
argument is the file handle that
MMNotes.open()
returns.
•
The
keyName
argument is a string that contains the name of the key.
Returns
A string that contains the value of the key.
Example
See
“MMNotes.getKeys()” on page 53
.
MMNotes.getKeyCount()
Description
This function gets the number of key/value pairs in the specified Design Notes file.
Arguments
fileHandle
•
The
fileHandle
argument is the file handle that the
MMNotes.open()
function returns.
Returns
An integer that represents the number of key/value pairs in the Design Notes file.
MMNotes.getKeys()
Description
This function gets a list of all the keys in a Design Notes file.
Arguments
fileHandle
•
The
fileHandle
argument is the file handle that the
MMNotes.open()
function returns.
Returns
An array of strings where each string contains the name of a key.
000_DW_API_Print.book Page 53 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...