Specifications

The Dreamweaver JavaScript API 433
Arguments
browserName
browserName
is the name of a browser as defined in the Preview in Browser preferences. If
omitted, this argument defaults to the users primary browser.
Returns
Nothing.
site.canAddLink()
Availability
Dreamweaver 3
Description
Checks whether Dreamweaver can perform an Add Link to [Existing File | New File] operation.
Arguments
None.
Returns
A Boolean value that indicates that the selected document in the site map is an HTML file.
site.canChangeLink()
Availability
Dreamweaver 3
Description
Checks whether Dreamweaver can perform a Change Link operation.
Arguments
None.
Returns
A Boolean value that indicates that an HTML or Flash file links to the selected file in the site
map.
site.canCheckIn()
Availability
Dreamweaver 3
Description
Determines whether Dreamweaver can perform a Check In operation.
Arguments
siteOrURL
siteOrURL
must be the site keyword, which indicates that the function should act on the
selection in the Site panel or the URL for a single file.