Adobe Dreamweaver API Reference CS5 Manuale Utente Pagina 465

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 533
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 464
460
DREAMWEAVER API REFERENCE
Code
Last updated 8/27/2013
dom.setLinkHref()
Availability
Dreamweaver 3.
Description
Makes the selection a hypertext link or changes the URL value of the HREF tag that encloses the current selection.
Arguments
linkHREF
The linkHREF argument is the URL (document-relative path, root-relative path, or absolute URL) comprising the
link. If this argument is omitted, the Select HTML File dialog box appears.
Returns
Nothing.
Enabler
See “dom.canSetLinkHref()” on page 500.
dom.setLinkTarget()
Availability
Dreamweaver 3.
Description
Sets the target of the link that surrounds the current selection. This function is equivalent to looping through the
parents and grandparents of the current node until a link is found and then calling the
setAttribute('TARGET')
function on the link.
Arguments
{linkTarget}
The linkTarget argument, which is optional, is a string that represents a frame name, window name, or one of the
reserved targets (
"_self", "_parent", "_top", or "_blank"). If the argument is omitted, the Set Target dialog box
appears.
Returns
Nothing.
dom.setListBoxKind()
Availability
Dreamweaver 3.
Description
Changes the kind of the selected SELECT menu.
Vedere la pagina 464
1 2 ... 460 461 462 463 464 465 466 467 468 469 470 ... 532 533

Commenti su questo manuale

Nessun commento