Closed GoogleCodeExporter closed 9 years ago
Your project name is : com.torovo.Application because there is no rename-to
attribute in your module descriptor Application.gwt.xml. Keep in mind this
project name.
When your project will be compiled, a folder named as your project name will be
created, and every permutation, RPC configuration, etc. will be copied in.
Furthermore, every "public" content of each imported GWT module (hear,
Gwtckeditor) will be copied in this folder too.
In your case, CKEditor JavaScript files will be copied in :
war/com.torovo.Application/ckeditor/
Then, in your HTML host page, you have to define the CKEditor source path as :
<script type="text/javascript">
var CKEDITOR_BASEPATH = 'com.torovo.Application/ckeditor/';
</script>
<script type="text/javascript" language="javascript"
src="com.torovo.Application/ckeditor/ckeditor.js"></script>
You can send this kind of message in the gwt-ckeditor group.
Original comment by picard.d...@gmail.com
on 15 Sep 2010 at 3:34
Original issue reported on code.google.com by
artem.bo...@gmail.com
on 15 Sep 2010 at 12:50Attachments: