Adobe Extending Dreamweaver CS4 Instrukcja Użytkownika Strona 372

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 387
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 371
366
EXTENDING DREAMWEAVER CS4
C-level extensibility
function objectTag() {
// Return the html tag that should be inserted
alert(Sample.computeSum(2,2));
return "<HR>";
}
5 Save the file and restart Dreamweaver.
To execute the computeSum() function, select Insert > HTML > Horizontal Rule.
A dialog box that contains the number 4 (the result of computing the sum of 2 plus 2) appears.
Przeglądanie stron 371
1 2 ... 367 368 369 370 371 372 373 374 375 376 377 ... 386 387

Komentarze do niniejszej Instrukcji

Brak uwag