Adobe Dreamweaver API Reference CS5 Manual do Utilizador Página 290

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 533
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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 página 289
1 2 ... 285 286 287 288 289 290 291 292 293 294 295 ... 532 533

Comentários a estes Manuais

Sem comentários