But the textarea isn't is the welcome page, she apear when you click on a linkbutton.
How can i do for the editor to trigger when the textarea come or for the editor to load when i click the link.
Thanks in advance.I NEED YOU, HELP ME PLEASE
But the textarea isn't is the welcome page, she apear when you click on a linkbutton.
How can i do for the editor to trigger when the textarea come or for the editor to load when i click the link.
Thanks in advance.I NEED YOU, HELP ME PLEASE
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
running atlas,ajax