Specifications
579
site.setLayout()
Availability
Dreamweaver 3
Description
Opens the Site Map Layout pane of the Site Definition dialog box.
Arguments
None.
Returns
Nothing.
Enabler
“site.canSetLayout()” on page 438
site.setLinkVisibility()
Availability
Dreamweaver 3
Description
Shows or hides the current link.
Arguments
bShow
bShow
is a Boolean value that indicates whether to remove the Hidden designation from the
current link.
Returns
Nothing.
site.setSelection()
Availability
Dreamweaver 3
Description
Selects files or folders in the active pane in the Site panel.
Arguments
arrayOfURLs
arrayOfURLs
is an array of strings where each string is a path to a file or folder in the current site,
which is expressed as a file:// URL.
Note: Omit the trailing slash (/) when specifying folder paths.
Returns
Nothing.