Adobe 38040334 - Dreamweaver CS3 User Manual page 209

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

Advertisement

Arguments
None.
Returns
Nothing.
site.deployFilesToTestingServerBin()
Availability
Dreamweaver MX.
Description
Puts a specified file (or files) in the testing server's bin folder. If the current site does not have any settings defined
for deploying supporting files, this function starts the Deploy Supporting Files To Testing Server dialog box.
Arguments
filesToDeploy
• The
argument is an array of filenames that Dreamweaver will deploy.
filesToDeploy
Returns
A Boolean value:
if the files deploy successfully;
true
Example
This example deploys the files image1.jpg and script1.js to the testing server's bin folder:
site.deployFilesToTestingServerBin("image1.jpg", "script1.js");
site.displaySyncInfoForFile()
Availability
Dreamweaver CS3
Description
Presents a dialog box that contains the local, remote, and testing times of the file corresponding to the parameter
passed. This information is stored in the synchronization
The dialog box displays four times:
• The Local Remote Time, which indicates for the local file, the time stamp of the last put or get command to the
remote server.
• The Remote Time, which indicates for the file on the remote server, the time stamp of the last get or put command
to the remote server.
• The Local Testing Time, which indicates for the local file, the time stamp of the last get or put command to the
testing server
• The Testing Time, which indicates for the file on the testing server, the time stamp of the last get or put command
to the testing server.
otherwise.
false
file.
dwsync.xml
DREAMWEAVER CS3
204
API Reference

Advertisement

Table of Contents
loading

This manual is also suitable for:

Dreamweaver cs3

Table of Contents