Hi Dimitris,

You could create a new JavaScript module and put all the needed JavaScript
files into the same folder.

The folder structure could be like:

resources
    META-INF
        modules
            ckeditor
                js files...


The default folder of JavaScript modules is resources/META-INF/modules; in
the example above, the module name is ckeditor.

Regards,
Yunhua









On Mon, Aug 5, 2013 at 2:01 PM, Dimitris Zenios
<dimitris.zen...@gmail.com>wrote:

> Hello everybody.I am trying to integrate tapestry 5.4 and ckeditor.
> Ckeditor loads all its dependencies asynchronously but not through
> require.js. How can i expose ckeditors folder for the to the client in
> order to let ckeditor.js load its resources from?
>
> Regards
> Dimitris Zenios
>

Reply via email to