Adobe Dreamweaver API Reference CS5 Instrukcja Użytkownika Strona 290

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 533
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 289
285
DREAMWEAVER API REFERENCE
Document
Last updated 8/27/2013
Description
Retrieves the query property object of the URI object.
Changes to the property map are not reflected in the URI object until you invoke the “DWUri.setQueryByObject()
on page 285 function.
Arguments
None.
Returns
Object
The property map of the URI.
DWUri.setQueryByObject()
Availability
Dreamweaver CS5.
Description
Replaces the entire property map of the URI object with the specified map.
For example,
function main{
var referrer = new Object;
referrer.page = "index.html";
referrer.user = "jon";
DWUri uri = new DWUri;
uri.setQueryByObject ( referrer );
}
Arguments
objectMap
The property map of the URI.
Returns
None.
DWUri.getRelation()
Availability
Dreamweaver CS5.
Description
Determines the relationship between 2 URIs.
Arguments
other
Przeglądanie stron 289
1 2 ... 285 286 287 288 289 290 291 292 293 294 295 ... 532 533

Komentarze do niniejszej Instrukcji

Brak uwag