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
CKEditor
Support
Last post
Tue, 05/06/2008 - 08:05
#1
yczf1836
Joined:
06/05/2008
Posts:
1
How Could I User FCKeditor in VS2005?
Wed, 05/07/2008 - 15:56
#2
lapile
Joined:
07/05/2008
Posts:
1
Re: How Could I User FCKeditor in VS2005?
Hi,
I have the same problem when I used VS2005 and FCKEditor. I mean it's not a problem of reference because I've checked two times for the dll in the bin directory.
Thanks for all
Lapile
Wed, 05/07/2008 - 18:15
#3
redeye
Joined:
26/03/2008
Posts:
5
Re: How Could I User FCKeditor in VS2005?
I think that you need to tell fckeditor where you have installed the FCKEditor files for the project
eg
<fckeditorv2:fckeditor id="Fck1" runat="server" basepath="~/fckeditor/" height="300px" toolbarset="EM2"></fckeditorv2:fckeditor>
Twitter
Facebook
Facebook
Instagram
Medium
Linkedin
GitHub
Arrow down
Phone
Menu
Close icon
Check
Re: How Could I User FCKeditor in VS2005?
I have the same problem when I used VS2005 and FCKEditor. I mean it's not a problem of reference because I've checked two times for the dll in the bin directory.
Thanks for all
Lapile
Re: How Could I User FCKeditor in VS2005?
eg
<fckeditorv2:fckeditor id="Fck1" runat="server" basepath="~/fckeditor/" height="300px" toolbarset="EM2"></fckeditorv2:fckeditor>