Adobe 38040334 - Dreamweaver CS3 User Manual page 229

Api reference
Hide thumbs Also See for 38040334 - Dreamweaver CS3:
Table of Contents

Advertisement

Description
Shows or hides the current link.
Arguments
bShow
• The
argument is a Boolean value that indicates whether to remove the Hidden designation from the current
bShow
link.
Returns
Nothing.
site.setSelection()
Availability
Dreamweaver 3.
Description
Selects files or folders in the active pane in the Site panel.
Arguments
arrayOfURLs
• The
argument is an array of strings where each string is a path to a file or folder in the current site,
arrayOfURLs
which is expressed as a file:// URL.
Note: Omit the trailing slash (/) when specifying folder paths.
Returns
Nothing.
site.siteRelativeToLocalPath()
Availability
Dreamweaver 8.
Description
Converts a site-relative URI reference to a local file path.
Arguments
siteRelativeURI
• The
siteRelativeURI
Returns
A string, which specifies the path to a local file on your local computer.
Example
The following example
var filePath = site.siteRelativeToLocalPath("/myWebApp/myFile.xlml");
attribute, which is required, is a string that contains the site-relative URI.
DREAMWEAVER CS3
224
API Reference

Advertisement

Table of Contents
loading

This manual is also suitable for:

Dreamweaver cs3

Table of Contents