0
votes
0answers
3 views
The FCKConfig.CoreStyles setting was not found. Please check the fckconfig.js
This is a fresh install, cache removed, the editor loads along with the toolbars, but the particular buttons on the tool bars do not work. The font format setting does not have the …
1
vote
7answers
8k views
A sample for jQuery based WYSIWYG Editor demonstrate OOP javascript
Want a WYSIWYG jQuery Editor as an example to illustrate how to use jQuery to built OOP javascript component.
P.S.
It is so good stackoverflow can use markdown... Would be a heav …
0
votes
1answer
12 views
FCK-Editor set image path in DotNetNuke
Hi
trying to set the default image-path of the FCK-Editor in DotNetNuke..?!
any ideas?
Best Regards
RL
1
vote
4answers
2k views
Using jQuery to grab the content from CKEditor’s iframe
Hey guys,
I have this custom written CMS that uses CKEditor *(FCKEditor v3) for editing content. Along with that I'm using the jQuery Validation plugin to check all fields f …
0
votes
2answers
680 views
Maximum Number of characters with FCKeditor
Have you determined a maximum number of characters allowed in FCKEditor?
I seem to have hit a wall. It will display the text to be edited, but changes don't get posted back to th …
0
votes
1answer
25 views
how to show the full html source on fck editor?
fck editor does not show my html tags, when i view the source using fck editor the source does not include the html start and end tag, as well as the head tag, looks like it only s …
2
votes
2answers
134 views
FCKeditor is leaving behind a lot of open tags - how to remove them
So I am using FCKeditor and the problem I am having is that when the user writes the document sometimes info is copied from Word, other times it is written directly in the editor a …
0
votes
1answer
38 views
Speeding up FCKEditor
Does anyone have a technique for speeding up the FCKEditor? Are there some key JavaScript files that can be minified or removed?
0
votes
1answer
238 views
Ruby on Rails - FCKEditor Absolute Image Path Ruby
I am using the FCKEditor wysiwyg editor, and was wondering if anyone figured out how to use the absolute path instead of relative path after you add an image in the editor?
And if …
0
votes
1answer
60 views
How do i customize the skin of CKEditor 3.0 (their docs are complicated)
How can i customize the skin for CKEditor 3.0
I downloaded a new skin and i have this js powering it at the moment:
CKEDITOR.replace( 'pageBody',
{
toolbar :
[ …
5
votes
4answers
464 views
How do I change image upload path *dynamically* in FCKeditor
I'm using the ASP.NET binary for my FCKeditor, and needs to insert two editors on the same page. The uploaded images/browsing needs to go to two different directories, how do I do …
0
votes
1answer
22 views
fckeditor fileupload freeze, with autosave.
i work with asp.net and use the fckeditor. i got autosave with ajax updatepanel on my page and when i use the fckeditor fileupload it freeze, i cant do nuthing it stays open and i …
0
votes
1answer
14 views
Adding ASP or Dynamic Content into the FCK textbox
Hi there,
I'd like to add some dynamic content into the FCK text box when I'm adding links, for example when I add a link or link some text I want to be able to put some ASP delim …
0
votes
1answer
146 views
adding @font-face to CKEditor
I would like to add a font to the CKEditor font combo box. This in itself is easy enough. However the font I would like to add is a custom font that I use with the @font-face CSS3 …
7
votes
8answers
430 views
How do online text editors work?
I am trying to develop an Online editor (like FCKEditor/etc) but I have no idea how they work. I know that the WYSIWYG ones have Javascript and IFrames, but how do they actually wo …
