beginInsert (NotesRichTextItem - JavaScript)

Changes the insertion position from the end of the rich text item to the beginning or end of a specified element.

Defined in

NotesRichTextItem

Syntax

beginInsert(element:NotesBase) : void

beginInsert(element:NotesBase, after:boolean) : void

Parameter Description
element NotesEmbeddedObject, NotesRichTextDocLink, NotesRichTextNavigator, NotesRichTextRange, NotesRichTextSection, or NotesRichTextTable. The element. A NotesRichTextNavigator element means the element at the current position of the navigator. Other elements mean the specified element.
after
  • true to put the insertion position at the end of the element
  • false (default) to put the insertion position at the beginning of the element