You need to sign in to do that
Don't have an account?

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?