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
Sami CohenSami Cohen 

FCK Editor

Does anyone know if it is possible to use the embedded FCKEditor in a managed package.

mtbclimbermtbclimber

Not directly.

 

You get it with any Rich Text Area field in your package via standard pages or binding via inputField in Visualforce and you can also get it by using the inputTextarea component with the richtext attribute set to "true".

Sami CohenSami Cohen

Thank you for the reply, but we see that we can use the javascript libraries of FCK editor. I would just want to make sure we can use these libraries from a licence terms point of view.

mtbclimbermtbclimber

Regardless of a license perspective referencing and utilizing any javascript library we use for our internals is not supported - including fck editor.  We can change this at any time - without notice - thus you should not use it. You can, however, utilize your own implementation of any rich text editor as a static resource which you can then reference within your pages - acquiring the appropriate license as required/desired from the provider.