MACROMEDIA DREAMWEAVER 8-DREAMWEAVER API Reference page 332

Dreamweaver api reference
Table of Contents

Advertisement

dreamweaver.setPreferenceString()
Availability
Dreamweaver MX.
To access the preferences for sites, you must have version 7.0.1. Check dw.appVersion
for the correct version before accessing site information.
Description
Lets you write a string preference setting for an extension. This setting is stored with
Dreamweaver preferences when Dreamweaver is not running.
Arguments
section, key, new_value
The
argument is a string that specifies the Preferences category in which the
section
option is set. If the category does not exist, Dreamweaver creates it.
The
argument is a string that specifies the category option that the functions sets. If
key
the category option does not exist, Dreamweaver creates it.
The
argument is a string that specifies the value of the category option.
new_value
Returns
A
value if successful;
true
Example
var txtEditor = getExternalTextEditor();
dreamweaver.setPreferenceString("My Extension", "Text Editor", txtEditor);
dreamweaver.showTargetBrowsersDialog()
Availability
Dreamweaver MX 2004.
Description
Opens the Target Browsers dialog box. The Target Browsers dialog box lets a user specify
which browser versions the Browser Target Check feature should use for checking the current
page's browser compatibility issues.
Arguments
None.
332
Document
otherwise.
false

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the DREAMWEAVER 8-DREAMWEAVER API and is the answer not in the manual?

This manual is also suitable for:

Dreamweaver 8

Table of Contents