Adobe Dreamweaver API Reference CS5 Instrukcja Użytkownika Strona 283

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 533
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 282
278
DREAMWEAVER API REFERENCE
Document
Last updated 8/27/2013
DWUri.getAuthority()
Availability
Dreamweaver CS5.
Description
Retrieves the domain authority. The URI object is not valid until it is constructed or initialized with the valid URI.
For the URI “http://www.adobe.com/index.html”, “www.adobe.com” is the authority.
Arguments
None.
Returns
A String containing the URI object’s domain authority.
DWUri.getUsername()
Availability
Dreamweaver CS5.
Description
Retrieves the user name. The URI object is not valid until it is constructed or initialized with the valid URI.
For the URI “ftp://[email protected]”, “jon” is the user name.
Arguments
None.
Returns
A String containing the URI object’s user name.
DWUri.getPassword()
Availability
Dreamweaver CS5.
Description
Retrieves the password. The URI object is not valid until it is constructed or initialized with the valid URI.
For the URI “ftp://jon:[email protected]”, “xxx” is the password.
Arguments
None.
Returns
A String containing the URI object’s password.
Przeglądanie stron 282
1 2 ... 278 279 280 281 282 283 284 285 286 287 288 ... 532 533

Komentarze do niniejszej Instrukcji

Brak uwag