MACROMEDIA DREAMWEAVER 8-DREAMWEAVER API Dokumentacja Strona 475

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 692
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 474
475
Arguments
linkHREF
linkHREF
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
“dom.canSetLinkHref()” on page 416
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
setAttribute('TARGET') on the link.
Arguments
{linkTarget}
linkTarget
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.
Arguments
kind
kind
must be either "menu" or "list box".
Returns
Nothing.
dom.showListPropertiesDialog()
Availability
Dreamweaver 3
Description
Opens the List Properties dialog box.
Przeglądanie stron 474
1 2 ... 470 471 472 473 474 475 476 477 478 479 480 ... 691 692

Komentarze do niniejszej Instrukcji

Brak uwag