MACROMEDIA DREAMWEAVER 8-DREAMWEAVER API Dokumentacja Strona 420

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 692
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 419
Chapter 31420
dreamweaver.canExportCSS()
Availability
Dreamweaver 3
Description
Checks whether Dreamweaver can perform an Export CSS Styles operation.
Arguments
None.
Returns
A Boolean value that indicates whether the document contains any class styles that are defined in
the
HEAD.
dreamweaver.canExportTemplateDataAsXML()
Availability
Dreamweaver MX
Description
Checks whether Dreamweaver can export the current document as XML.
Arguments
None.
Returns
true if you can perform an export on the current document; false otherwise.
Example
if(dreamweaver.canExportTemplateDataAsXML())
{
dreamweaver.exportTemplateDataAsXML("file:///c|/dw_temps/mytemplate.txt")
}
dreamweaver.canFindNext()
Availability
Dreamweaver 3
Description
Checks whether Dreamweaver can perform a Find Next operation.
Arguments
None.
Returns
A Boolean value that indicates whether a search pattern has already been established.
dreamweaver.canOpenInFrame()
Availability
Dreamweaver 3
Przeglądanie stron 419
1 2 ... 415 416 417 418 419 420 421 422 423 424 425 ... 691 692

Komentarze do niniejszej Instrukcji

Brak uwag