Adobe Dreamweaver API Reference CS5 Instrukcja Użytkownika Strona 289

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 533
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 288
284
DREAMWEAVER API REFERENCE
Document
Last updated 8/27/2013
Returns
None.
DWUri.getQueryValue()
Availability
Dreamweaver CS5.
Description
Retrieves the value associated with the URI name passed as an argument.
For the URI “http://www.adobe.com/Dreamweaver/CS5/index.htm?q=1502”, getQuery("q") will return
1502”. Requesting a value for name that does not exist will return an empty string.
Arguments
name
The argument specifies the name in the query.
Returns
A string value representing the value of the name in the query.
DWUri.setQueryValue()
Availability
Dreamweaver CS5.
Description
Sets the name and value associated with the query string of the URI. Setting an empty string as value will remove the
name from the query string.
Arguments
name
The argument specifies the name in the query.
value
The argument specifies the value of the name in the query.
Returns
None.
DWUri.getQueryByObject()
Availability
Dreamweaver CS5.
Przeglądanie stron 288
1 2 ... 284 285 286 287 288 289 290 291 292 293 294 ... 532 533

Komentarze do niniejszej Instrukcji

Brak uwag