You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to GWT Rich-Text Editor
When FCKeditor is loaded from a plain HTML page, it can be configured
with simple Javascript like this:
var oFCKeditor = new FCKeditor( 'FCKeditor1' ) ;
oFCKeditor.Config["CustomConfigurationsPath"] = "../path/to/my/
config.js";
oFCKeditor.Create() ;
This causes FCKeditor to load my configuration file after its
configuration file, so that I can override default settings as
needed. How can I accomplish the same thing when FCKeditor is used in
a page created with GWT?
Thanks,
Steve
Pavel
unread,
Feb 11, 2008, 10:50:35 AM2/11/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message