Section 25.233. Range.collapse(): make one boundary point equal to the other


25.233. Range.collapse(): make one boundary point equal to the other

DOM Level 2 Range

25.233.1. Synopsis

 void collapse(boolean toStart)     tHRows DOMException; 

25.233.1.1. Arguments

toStart

If this argument is TRue, the method sets the end point of the range to the same value as the starting point. Otherwise, it sets the starting point to the same value as the end point.

25.233.2. Description

This method sets one boundary point of the range to be the same as the other point. The point to be modified is specified by the toStart argument. After this method returns, the range is said to be collapsed: it represents a single point within a document and has no content. When a range is collapsed like this, its collapsed property is TRue.




JavaScript. The Definitive Guide
JavaScript: The Definitive Guide
ISBN: 0596101996
EAN: 2147483647
Year: 2004
Pages: 767

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net