In response to a question asked on my "Count the words in an FCKeditor instance with Javascript" post about how to get the content from an FCKEditor instance and load it into a popup window, I posted … [Read more...] about Write content into a dynamic Javascript popup from FCKEditor
FCKEditor
Tips, tricks and howtos for the FCKEditor WYSIWYG Editor
FCKEditor is an in-browser Javascript WYSIWYG editor and supports a varity of server-side backends with PHP as the default. This section contains articles and blog posts about how to do stuff with FCKEditor.
Remove “Browse” button and “Upload” tab in FCKEditor Image Properties dialog
10 days ago I looked at how to remove the "Browse" button and "Upload" tab in FCKEditor Link dialog in the FCKEditor in-browser Javascript HTML editor. This post looks at how to do the same thing but … [Read more...] about Remove “Browse” button and “Upload” tab in FCKEditor Image Properties dialog
Always make FCKEditor paste as plain text
FCKEditor is an in-browser Javascript WYSIWYG editor. It has a useful "paste as plain text" function which removes all formatting from the text in the clipboard before pasting it into the editor. This … [Read more...] about Always make FCKEditor paste as plain text
Enable the file manager connector with FCKEditor and PHP
By default the file manager is disabled in the FCKEditor in-browser WYSIWYG HTML editor for security reasons, so people can't browse files on your server. This post looks at how to enable the … [Read more...] about Enable the file manager connector with FCKEditor and PHP
Count the words in an FCKeditor instance with Javascript
A couple of days ago I looked at how to count the words in a textarea or input with jQuery and in this post look at how to do the same but for an FCKeditor instance. FCKeditor is an in-browser HTML … [Read more...] about Count the words in an FCKeditor instance with Javascript
Specify custom styles with FCKeditor
FCKeditor has a style drop down box which can be used to apply styles to a block of text. The styles in the drop down box can be customised by specifying a custom fckstyles.xml file. While it's … [Read more...] about Specify custom styles with FCKeditor