Javascript Reference
Categories: TextRange

javascript TextRange setEndPoint( )

@March 15, 2008, 1:22 a.m.
setEndPoint( )Firefox/Netscape/NN n/a IE 4(Win) Chrome/Safari/DOM n/a  

setEndPoint("type", comparisonRange)

  

Sets the end point of the current TextRange object to the end point of another range that had previously been preserved as a variable reference.

 
Parameters
 
  • One of the following constants (as a string): StartToEnd | StartToStart | EndToStart | EndToEnd.
  • A TextRange object created earlier and saved to a variable.
 
Returned Value

None.


Powered by Linode.