Adobe Dreamweaver API Reference CS5 Manual de usuario Pagina 293

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 533
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 292
288
DREAMWEAVER API REFERENCE
Document
Last updated 8/27/2013
Returns
A string that specifies the filename.
DWUri.getExtension()
Availability
Dreamweaver CS5.
Description
Retrieves the extension from the URI object.
Arguments
stripDot
A Boolean: true to remove the leading dot from the result. Specify false to return the leading dot. The default behavior
is to return with the leading dot. This argument is optional.
Returns
A string that specifies the extension.
DWUri.getLastPathComponent()
Availability
Dreamweaver CS5.
Description
Retrieves the last part of the path component of the filename.
Arguments
None.
Returns
A string that specifies the last path part.
For the URI “http://www.adobe.com/Dreamweaver/CS5/index.htm”, getLastPathComponent() will return
CS5”.
DWUri.removeLastPathComponent()
Availability
Dreamweaver CS5.
Description
Removes the last part of the path component of the filename.
For the URI “http://www.adobe.com/Dreamweaver/CS5/index.htm”, removeLastPathComponent() will return
CS5” and will remove that string from the URI.
Vista de pagina 292
1 2 ... 288 289 290 291 292 293 294 295 296 297 298 ... 532 533

Comentarios a estos manuales

Sin comentarios