javascript Programming Glossary: makeeditableandhighlight
Javascript Highlight Selected Range Button http://stackoverflow.com/questions/1622629/javascript-highlight-selected-range-button off again. UPDATE Fixed to work in IE 9. function makeEditableAndHighlight colour sel window.getSelection if sel.rangeCount sel.getRangeAt.. non IE try if document.execCommand BackColor false colour makeEditableAndHighlight colour catch ex makeEditableAndHighlight colour else if document.selection.. false colour makeEditableAndHighlight colour catch ex makeEditableAndHighlight colour else if document.selection document.selection.createRange..
How can I highlight the text of the DOM Range object? http://stackoverflow.com/questions/2582831/how-can-i-highlight-the-text-of-the-dom-range-object method http stackoverflow.com a 8106283 96100 function makeEditableAndHighlight colour var range sel window.getSelection if sel.rangeCount sel.getRangeAt.. non IE try if document.execCommand BackColor false colour makeEditableAndHighlight colour catch ex makeEditableAndHighlight colour else if document.selection.. false colour makeEditableAndHighlight colour catch ex makeEditableAndHighlight colour else if document.selection document.selection.createRange..
getSelection & surroundContents across multiple tags http://stackoverflow.com/questions/2584301/getselection-surroundcontents-across-multiple-tags off again. UPDATE Fixed to work in IE 9. function makeEditableAndHighlight colour sel window.getSelection if sel.rangeCount sel.getRangeAt.. non IE try if document.execCommand BackColor false colour makeEditableAndHighlight colour catch ex makeEditableAndHighlight colour else if document.selection.. false colour makeEditableAndHighlight colour catch ex makeEditableAndHighlight colour else if document.selection document.selection.createRange..
Change CSS of selected text using Javascript http://stackoverflow.com/questions/3223682/change-css-of-selected-text-using-javascript designMode off again. UPDATE Fixed in IE 9. function makeEditableAndHighlight colour var range sel window.getSelection if sel.rangeCount sel.getRangeAt.. non IE try if document.execCommand BackColor false colour makeEditableAndHighlight colour catch ex makeEditableAndHighlight colour else if document.selection.. false colour makeEditableAndHighlight colour catch ex makeEditableAndHighlight colour else if document.selection document.selection.createRange..
|