External application functions
149
Returns
An array that contains a pair of strings for each browser in the list. The first string in each pair
is the name of the browser, and the second string is its location on the user’s computer, which
is expressed as a file:// URL. If no browsers appear in the submenu, the function returns
nothing.
dreamweaver.getExtensionEditorList()
Availability
Dreamweaver 3
Description
Gets a list of editors for the specified file from the External Editors preferences.
Arguments
fileURL
■
The
fileURL
argument can be a complete file:// URL, a filename, or a file extension
(including the period).
Returns
An array that contains a pair of strings for each editor in the list. The first string in each pair is
the name of the editor, and the second string is its location on the user’s computer, which is
expressed as a file:// URL. If no editors appear in Preferences, the function returns an array
that contains one empty string.
Example
A call to the
dreamweaver.getExtensionEditorList(".gif")
function might return an
array that contains the following strings:
■
"Fireworks 3"
■
"file:///C|/Program Files/Macromedia/Fireworks 3/Fireworks 3.exe"
dreamweaver.getExternalTextEditor()
Availability
Dreamweaver 4.
Description
Gets the name of the currently configured external text editor.
000_DW_API_Print.book Page 149 Wednesday, July 20, 2005 11:58 AM
Summary of Contents for DREAMWEAVER 8-DREAMWEAVER API
Page 1: ...Dreamweaver API Reference...
Page 16: ......
Page 28: ...28 The File I O API...
Page 38: ...38 The HTTP API...
Page 68: ...68 Flash Integration...
Page 100: ...100 The Database API...
Page 116: ...116 The JavaBeans API...
Page 144: ...144 The Source Control Integration API...
Page 146: ......
Page 254: ...254 Workspace...
Page 298: ...298 Site...
Page 354: ...354 Document...
Page 396: ...396 Page Content...
Page 488: ...488 Design...
Page 550: ...550 Code...