Adobe Dreamweaver API Reference CS5 Manual de usuario Pagina 290

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

Comentarios a estos manuales

Sin comentarios