Dreamweaver CS4 Resources
Using Dreamweaver CS4
Extending Dreamweaver CS4
Dreamweaver API Reference
This function gets the value of the specified key in the specified Design Notes file.
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.
A string that contains the value of the key.
See MMNotes.getKeys().