Displaying 2 results from an estimated 2 matches for "setstart".
Did you mean:
secstart
2006 Nov 23
0
W3C Range specification conceptually flawed?
...ad>
<title>Range test</title>
</head>
<body>
<div id="myText">FooBarBaz</div>
<script type="text/javascript">
myText = document.getElementById(''myText'').firstChild;
var range1 = document.createRange();
range1.setStart(myText, 3);
range1.setEnd(myText, 6);
var range2 = document.createRange();
range2.setStart(myText, 6);
range2.setEnd(myText, 9);
// as you can see in Firebug console we selected ''bar'' and ''baz''
console.log(''range1: '' + range1.toStr...
2015 May 29
0
Wine release 1.7.44
...Return correct device type for cd devices without medium.
wbemprox: Add support for Win32_SystemEnclosure.
Nikolay Sivov (58):
quartz: Implement a trivial case of ConvertTimeFormat().
riched20: Added ITextFont stub.
riched20: Added stub ITextPara.
riched20: Implement SetStart().
riched20: Implement SetEnd().
riched20: Added tom typelib.
oledlg: Make object name menu item localized.
comctl32: Remove LoadString() fallback when loading from same module.
po: Update Russian translation.
riched20: Implement GetBold()/GetItalic().
dwri...