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, 02/28/2005 - 18:19
#1
tosharu
Joined:
26/02/2005
Posts:
3
"insert html" button
Help please, whether there is a solution of the button of an insert html code in wisiwyg mode?
Sat, 02/26/2005 - 21:31
#2
xenden
Joined:
08/04/2006
Posts:
321
RE: "insert html" button
Sun, 02/27/2005 - 19:13
#3
tosharu
Joined:
26/02/2005
Posts:
3
RE: "insert html" button
Sorry, I badly understand on english and me difficultly to search for solution of my problem on a forum.
Mon, 02/28/2005 - 02:25
#4
xenden
Joined:
08/04/2006
Posts:
321
RE: "insert html" button
https://sourceforge.net/forum/forum.php ... _id=379487
Mon, 02/28/2005 - 18:19
#5
tosharu
Joined:
26/02/2005
Posts:
3
RE: "insert html" button
Thanks!
It works:
function InsertIt(Html)
{
document.form1.full.value = Html;
if (this.FCKeditorAPI)
{
this.FCKeditorAPI.__Instances['full'].InsertHtml(Html);
}
}
Twitter
Facebook
Facebook
Instagram
Medium
Linkedin
GitHub
Arrow down
Phone
Menu
Close icon
Check
RE: "insert html" button
RE: "insert html" button
RE: "insert html" button
https://sourceforge.net/forum/forum.php ... _id=379487
RE: "insert html" button
It works:
function InsertIt(Html)
{
document.form1.full.value = Html;
if (this.FCKeditorAPI)
{
this.FCKeditorAPI.__Instances['full'].InsertHtml(Html);
}
}