Adobe 38040334 - Dreamweaver CS3 User Manual page 226

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

Advertisement

DREAMWEAVER CS3
221
API Reference
site.selectNewer()
Availability
Dreamweaver 3.
Description
Selects all files that are newer on the specified side of the Site panel.
Arguments
whichSide
• The
argument must be either
or
.
whichSide
"local"
"remote"
Returns
Nothing.
Enabler
See "site.canSelectNewer()" on page 469.
site.serverActivity()
Availability
Dreamweaver 8.
Description
This function determines whether Dreamweaver is currently interacting with a server. Because Dreamweaver cannot
do more than one server activity at a time, this function lets you determine whether to disable functionality that
requires server interaction.
Arguments
None.
Returns
A Boolean value that indicates whether Dreamweaver is currently interacting with a server.
Example
The following example, from the menus.xml file, displays a menu item if there is no server activity (and if there is a
current site specified in Dreamweaver):
<menuitem name="Remove Connection Scripts" enabled="!site.serverActivity() &&
site.getCurrentSite() != ''" command="alert(MMDB.removeConnectionScripts())"
id="SiteOptionsSiteMenu_RemoveConnectionScripts" />
site.setAsHomePage()
Availability
Dreamweaver 3.
Description
Designates the file that is selected in the Site Files view as the home page for the site.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Dreamweaver cs3

Table of Contents