Specifications

563
site.editColumns()
Description
In Dreamweaver MX, displays the Edit Sites dialog box; in Dreamweaver 4 and earlier versions,
displays the Edit Sites dialog box. Both dialog boxes show the File View Columns section.
Arguments
None.
Returns
Nothing.
site.exportSite()
Availability
Dreamweaver MX
Description
Exports a Dreamweaver site to an XML file, which can be imported into another Dreamweaver
instance to duplicate the former site.
All the information that is contained in the Site Definition dialog box is saved in an XML file that
includes the list of cloaked folders and information about the default document type. The
exception is that the user can omit the user login and password when FTP access is set. The
following example shows a sample XML file that Dreamweaver creates when you export a site.
<?xml version="1.0" ?>
<site>
<localinfo
sitename="DW00"
localroot="C:\Documents and Settings\jlondon\Desktop\DWServer\"
imagefolder="C:\Documents and Settings\jlondon\Desktop\DWServer\Images\"
spacerfilepath=""
refreshlocal="TRUE"
cache="FALSE"
httpaddress="http://" curserver="webserver" />
<remoteinfo
accesstype="ftp"
host="dreamweaver"
remoteroot="kojak/"
user="dream"
checkoutname="Jay"
emailaddress="jay@macromedia.com"
usefirewall="FALSE"
usepasv="TRUE"
enablecheckin="TRUE"
checkoutwhenopen="TRUE" />
<designnotes
usedesignnotes="TRUE"
sharedesignnotes="TRUE" />
<sitemap