Adobe 38040334 - Dreamweaver CS3 User Manual page 130

Extending dreamweaver
Hide thumbs Also See for 38040334 - Dreamweaver CS3:
Table of Contents

Advertisement

Returns
An array of browser names, each of which must match exactly the first line in a valid browser profile (see the TXT
files in the Configuration/BrowserProfiles folder).
Example
function getAffectedBrowsers(){
return new Array("Microsoft Internet Explorer 5.0",
"Microsoft Internet Explorer 5.5",
"Microsoft Internet Explorer 6.0");
}
getAffectedBrowserDisplayNames()
Availability
Dreamweaver CS3.
Description
Provides Dreamweaver with a list of user-visible browser names for which this issue is relevant. This function is
optional; if not supplied, the profile names supplied by
Arguments
None.
Returns
An array of browser names. This array must be parallel to the one returned by
Example
function getAffectedBrowsers(){
return new Array("IE/Win 5.0",
"IE/Win 5.5",
"IE/Win 6.0");
}
getIssueID()
Availability
Dreamweaver CS3.
Description
Provides Dreamweaver with a unique ID for the issue.
Arguments
None.
Returns
A string with a unique issue identifier.
getAffectedBrowserProfiles()
getAffectedBrowserProfiles()
DREAMWEAVER CS3
Extending Dreamweaver
will be used instead.
.
124

Advertisement

Table of Contents
loading

This manual is also suitable for:

Dreamweaver cs3

Table of Contents