Hi Martin,
you can do that by deriving your own subclass and using either an absolute or relative path to the editor javascript:
@JavaScript({“…/my/path/to/ckeditor/ckeditor.js”})
public class HtmlTextField extends AbstractCKEditorTextField
{
Hi Martin,
you can do that by deriving your own subclass and using either an absolute or relative path to the editor javascript:
@JavaScript({“…/my/path/to/ckeditor/ckeditor.js”})
public class HtmlTextField extends AbstractCKEditorTextField
{