Adobe Dreamweaver API Reference CS5 Manual de usuario Pagina 205

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 533
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 204
200
DREAMWEAVER API REFERENCE
Workspace
Last updated 8/27/2013
Description
This function is used to add an extension to the filter object’s exclusion list.
Arguments
extension - A string or a DWUri object.
This argument represents the file name or the extension that needs to be added to the filter.
The argument can be an extension or a fully qualified local filename or remote URL as a string or a valid DWUri object.
Returns
A string containing semicolon separated values that represents the list of filters in the advanced expression.
For example, "*.css;help*.js"
DWFilenameFilter.removeExtensionFromExclusionExpression()
Availability
Dreamweaver CS5.
Description
This function is used to remove an extension from the filter object’s exclusion list.
Arguments
extension - A string or a DWUri object.
This argument represents the file name or the extension that needs to be removed from the filter.
The argument can be an extension or a fully qualified local filename or remote URL as a string or a valid DWUri object.
Returns
None.
DWFilenameFilter.empty()
Availability
Dreamweaver CS5.
Description
This function is used to clear the filter.
An empty filter will match all the files.
Arguments
None.
Returns
None.
Vista de pagina 204
1 2 ... 200 201 202 203 204 205 206 207 208 209 210 ... 532 533

Comentarios a estos manuales

Sin comentarios