Adobe Dreamweaver API Reference CS5 Uživatelský manuál Strana 474

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 533
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 473
469
DREAMWEAVER API REFERENCE
Code
Last updated 8/27/2013
dreamweaver.showQuickTagEditor()
Availability
Dreamweaver 3.
Description
Displays the Quick Tag Editor for the current selection.
Arguments
{nearWhat}, {mode}
The optional nearWhat argument, if specified, must be either "selection" or "tag selector". If this argument
is omitted, the default value is
"selection".
The optional mode argument, if specified, must be "default", "wrap", "insert", or "edit". If mode is
"default" or omitted, Dreamweaver uses heuristics to determine the mode to use for the current selection. The
mode argument is ignored if nearWhat is
"tag selector".
Returns
Nothing.
Code view functions
Code view functions include operations that are related to editing document source code (and that have subsequent
impact on the Design view). The functions in this section let you add navigational controls to Code views within a Split
document view or the Code inspector window.
dom.formatRange()
Availability
Dreamweaver MX.
Description
Applies Dreamweaver automatic syntax formatting to a specified range of characters in the Code view, according to
the settings in the Preferences > Code Format dialog box.
Arguments
startOffset, endOffset
The startOffset argument is an integer that represents the beginning of the specified range as the offset from the
beginning of the document.
The endOffset argument is an integer that represents the end of the specified range as the offset from the beginning
of the document.
Returns
Nothing.
Zobrazit stránku 473
1 2 ... 469 470 471 472 473 474 475 476 477 478 479 ... 532 533

Komentáře k této Příručce

Žádné komentáře