Hi,
I need to create a basic RTE and was thinking about using some of the Atlas functionality until I realised that of course there is no SelectedText, SelectedLength, SelStart properties on string type controls such as Literal.
Can anyone tell me whether they know of a way that this might be achieved?
Many Thanks,
Grant
SelectedText, SelectedLength and SelStart.
the literal control does generate a specific html element, if any of those properties are present in javascript, you can probably apply them to the literal through javascript.
although, the real technique for the RTE s is using an iframe, the maniuplating the html inside the page contained in the iframe. that gives complete control over the text typed inside the iframe.
let me know if this gives any ideas
http://freetextbox.com/forums/post/6634.aspx
0 件のコメント:
コメントを投稿