Specifications
The Dreamweaver JavaScript API 435
site.canConnect()
Availability
Dreamweaver 3
Description
Checks whether Dreamweaver can connect to the remote site.
Arguments
None.
Returns
A Boolean value that indicates whether the current remote site is an FTP site.
site.canFindLinkSource()
Availability
Dreamweaver 3
Description
Checks whether Dreamweaver can perform a Find Link Source operation.
Arguments
None.
Returns
A Boolean value that indicates that the selected link in the site map is not the home page.
site.canGet()
Availability
Dreamweaver 3
Description
Determines whether Dreamweaver can perform a Get 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.
Returns
If the argument is site, a Boolean value that indicates whether one or more files or folders is
selected in the Site panel and a remote site has been defined. If the argument is a URL, a Boolean
value that indicates whether the document belongs to a site for which a remote site has been
defined.