Adobe Dreamweaver API Reference CS5 Instrukcja Użytkownika Strona 204

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 533
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 203
199
DREAMWEAVER API REFERENCE
Workspace
Last updated 8/27/2013
Arguments
None.
Returns
An array of string objects representing the extensions that are to be excluded by the filter. See also the
DWFilenameFilter.addExtensionToExclusionExpression()” on page 199 function.
For example, {".php", ".css", ".engine"}
DWFilenameFilter.getExclusionExpression()
Availability
Dreamweaver CS5.
Description
This function is used to retrieve the exclusion expression.
Arguments
None.
Returns
A string containing semicolon separated values that represents the list of extensions that are excluded.
For example, ".php;.css;.engine"
DWFilenameFilter.getAdvancedExpression()
Availability
Dreamweaver CS5.
Description
This function is used to retrieve the advanced expression.
The filter can either be an advanced filter containing other wildcard inclusion filters or can be a simple filter containing
a list of file extensions to exclude.
Arguments
None.
Returns
A string containing semicolon separated values that represents the list of filters in the advanced expression.
For example, "*.css;help*.js"
DWFilenameFilter.addExtensionToExclusionExpression()
Availability
Dreamweaver CS5.
Przeglądanie stron 203
1 2 ... 199 200 201 202 203 204 205 206 207 208 209 ... 532 533

Komentarze do niniejszej Instrukcji

Brak uwag