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
charlie_vcharlie_v 

Insert Image using button on <apex:inputTextarea> field: Broken?

I'm trying to insert an image using the image button on a text area field using <apex:inputTextarea richText="true"/>, but I can't seem to get it to work.

 

I've tried inputting the image URL every way I can think of, including the old standby of /servlet/servlet.FileDownload?file=...

 

Nothing seems to work.

 

Is it broken, or am I doing it wrong?

 

If it doesn't work, is there a way to attach a third party WYSIWYG editor to an <apex:inputTextarea> field so I can have the same functionality?