ラベル rich の投稿を表示しています。 すべての投稿を表示
ラベル rich の投稿を表示しています。 すべての投稿を表示

2012年3月24日土曜日

Rich text editor in an update panel

I want to use a javascript editor like fckeditor in my webpage where the textarea is in an updatepanel.

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

Rich Text Editor using Atlas

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