Adobe Extending Dreamweaver CS4 Manuale Utente Pagina 135

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 387
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 134
129
EXTENDING DREAMWEAVER CS4
Browser compatibility check issues API
getAffectedBrowserDisplayNames()
Availability
Dreamweaver CS3.
Description
Provides Dreamweaver with a list of user-visible browser names for which this issue is relevant. This function is
optional; if not supplied, the profile names supplied by
getAffectedBrowserProfiles() will be used instead.
Arguments
None.
Returns
An array of browser names. This array must be parallel to the one returned by getAffectedBrowserProfiles().
Example
function getAffectedBrowsers(){
return new Array("IE/Win 5.0",
"IE/Win 5.5",
"IE/Win 6.0");
}
getIssueID()
Availability
Dreamweaver CS3.
Description
Provides Dreamweaver with a unique ID for the issue.
Arguments
None.
Returns
A string with a unique issue identifier.
Example
function getIssueID() {
return "EXPANDING_BOX_PROBLEM";
}
getIssueName()
Availability
Dreamweaver CS3.
Vedere la pagina 134
1 2 ... 130 131 132 133 134 135 136 137 138 139 140 ... 386 387

Commenti su questo manuale

Nessun commento