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 - 02:08
#1
sami_c
Joined:
27/04/2005
Posts:
6
two FCK fiels in the same page
Fri, 06/24/2005 - 18:36
#2
stripe-man
Joined:
30/11/2006
Posts:
143
RE: two FCK fiels in the same page
im using 3 !!!!!
see this code .. and notice the properties...
___________________________________________________________
<div>
<input type=\"hidden\" id=\"MyEditor\" name=\"exec_sum\" value=\"\">
<input type=\"hidden\" id=\"MyEditor___Config\" value=\"Key1=Value1&Key2=Value2&... (Key/Value:HTML encoded)\">
<iframe id=\"MyEditor___Frame\" src=\"editor/editor/fckeditor.html?InstanceName=MyEditor&Skin=Office2003&Toolbar=Default\" width=\"100%\" height=\"200\" frameborder=\"no\" scrolling=\"no\">
</iframe>
</div>
</td>
</tr>
<tr>
<td colspan=\"5\"><hr>
</td>
</tr>
<tr>
<td width=\"210\" valign=\"top\">
<strong><font color=\"#FF0000\" size=\"-1\">*</font><font color=\"#003366\" size=\"-1\">Analysis:</font></strong>
</td>
<td colspan=\"3\"><div align=\"left\"><strong></strong>
</div>
<div>
<input type=\"hidden\" id=\"MyEditor2\" name=\"analysis\" value=\"\">
<input type=\"hidden\" id=\"MyEditor2___Config\" value=\"Key1=Value1&Key2=Value2&... (Key/Value:HTML encoded)\">
<iframe id=\"MyEditor2___Frame\" src=\"editor/editor/fckeditor.html?InstanceName=MyEditor2&Skin=Office2003&Toolbar=Default\" width=\"100%\" height=\"200\" frameborder=\"no\" scrolling=\"no\">
</iframe>
</div>
</td>
</tr>
<tr>
<td colspan=\"5\"><hr>
</td>
</tr>
<tr>
<tr>
<td width=\"210\" valign=\"top\">
<strong><font color=\"#FF0000\" size=\"-1\">*</font><font color=\"#003366\" size=\"-1\">Recommendations:</font></strong>
</td>
<td colspan=\"3\"><div align=\"left\"><strong></strong>
</div>
<div>
<input type=\"hidden\" id=\"MyEditor3\" name=\"recommendations\" value=\"\">
<input type=\"hidden\" id=\"MyEditor3___Config\" value=\"Key1=Value1&Key2=Value2&... (Key/Value:HTML encoded)\">
<iframe id=\"MyEditor3___Frame\" src=\"editor/editor/fckeditor.html?InstanceName=MyEditor3&Skin=Office2003&Toolbar=Default\" width=\"100%\" height=\"200\" frameborder=\"no\" scrolling=\"no\">
</iframe>
</div>
Wed, 07/20/2005 - 02:04
#3
sami_c
Joined:
27/04/2005
Posts:
6
RE: two FCK fiels in the same page
Wed, 07/20/2005 - 02:08
#4
sami_c
Joined:
27/04/2005
Posts:
6
it's a bug
http://www.blue-pen.net/news_4-Trucs_de_geek.htm
Twitter
Facebook
Facebook
Instagram
Medium
Linkedin
GitHub
Arrow down
Phone
Menu
Close icon
Check
RE: two FCK fiels in the same page
see this code .. and notice the properties...
___________________________________________________________
<div>
<input type=\"hidden\" id=\"MyEditor\" name=\"exec_sum\" value=\"\">
<input type=\"hidden\" id=\"MyEditor___Config\" value=\"Key1=Value1&Key2=Value2&... (Key/Value:HTML encoded)\">
<iframe id=\"MyEditor___Frame\" src=\"editor/editor/fckeditor.html?InstanceName=MyEditor&Skin=Office2003&Toolbar=Default\" width=\"100%\" height=\"200\" frameborder=\"no\" scrolling=\"no\">
</iframe>
</div>
</td>
</tr>
<tr>
<td colspan=\"5\"><hr>
</td>
</tr>
<tr>
<td width=\"210\" valign=\"top\">
<strong><font color=\"#FF0000\" size=\"-1\">*</font><font color=\"#003366\" size=\"-1\">Analysis:</font></strong>
</td>
<td colspan=\"3\"><div align=\"left\"><strong></strong>
</div>
<div>
<input type=\"hidden\" id=\"MyEditor2\" name=\"analysis\" value=\"\">
<input type=\"hidden\" id=\"MyEditor2___Config\" value=\"Key1=Value1&Key2=Value2&... (Key/Value:HTML encoded)\">
<iframe id=\"MyEditor2___Frame\" src=\"editor/editor/fckeditor.html?InstanceName=MyEditor2&Skin=Office2003&Toolbar=Default\" width=\"100%\" height=\"200\" frameborder=\"no\" scrolling=\"no\">
</iframe>
</div>
</td>
</tr>
<tr>
<td colspan=\"5\"><hr>
</td>
</tr>
<tr>
<tr>
<td width=\"210\" valign=\"top\">
<strong><font color=\"#FF0000\" size=\"-1\">*</font><font color=\"#003366\" size=\"-1\">Recommendations:</font></strong>
</td>
<td colspan=\"3\"><div align=\"left\"><strong></strong>
</div>
<div>
<input type=\"hidden\" id=\"MyEditor3\" name=\"recommendations\" value=\"\">
<input type=\"hidden\" id=\"MyEditor3___Config\" value=\"Key1=Value1&Key2=Value2&... (Key/Value:HTML encoded)\">
<iframe id=\"MyEditor3___Frame\" src=\"editor/editor/fckeditor.html?InstanceName=MyEditor3&Skin=Office2003&Toolbar=Default\" width=\"100%\" height=\"200\" frameborder=\"no\" scrolling=\"no\">
</iframe>
</div>
RE: two FCK fiels in the same page
it's a bug
http://www.blue-pen.net/news_4-Trucs_de_geek.htm