Adobe Dreamweaver API Reference CS5 Manual de usuario Pagina 289

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 533
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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.
Vista de pagina 288
1 2 ... 284 285 286 287 288 289 290 291 292 293 294 ... 532 533

Comentarios a estos manuales

Sin comentarios