Adobe Dreamweaver API Reference CS5 User Manual Page 283

  • Download
  • Add to my manuals
  • Print
  • Page
    / 533
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 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.
Page view 282
1 2 ... 278 279 280 281 282 283 284 285 286 287 288 ... 532 533

Comments to this Manuals

No comments