Specifications
571
site.isCloaked()
Availability
Dreamweaver MX
Description
Determines whether the current selection in the Site panel or the specified folder is cloaked.
Arguments
siteOrURL
• The keyword "site", which indicates that isCloaked() should test the selection in the Site
panel
• The URL of a particular folder, which indicates that isCloaked() should test the specified
folder
Returns
A Boolean value. The isCloaked() function returns true if the specified object is cloaked;
false otherwise.
site.locateInSite()
Availability
Dreamweaver 3
Description
Locates the specified file (or files) in the specified pane of the Site panel and selects the found files.
Arguments
localOrRemote, siteOrURL
• localOrRemote must be either "local" or "remote".
• siteOrURL must be the keyword "site", which indicates that the function should act on the
selection in the Site panel or on the URL for a single file.
Returns
Nothing.
Enabler
“site.canLocateInSite()” on page 436
site.makeEditable()
Availability
Dreamweaver 3
Description
Turns off the read-only flag on the selected files.
Arguments
None.
Returns
Nothing.