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
Thu, 11/24/2005 - 01:35
#1
ulodric
Joined:
22/11/2005
Posts:
1
Insert text from an other window into FCK
Hallo,
how can I insert a text from a popup window (or an select-box on the same site) into my FCK-Editor-Box?
Thu, 11/24/2005 - 01:35
#2
ohira1
Joined:
22/12/2005
Posts:
10
RE: Insert text from an other window into FCK
Have a look at your local samples folder:
FCKeditor_2.1.1/FCKeditor_2.1.1/_samples/html/sample08.html
The function is called:
oEditor.InsertHtml( '<b>sample</b> HTML' ) ;
Oliver
Twitter
Facebook
Facebook
Instagram
Medium
Linkedin
GitHub
Arrow down
Phone
Menu
Close icon
Check
RE: Insert text from an other window into FCK
FCKeditor_2.1.1/FCKeditor_2.1.1/_samples/html/sample08.html
The function is called:
oEditor.InsertHtml( '<b>sample</b> HTML' ) ;
Oliver