DHTML Methods
DOM Level 2 Specification.
Moves the insertion point to the beginning or the end of the current range.
TextRange.collapse ( [ bStart ] )
bStart |
Optional. Value that indicates whether the insertion point will be moved to the beginning or end of the text range. True ( default ) moves the insertion point to the beginning of the text range. False moves the insertion point to the end of the text range. |
No return value.
This feature might not be available on non-Win32® platforms. See the Microsoft® Knowledge Base for the latest information on Internet Explorer® cross-platform compatibility.
TextRange
expand