Adobe Dreamweaver API Reference CS5 Manuale Utente Pagina 236

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 533
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 235
231
DREAMWEAVER API REFERENCE
Site
Last updated 8/27/2013
site.getAppURLPrefixForSite()
Availability
Dreamweaver MX.
Description
Gets the value of the URL prefix that is extracted from the HTTP address defined in the Local Info section of the site
definition dialog. It is the path that appears after the http://hostname:portnumber/.
Arguments
{siteName}
The siteName argument, which is optional, is the name of the site for which you want to get the URL prefix. If you do
not specify a site, the function gets the URL prefix for the current site.
Returns
A string that contains the URL prefix of the currently selected site.
Example
var sitePrefix = site.getAppURLPrefixForSite();
site.getCheckOutUser()
Availability
Dreamweaver 3.
Description
Gets the login and check-out name that is associated with the current site.
Arguments
None.
Returns
A string that contains a login and check-out name, if defined, or an empty string if Check In/Check Out is disabled.
Example
A call to site.getCheckOutUser() might return "denise (deniseLaptop)". If no check-out name is specified,
only the login name returns (for example,
"denise").
site.getCheckOutUserForFile()
Availability
Dreamweaver 3.
Description
Gets the login and check-out name of the user who has the specified file checked out.
Vedere la pagina 235
1 2 ... 231 232 233 234 235 236 237 238 239 240 241 ... 532 533

Commenti su questo manuale

Nessun commento