User Guide
290 Site
Arguments
whichSide
■ The whichSide argument must be either "local" or "remote".
Returns
Nothing.
Enabler
See “site.canSelectNewer()” on page 595.
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" />
000_DW_API_Print.book Page 290 Wednesday, July 20, 2005 11:58 AM