Main navigation
Product navigation
Main content
CKEditor 4
Overview
Demo
Accessibility Checker
Add-ons
Documentation
Download
Pricing
More
Home
WYSIWYG Editors
CKEditor 4
CKEditor 5
Image upload
CKFinder
Easy Image
Collaboration
Comments
New
Track changes
New
Collaborative editing
Pricing
Case studies
New
Documentation
Help center
Blog
Contact us
The forum operates in
read-only
mode. Please head to
StackOverflow
for support.
Forums
CKFinder
Support
Last post
Fri, 05/07/2010 - 11:43
#1
dmitri
Joined:
07/05/2010
Posts:
2
CKFinder integration with WebObjects
Wed, 05/19/2010 - 12:52
#2
dmitri
Joined:
07/05/2010
Posts:
2
Re: CKFinder integration with WebObjects
can i put the connector url for the ckfinder, or is there any way to give the ckfinder his connector url?
something like this:
var editorZiel= CKEDITOR.replace('EZiel',{
customConfig : 'ckeditor.js',
language : 'de',
connectorURL: myConnectorURL
}
or something like this:
CKFinder.SetupCKEditor(editor_EOProjekt_Ziel,
connectorURL: myConnectorURL
);
I mean it is possible to make it somehow in the time where i initialize the editor in the page?
Twitter
Facebook
Facebook
Instagram
Medium
Linkedin
GitHub
Arrow down
Phone
Menu
Close icon
Check
Re: CKFinder integration with WebObjects
something like this:
var editorZiel= CKEDITOR.replace('EZiel',{
customConfig : 'ckeditor.js',
language : 'de',
connectorURL: myConnectorURL
}
or something like this:
CKFinder.SetupCKEditor(editor_EOProjekt_Ziel, connectorURL: myConnectorURL);
I mean it is possible to make it somehow in the time where i initialize the editor in the page?