Moves the insertion point to the beginning or end of the current range.
dhtml语法
TextRange.collapse( [bStart])
Parameters
bStart |
Optional.
Booleanthat specifies one of the following values: 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. |
|
Return Value
No return value.
Remarks
This feature might not be available on non-Microsoft® Win32® platforms.
是否符合公共标准
There is no public standard that applies to this method.
Applies To
更多语法参考
expand