MACROMEDIA DREAMWEAVER 8-DREAMWEAVER API Dokumentacja Strona 422

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 692
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 421
Chapter 31422
dreamweaver.canRevertDocument()
Availability
Dreamweaver 3
Description
Checks whether Dreamweaver can perform a Revert (to the last-saved version) operation.
Arguments
documentObject
documentObject
is the object at the root of a documents DOM tree (the value that
dreamweaver.getDocumentDOM() returns).
Returns
A Boolean value that indicates whether the document is in an unsaved state and a saved version of
the document exists on a local drive.
dreamweaver.canSaveAll()
Availability
Dreamweaver 3
Description
Checks whether Dreamweaver can perform a Save All operation.
Arguments
None.
Returns
A Boolean value that indicates whether one or more unsaved documents are open.
dreamweaver.canSaveDocument()
Availability
Dreamweaver 3
Description
Checks whether Dreamweaver can perform a Save operation on the specified document.
Arguments
documentObject
documentObject
is the root of a documents DOM (the same value that
dreamweaver.getDocumentDOM() returns).
Returns
A Boolean value that indicates whether the document has any unsaved changes.
Przeglądanie stron 421
1 2 ... 417 418 419 420 421 422 423 424 425 426 427 ... 691 692

Komentarze do niniejszej Instrukcji

Brak uwag