Adobe Dreamweaver API Reference CS5 Instrukcja Użytkownika Strona 250

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 533
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 249
245
DREAMWEAVER API REFERENCE
Site
Last updated 8/27/2013
Example
The following example
var filePath = site.siteRelativeToLocalPath("/myWebApp/myFile.xlml");
returns "C:\Inetpub\wwwroot\siteA\myFile.xml" based on your site mappings and HTTP address specified in the
Local info of the Site Definition dialog box.
site.synchronize()
Availability
Dreamweaver 3.
Description
Opens the Synchronize Files dialog box.
Arguments
None.
Returns
Nothing.
Enabler
See “site.canSynchronize()” on page 526.
site.uncloak()
Availability
Dreamweaver MX.
Description
Uncloaks the current selection in the Files panel or the specified folder.
Arguments
siteOrURL
The siteOrURL argument must contain one of the following values:
The keyword "site", which indicates that the unCloak() function should act on the selection in the Files panel.
The URL of a particular folder, which indicates that the unCloak() function should act on the specified folder
and all its contents.
Returns
Nothing.
Enabler
See “site.canUncloak()” on page 527.
Przeglądanie stron 249
1 2 ... 245 246 247 248 249 250 251 252 253 254 255 ... 532 533

Komentarze do niniejszej Instrukcji

Brak uwag