Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Re: Getting the inner html of the selection
Re: Getting the inner html of the selection
09-28-2006, 2:11 PM
GrantDB
Joined on 09-28-2006
Posts 7
Re: Getting the inner html of the selection
Reply
Quote
I tried that
var sel=editor1.GetSelection();
alert(sel);
var r=sel.createRange().text;
html=r.htmlText;
alert(html);
But firefox says that - sel.createRange is not a function - IE works OK. I wonder if FireFox doesn't support range on a selection
View Complete Thread