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
FCKeditor 2
Last post
Mon, 03/07/2005 - 11:44
#1
vmesiti
Joined:
17/03/2005
Posts:
7
FCKConfig.BaseHref not working RC3
http://my.ip.address
Sat, 03/05/2005 - 07:42
#2
agrebnev
Joined:
05/03/2005
Posts:
1
RE: FCKConfig.BaseHref not working RC3
Hi
It works for me when I already have iserted the image. But it does not work in image preview.
I temporary have fixed this bug in following way:
I insert into \editor\dialog\fck_image.html file following code
<script type="text/javascript">
<!--
document.writeln(FCK.TempBaseTag);
-->
</script>
after
<link href="common/fck_dialog_common.css" rel="stylesheet" type="text/css" />
Andrey Grebnev
Mon, 03/07/2005 - 11:44
#3
sunaryohadi
Joined:
07/03/2005
Posts:
1
RE: FCKConfig.BaseHref not working RC3
Thank you ... It's working
Twitter
Facebook
Facebook
Instagram
Medium
Linkedin
GitHub
Arrow down
Phone
Menu
Close icon
Check
RE: FCKConfig.BaseHref not working RC3
It works for me when I already have iserted the image. But it does not work in image preview.
I temporary have fixed this bug in following way:
I insert into \editor\dialog\fck_image.html file following code
<script type="text/javascript">
<!--
document.writeln(FCK.TempBaseTag);
-->
</script>
after
<link href="common/fck_dialog_common.css" rel="stylesheet" type="text/css" />
Andrey Grebnev
RE: FCKConfig.BaseHref not working RC3