MACROMEDIA DREAMWEAVER 8-DREAMWEAVER API Spezifikationen Seite 567

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 692
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 566
567
Example
A call to site.getCheckOutUser() might return "denise (deniseLaptop)". If no check-out
name is specified, only the login is returned (for example,
"denise").
site.getCheckOutUserForFile()
Availability
Dreamweaver 3
Description
Gets the login and check-out name of the user who has the specified file checked out.
Arguments
fileName
fileName
is the path to the file being queried, which is expressed as a file:// URL.
Returns
A string that contains the login and check-out name of the user who has the file checked out or an
empty string if the file is not checked out.
Example
A call to site.getCheckOutUserForFile("file://C:/sites/avocado8/index.html")
might return
"denise (deniseLaptop)". If no check-out name is specified, only the login
returns (for example,
"denise").
site.getCloakingEnabled()
Availability
Dreamweaver MX
Description
Determines whether cloaking is enabled for the current site.
Arguments
None.
Returns
A Boolean value. The getCloakingEnabled() function returns true if cloaking is enabled for
the current site;
false otherwise.
site.getConnectionState()
Availability
Dreamweaver 3
Description
Gets the current connection state.
Arguments
None.
Seitenansicht 566
1 2 ... 562 563 564 565 566 567 568 569 570 571 572 ... 691 692

Kommentare zu diesen Handbüchern

Keine Kommentare