588
Enablers
site.canCheckOut()
Availability
Dreamweaver 3.
Description
Determines whether Dreamweaver can perform a Check Out operation on the specified file
or files.
Arguments
siteOrURL
■
The
siteOrURL
argument must be the
site
keyword, which indicates that the function
should act on the selection in the Site panel or the URL for a single file.
Returns
A Boolean value:
true
if all the following conditions are true;
false
otherwise:
■
A remote site has been defined.
■
If a document window has focus, the file is part of a local site and is not already checked
out; or, if the Site panel has focus, one or more files or folders are selected and at least one
of the selected files is not already checked out.
■
The Check In/Check Out feature is turned on for the site.
site.canCloak()
Availability
Dreamweaver MX.
Description
Determines whether Dreamweaver can perform a Cloaking operation.
Arguments
siteOrURL
■
The
siteOrURL
argument must be the
site
keyword, which indicates that the
canCloak()
function should act on the selection in the Site panel or the URL of a
particular folder, which indicates that the
canCloak()
function should act on the
specified folder and all its contents.
000_DW_API_Print.book Page 588 Wednesday, July 20, 2005 11:58 AM
Содержание DREAMWEAVER 8-DREAMWEAVER API
Страница 1: ...Dreamweaver API Reference...
Страница 16: ......
Страница 28: ...28 The File I O API...
Страница 38: ...38 The HTTP API...
Страница 68: ...68 Flash Integration...
Страница 100: ...100 The Database API...
Страница 116: ...116 The JavaBeans API...
Страница 144: ...144 The Source Control Integration API...
Страница 146: ......
Страница 254: ...254 Workspace...
Страница 298: ...298 Site...
Страница 354: ...354 Document...
Страница 396: ...396 Page Content...
Страница 488: ...488 Design...
Страница 550: ...550 Code...