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
Nerv123Nerv123 

WYSIWYG Editor as an embedded interface for text fields?

Has anyone been able to use a WYSIWYG editor for the custom text area fields so as to maintain the expectancy when eventually the field data is published to their website?
sfdcfoxsfdcfox
I remember seeing a visualforce page that used a WYSIWYG editor in a "blog" format on one of the Dreamforce things. You could do that with an S-Control as well if you were willing to spend the time and effort.
Nerv123Nerv123

I tried looking this up in the Dreamforce sections, but no luck...

 

Any input, anyone?

The DevLife.ax318The DevLife.ax318

Nerv123,

 

The Dreamforce demo used the Yahoo YUI Ajax library. In that library, they have a WYSIWYG HTML editor. You can find it here: http://developer.yahoo.com/yui/editor/

You will need to create an S-Control to invoke the editor and manage the data between Salesforce and the editor.

 

Hope this helps.


Randy