Specifications
577
site.selectNewer()
Availability
Dreamweaver 3
Description
Selects all files that are newer on the specified side of the Site panel.
Arguments
whichSide
whichSide
must be either "local" or "remote".
Returns
Nothing.
Enabler
“site.canSelectNewer()” on page 439
site.setAsHomePage()
Availability
Dreamweaver 3
Description
Designates the file that is selected in the Site Files view as the home page for the site.
Arguments
None.
Returns
Nothing.
site.setCloakingEnabled()
Availability
Dreamweaver MX
Description
Determines whether cloaking should be enabled for the current site.
Arguments
enable
enable
is a Boolean value that indicates whether cloaking should be enabled. A value of true
enables cloaking for the current site; a value of
false disables cloaking for the current site.
Returns
None.