Adobe Dreamweaver API Reference CS5 Instrukcja Użytkownika Strona 500

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 533
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 499
495
DREAMWEAVER API REFERENCE
Enablers
Last updated 8/27/2013
dom.canDecreaseColspan()
Availability
Dreamweaver 3.
Description
Checks whether Dreamweaver can perform a Decrease Colspan operation.
Arguments
None.
Returns
A Boolean value: true if the current cell has a COLSPAN attribute and that attribute’s value is greater than or equal to
2;
false otherwise.
dom.canDecreaseRowspan()
Availability
Dreamweaver 3.
Description
Checks whether Dreamweaver can perform a Decrease Rowspan operation.
Arguments
None.
Returns
A Boolean value: true if the current cell has a ROWSPAN attribute and that attribute’s value is greater than or equal to
2;
false otherwise.
dom.canDeleteTableColumn()
Availability
Dreamweaver 3.
Description
Checks whether Dreamweaver can perform a Delete Column operation.
Arguments
None.
Returns
A Boolean value: true if the insertion point is inside a cell or if a cell or column is selected; false otherwise.
Przeglądanie stron 499
1 2 ... 495 496 497 498 499 500 501 502 503 504 505 ... 532 533

Komentarze do niniejszej Instrukcji

Brak uwag