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
Wed, 07/20/2005 - 16:47
#1
inbox0003
Joined:
22/07/2005
Posts:
4
How at add http:// to browser filename
http://mydomain.com
http://
Thu, 07/07/2005 - 07:06
#2
lleell00
Joined:
07/07/2005
Posts:
1
RE: How at add http:// to browser filename
Tue, 07/19/2005 - 10:14
#3
sweikert
Joined:
03/08/2006
Posts:
22
RE: How at add http:// to browser filename
Thanks for that hack!
I needed to do the same thing with the link dialog, and got it going thusly:
in FCKEditor\editor\dialog\fck_link\fck_link.js
at the very bottom, in the function "SetURL", change:
document.getElementById('txtUrl').value = url ;
to
document.getElementById('txtUrl').value = window.location.host + url ;
Save, flush cache, and give it a whirl.
Tue, 07/19/2005 - 17:31
#4
inbox0003
Joined:
22/07/2005
Posts:
4
RE: How at add http:// to browser filename
http://
Wed, 07/20/2005 - 16:47
#5
tennr
Joined:
20/07/2005
Posts:
3
RE: How at add http:// to browser filename
http://sourceforge.net/forum/message.php?msg_id=3257937
Twitter
Facebook
Facebook
Instagram
Medium
Linkedin
GitHub
Arrow down
Phone
Menu
Close icon
Check
RE: How at add http:// to browser filename
RE: How at add http:// to browser filename
I needed to do the same thing with the link dialog, and got it going thusly:
in FCKEditor\editor\dialog\fck_link\fck_link.js
at the very bottom, in the function "SetURL", change:
document.getElementById('txtUrl').value = url ;
to
document.getElementById('txtUrl').value = window.location.host + url ;
Save, flush cache, and give it a whirl.
RE: How at add http:// to browser filename
RE: How at add http:// to browser filename
http://sourceforge.net/forum/message.php?msg_id=3257937