MACROMEDIA DREAMWEAVER 8-DREAMWEAVER API Spécifications Page 420

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 692
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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
Vue de la page 419
1 2 ... 415 416 417 418 419 420 421 422 423 424 425 ... 691 692

Commentaires sur ces manuels

Pas de commentaire