You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.
It's not possible to load vaadin-save-plugin.js when you subclass AbstractCKEditorTextField because the path in the JavaScript annotation seems to be relative to the class files location. I tried to define the path with starting "/" but that didn't help.
does not work: @JavaScript({ "http://cdn.ckeditor.com/4.7.3/full-all/ckeditor.js", "/org/vaadin/alump/ckeditor/vaadin-save-plugin.js" })
does not work: @JavaScript({ "http://cdn.ckeditor.com/4.7.3/full-all/ckeditor.js", "vaadin-save-plugin.js" })
The text was updated successfully, but these errors were encountered:
T3rm1
changed the title
Problem with vaadin-save-plugin.js
Problem loading vaadin-save-plugin.js when subclassing AbstractCKEditorTextField
Oct 23, 2017
It's not possible to load vaadin-save-plugin.js when you subclass
AbstractCKEditorTextField
because the path in the JavaScript annotation seems to be relative to the class files location. I tried to define the path with starting "/" but that didn't help.does not work:
@JavaScript({ "http://cdn.ckeditor.com/4.7.3/full-all/ckeditor.js", "/org/vaadin/alump/ckeditor/vaadin-save-plugin.js" })
does not work:
@JavaScript({ "http://cdn.ckeditor.com/4.7.3/full-all/ckeditor.js", "vaadin-save-plugin.js" })
The text was updated successfully, but these errors were encountered: