WYSIWYG HTML editor , predecessor to CKEditor
0
votes
2answers
16 views
How to configure shortcut keys in CK EDITOR. Not finding Plugin for Keystrocks
I want to disable some key in CK EDITOR.
I am using CKEDITOR 4.0 & I want to disable some shortcuts keys in CKEDITOR.
e.g. help file opens on Alt + 0
In old version Config Available in ...
0
votes
0answers
8 views
CK EDITOR contextMenu not working in chrome/mac safari
I am working on CKEDITOR 4.0.
Added custom Item in ContextMenu. But I not getting element in it.
It working fine in IE, Firefox But not working in Chrome/Safari.
In Chrome/Safari I am getting null ...
0
votes
0answers
23 views
fckeditor interface not displaying on page, but is loading in source code
Firstly I am using codeigniter 2.02 as this is what the original CMS was built in.
Recently we moved hosting provider to a dedicated host (VPS). Since then FCKeditor has not worked correctly.
There ...
0
votes
0answers
3 views
One FCK instance working on multi domains
I have bunch of websites on my apache server and they all are using FCK editor for content editing. I need to optimize space and inode number, so the main problem is to make fck to work from one place ...
0
votes
1answer
55 views
CKEDITOR image insert disabled on adding custom plugin for image
I have written my own custom plugin for inserting images in CKEDITOR. I disable the image button in toolbar . I use the editor.insertHtml() function to insert the image from my custom plugin . When I ...
0
votes
0answers
6 views
CKEditor 4 and not being able to call `$view->ckeditor();`?
So as of CKEditor version 4+, php integration is no longer supported.
Use of CKEditor in a textarea, iframe and inline has to be instantiated with javascript. Correct?
In terms of my application, ...
0
votes
0answers
37 views
i can't see images in the emails when i insert images in the ckeditor and uploads from fckeditor
i need help to sending emails via ckeditor and also facing following problems?
1) problem is that i can't see image when i echo $message =$editor1;
and how can i see images in the email when i ...
1
vote
0answers
35 views
Ckeditor onchange triggers for all the instances when only one of them is changed
I'm using ckeditor inline to add some user-editable rows to a table using this code (the function is called once per row, the parameters are the Id for each type of editable column i want). Disregard ...
0
votes
0answers
10 views
How to open your FCK editor
My question goes about the FCK editor that has been located in a File on the site.
These are the info i have about the FCK editor.
* Version: 2.0 RC3
* Modified: 2005-02-08 11:48:55
How do i get ...
0
votes
0answers
34 views
How to use fck-editor in symfony
Is there any working example to use fckeditor with symfony?
if any only working example....
i want to use fckeditor for my cms module so is there any example or code to use fck-editor in ...
0
votes
1answer
44 views
extra line spacing in the converted docx file using PHPword and simplehtmldom
I am using PHPword and simplehtmldom to convert html to docx format.
I am using fckeditor html output as the input for converting to docx. A single line break is reflected as multiple lines in the ...
0
votes
1answer
20 views
Additional Data being appended to CKEditor String
When i type 1960 characters in CKEditor and submit the form, my controller is getting around 2000 characters. I have checked through the data but still cant find out the exact reason why it is going ...
-1
votes
1answer
49 views
How can I create a basic ckeditor? [closed]
I'm using ckeditor in my website and I want a simple editor for one of the textareas, my question is how can I do that ? (I need bold ,italic, undeline - some really basic things)
1
vote
0answers
38 views
jqgrid and tinyMCE or FCKEditor
I've been trying for ages to add any kind of editor to jqGrid. so basically i want to be able to select a row and a modal opens and if it's type= textarea to show the editor.
Is this possible?
I ...
0
votes
0answers
18 views
FCKEditor - Toolbar buttons right align (RTL)
I am working on FCKEditor (not CK), and want to align the toolbar button from RTL.
FCKConfig.ContentLangDirection = 'rtl' ; changed the content but not toolbar buttons.
Any solution?
Thanks
0
votes
0answers
50 views
FCKeditor, script error with image browser
I have built a new website for a local association, they were already using FCK editor. In their last website I used the latest version available on CK editor website.
On a temporary web space (for ...
0
votes
1answer
559 views
cftextarea richtext editor not working in IE10
I am having issues with cftextarea with richtext="true" in IE10. The problem is that cftextarea uses FCK Editor which appears to be incompatible with IE10.
It is going to be a huge job reworking this ...
-1
votes
1answer
60 views
wrong result from cfmodule with firefox
In coldfusion 8, I used bellow code to view "UserDesc"field data from database table that is working on well IE and chrome but not on Firefox. On firefox it does not display on fckeditor,but shows on ...
0
votes
1answer
41 views
FCKEDITOR security issue
I run FCKEDITOR 6.x-2.3 on a drupal 6 website, a bunch of hacker team worked to see if there is any security issue on website and they found some vulnerabilities with FCKEDITOR, an anonymous user can ...
0
votes
0answers
72 views
CKeditor : Styling not going with php email
I am using CKeditor to style emails to send through mail(). It is sending emails but styling text and embedding images link is not going with email.
Only bold/italic is working. Here are headers I am ...
1
vote
0answers
85 views
record webcam video and audio using fckeditor in php. Donot use Red,wowza or flash server as i do work in wamp server
I have been trying to use fckedittor to record webcam audio and video,but unable to use it in php(wamp server).I found fckeditor commands everywhere but unable to find complete php code because i ...
0
votes
1answer
52 views
Place Text Inside CKEditor Footer
On the footer inside the CK Editor (which normally shows the html element you are currently selected on) is there a way to place additional text inside there). There is a lot of extra space on the ...
1
vote
2answers
91 views
CKEditor 4 Toolbar Dropdown in IE7
I am using ckeditor 4 for my project. The dropdown list in ckedior toolbar is not opening in IE7 where as it is opening fine in Chrome and Firefox. Any idea why?
Internet Explorer 7
Chrome
1
vote
2answers
103 views
TinyMCE/FCKeditor not able to browse for files
I changed some permissions on my server and somehow broke TinyMCE so that it can no longer browse for images and files.
I changed the permissions back to what they were but the issue still persists - ...
2
votes
1answer
183 views
How can add Code tag with Primefaces Rich text Editor?
I am using primefaces RichTextEditor can it possible to use <p></p> with this text editor of primefaces something like Stackoverflow using in this forum denoted by this {} symbol.
0
votes
2answers
75 views
H1,H2,H3 etc are Smaller in CKEditor
I have noticed that H1,H2,H3 etc font sizes are smaller in CKEditor than when They are displayed on a webpage. You can check at their demo page http://ckeditor.com/demo#full . What is the Solution of ...
0
votes
0answers
229 views
CkEditor + CkFinder image upload error
Config in CkFinder i'm changed
public override bool CheckAuthentication()
{
// WARNING : DO NOT simply return "true". By doing so, you are allowing
// "anyone" to upload and list the files in ...
1
vote
2answers
202 views
CKEditor entermode issue in Chrome
On demo page of Ckeditor please type in source mode for example :
Default entermode is : "P"
Test
Hello
After this, in standard mode add new line before "Hello" word and then press backspace...
...
0
votes
0answers
103 views
CKEditor- create a plugin to invoke CKFinder
I am attempting to create a custom button on CKEditor that would invoke CKFinder which would upload files. I do understand that there is an Image and Link buttons on CKEditor toolbar which would ...
0
votes
0answers
44 views
Fckeditor broke after server migration
The fckeditor was working fine in the last server, but after the migration some issues start coming out, when i try insert an image the window dialog stays in loading mode, never shows the folders and ...
0
votes
0answers
101 views
FCKEditor adding extra ampersand in iFrame
Its weird but FCKEditor adds an extra '&' after my iFrame scr somehow. Does anyone have a solution or hint why? It breaks my page.
<iframe width="370" scrolling="no" height="400" ...
1
vote
2answers
56 views
in ckEditor (wysiwyg) how to set the default clicked button
Upon execution of the ckEditor I want a particular button be already clicked (programmatically).
For example i want the button blockquote be already clicked:
so that when the user opens the ...
0
votes
1answer
192 views
CKeditor insertHtml/ insertElement IE8 issue
I have some problem with CKEditor insertHtml and insertElement methods under IE8, I've developed some custom plugin and when I try to insert any element into the text, in my case this is "span" tag ...
0
votes
1answer
562 views
ckeditor 4 fckeditor filemanager intergrate
I'm trying to intergrate the fckeditor filemanager into the newest ckeditor. I'm following a little tutorial you can find here
...
1
vote
0answers
303 views
CKEditor how to create custom styles drop down?
Is there any way to create custom Styles drop down in Ckeditor?
Screenshot:
As can be seen in screenshot, I want to be able to create a new dropdown (like Styles dropdown) to contain these yellow ...
0
votes
1answer
78 views
Ckeditor how to apply keyboard shortcut to a particular style
Is it possible to apply a keyboard shortcut to a particular style from Styles drom down in CkEditor? I searched their docs but I could not find a solution for my case.
Here is screenshot.
Here I ...
1
vote
1answer
64 views
Get selected FCK file url from pop-up window
So I've used FCKeditor for TinyMCE. This integrated easily and gave my customers a nice way to upload files while selecting them. To integrate this I used the following code:
function ...
0
votes
0answers
139 views
FCKEditor Uploading Error
I'm having trouble with the FCKEditor asp file uploader. I can create folders but when I try to upload a file I keep getting the message
Upload a new file in this folder (Upload in progress, ...
2
votes
2answers
115 views
Tiny MCE replace " by " in <a>
I've tried many things to do that:
entity_encoding : "raw", "names" or "numeric" did not help.
preformatted : false
verify_html : false
apply_source_formatting : false
entities : ...
0
votes
0answers
15 views
FCKeditor (CKeditor) Path issue [duplicate]
Possible Duplicate:
How to set the default location of the FCKEditor file browser?
When we upload any picture using FCKeditor it goes to default folder location. My question is: can i save ...
0
votes
1answer
183 views
FCKEditor disappeared in codeigniter after i removed index.php
I have Used FCKEditor in some modules of my project ,at that time i was using index.php in my url,but when i removed index.php, FCKEditor disappeared from page,its not showing any error just ...
0
votes
0answers
102 views
Unable to upload image file in fckeditor
I am new in FCKEDITOR, I implemented in the application.Its display without any error, but I am unable to upload any Images, its saying
This file uploader is disabled. Please check the ...
0
votes
0answers
18 views
FCKConfig.ProcessNumericEntities setting is not working as expected.. is there any other setting to do?
From the link Manual
ProcessNumericEntities
This option tells the editor to transform all characters that are out of the ASCII table to their relative Unicode numeric entities.
For ...
0
votes
1answer
71 views
Get unicode from FCKeditor in rails?
I am using FCKeditor in rails app. Input:
™ © ® ¢ € ¥ £ ¤
Present Output (ISO-8859-1 Entities):
™ © ® ¢ € ¥ £ ¤
Expected ...
0
votes
1answer
24 views
How to get the Web Page names of Website in Dropdownlist and Contents in RichTextBox in asp.net?
I want to display all the webpage names (.aspx) which resides in application root directory and display it in DropdownList. According to selection of page the contents of .aspx page must be shown in ...
6
votes
1answer
42 views
Text version compare in FCKEditor
Am using Fck editor to write content. Am storing the text as versions in db. I want to highlight those changes in versions when loading the text in FCK Editor.
How to compare the text....
How to ...
0
votes
1answer
538 views
Internet Explorer 10 FCKEditor problems
Hello Stackoverflow community.
Since the release of Windows 8 and thus, Internet Explorer 10, FCKEditor refuses to function with IE10. With the latest patches, Firefox 17 and Chrome work just fine ...
3
votes
3answers
4k views
FCKEditor doesn't work in IE10
FCKEditor doesn't appear in IE10. When I go to IE development tools and switch browser mode to IE9, FCKEditor works all right. But when I put meta tag for emulate IE9:
<meta ...
0
votes
0answers
61 views
Hosting ckFinder and ckEditor in different servers
I have a website running on a Windows server. But 2 months ago, because of bandwidth issues I've separated content and codes.
Site is running on server A and all images, flash, videos are hosted on ...
1
vote
2answers
303 views
How to add tamil language in FCK Editor
I'm using FCK Editor in my website admin. I have some of the language support in my editor like (English, German,french, etc.,). Now I need to add the Tamil language support to my FCK Editor. If any ...






