The FCKEditor in browser WYSIWYG HTML editor by default automatically detects the language it should use from the browser itself and falls back to a default setting. This post looks at how to change … [Read more...] about Language selection with 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.
Insert HTML into FCKEditor
FCKEditor is an in-browser WYSIWYG HTML editor and I post howtos etc for FCKEditor on this blog roughly every 10 days in the Javascript category. This post looks at how to insert HTML into an … [Read more...] about Insert HTML into FCKEditor
Remove “Browse” button and “Upload” tab in FCKEditor Link dialog
FCKEditor is an in browser Javascript based WYSIWYG HTML editor. It has a large number of configuration options to control various aspects of the interface. The link dialog box by default has a button … [Read more...] about Remove “Browse” button and “Upload” tab in FCKEditor Link dialog
Using the FCKEditor HTML Editor with PHP
FCKeditor is an in-browser WYSIWYG HTML editor and I use it on a number of websites including in the blog admin for this website. This post looks at how to put FCKeditor into a web page using PHP. In … [Read more...] about Using the FCKEditor HTML Editor with PHP
FCKEditor: Using a custom configuration file
A little while back I posted about how I upgrade FCKEditor when a new release comes out, and how I need to merge changes from my old fckconfig.js to the new one for the new release. I have since … [Read more...] about FCKEditor: Using a custom configuration file