Adobe Dreamweaver API Reference CS5 Manuale Utente Pagina 293

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 533
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la 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.
Vedere la pagina 292
1 2 ... 288 289 290 291 292 293 294 295 296 297 298 ... 532 533

Commenti su questo manuale

Nessun commento