function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
MrithulaMrithula 

how to rerender Rich text area

hi ,

 

I read it is not possible to rerender RTA in VF..??

 

can anybody tell me, if there is anyway to rerender Rich Text Area in VF page..

 

 

asish1989asish1989

Hi

Do one thing , add that text area in a output panel and refresh that panel, This is a just an idea, you can test it.

<apex:outputPanel id ="panel">

<apex:inputTextarea>  // your logic

</apex:outputPanel>

Now refresh that panel... reRender = "panel"

 

Did this post answers your question,if so please mark it as solved and hit kudos

 

Thanks

 

 

MrithulaMrithula

hi,

 

thanks for ur reply..

 

I have already  tried this method ..but, it show the error message as "Rerender is not currently supported with rich text editing enabled ".

 


Is there anyother method to reRender the Rich Text Area ...??

asish1989asish1989

HI

Try to add that text area in separate  form and let me know.

go through this link

http://boards.developerforce.com/t5/Visualforce-Development/Problem-on-Text-Area-Rich-while-using-it-on-visual-force-page/td-p/242047

 

Did this post answers your question please accept as solutions and hit kudos

 

Thanks