MACROMEDIA DREAMWEAVER 8-DREAMWEAVER API Spécifications Page 595

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 692
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 594
595
dom.source.insert()
Description
Inserts the specified string into the source code at the specified offset from the beginning of the
source file. If the offset is not greater than, or equal to, zero, the insertion fails and the function
returns
false.
Arguments
offset, string
offset is the offset from the beginning of the file where the string is to be inserted.
string is the string to insert.
Returns
true if successful; false otherwise.
dom.source.nextWord()
Availability
Dreamweaver 4
Description
Moves the insertion point to the beginning of the next word (or words, if specified) in the Source
view. If content is already selected, this function extends the selection to the right.
Arguments
{nTimes}, {bShiftIsDown}
nTimes is the number of words that the insertion point is to move. If nTimes is omitted, the
default is 1.
bShiftIsDown is a Boolean value that indicates whether content is being selected. If
bShiftIsDown is true, the content is selected.
Returns
Nothing.
dom.source.outdentTextview()
Availability
Dreamweaver 4
Description
Moves selected source view text one tab stop to the left.
Arguments
None.
Returns
Nothing.
Vue de la page 594
1 2 ... 590 591 592 593 594 595 596 597 598 599 600 ... 691 692

Commentaires sur ces manuels

Pas de commentaire