<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://docs-old.ckeditor.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Saul11</id>
		<title>CKSource Docs - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://docs-old.ckeditor.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Saul11"/>
		<link rel="alternate" type="text/html" href="https://docs-old.ckeditor.com/Special:Contributions/Saul11"/>
		<updated>2026-05-08T17:30:15Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.29.1</generator>

	<entry>
		<id>https://docs-old.ckeditor.com/index.php?title=Talk:CKFinder/Developers_Guide/PHP/Integration&amp;diff=2520</id>
		<title>Talk:CKFinder/Developers Guide/PHP/Integration</title>
		<link rel="alternate" type="text/html" href="https://docs-old.ckeditor.com/index.php?title=Talk:CKFinder/Developers_Guide/PHP/Integration&amp;diff=2520"/>
				<updated>2009-04-17T08:22:51Z</updated>
		
		<summary type="html">&lt;p&gt;Saul11: javascript syntax error&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;javascript syntax error in (missing closing bracket)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;&lt;br /&gt;
CKFinder.Create( { BasePath : '/ckfinder/', RememberLastFolder : false '''}''' ) ;&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;/div&gt;</summary>
		<author><name>Saul11</name></author>	</entry>

	<entry>
		<id>https://docs-old.ckeditor.com/index.php?title=Talk:FCKeditor_2.x/Developers_Guide/Customization/Plug-ins&amp;diff=2335</id>
		<title>Talk:FCKeditor 2.x/Developers Guide/Customization/Plug-ins</title>
		<link rel="alternate" type="text/html" href="https://docs-old.ckeditor.com/index.php?title=Talk:FCKeditor_2.x/Developers_Guide/Customization/Plug-ins&amp;diff=2335"/>
				<updated>2008-11-22T13:08:58Z</updated>
		
		<summary type="html">&lt;p&gt;Saul11: CustomCleanWord&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*This link does not work anymore:&amp;lt;br&amp;gt; [http://sourceforge.net/forum/forum.php?thread_id=1268047&amp;amp;forum_id=257180 http://sourceforge.net/forum/forum.php?thread_id=1268047&amp;amp;amp;forum_id=257180] &lt;br /&gt;
*// availableLanguages: a list of available language files for the plugin (separated by a comma).&amp;lt;br&amp;gt;-&amp;amp;gt; I would add 'and only a comma' to prevent people from having for example &amp;quot;en, nl&amp;quot;&amp;lt;br&amp;gt;-&amp;amp;gt; also I would say that the available languages can be found in the plugin's lang directory&amp;lt;br&amp;gt;so ending up with somethin like: // availableLanguages: a list of available language files (which can be found in the plugin's 'lang' directory) for the plugin (separated by a comma, and only a comma).&amp;lt;br&amp;gt; &lt;br /&gt;
*The parameters of especially the functions 'FCKDialogCommand' and 'FCKToolbarButton' should be listed:&amp;lt;br&amp;gt;FCKDialogCommand: string name, string title, string url, int width, int height, function getStateFunction,&amp;amp;nbsp;? (can be anything, no?) getStateParam, string (correct me if Im wrong) customValue&amp;lt;br&amp;gt;FCKToolbarButton: string commandName, string label, string tooltip, constant style, boolean sourceView, boolean contextSensitive, int icon&amp;lt;br&amp;gt;- with style of 'FCKToolbarButton' any of FCK_TOOLBARITEM_ICONTEXT, FCK_TOOLBARITEM_ONLYICON, FCK_TOOLBARITEM_ONLYTEXT&amp;lt;br&amp;gt;&lt;br /&gt;
*Tell about the ability to specify a 'CustomCleanWord' to be used over the default 'CleanWord'.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Saul11</name></author>	</entry>

	<entry>
		<id>https://docs-old.ckeditor.com/index.php?title=Talk:FCKeditor_2.x/Developers_Guide/JavaScript_API&amp;diff=2334</id>
		<title>Talk:FCKeditor 2.x/Developers Guide/JavaScript API</title>
		<link rel="alternate" type="text/html" href="https://docs-old.ckeditor.com/index.php?title=Talk:FCKeditor_2.x/Developers_Guide/JavaScript_API&amp;diff=2334"/>
				<updated>2008-11-19T08:26:56Z</updated>
		
		<summary type="html">&lt;p&gt;Saul11: link to list of editorInstance (API) properties and functions&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== api inclomplete  ==&lt;br /&gt;
&lt;br /&gt;
*This api really needs to be extended. I'm writing some plugins and I miss an overview about all FCK... objects (FCK, FCKLang, FCKConfig, FCKTools, ...) with all available functions.--[[User:Gka|Gka]] 13:08, 14 July 2008 (UTC) &amp;lt;br&amp;gt;&amp;amp;gt; I completely agree, the editor offers huge functionality to tap into, but most developers are oblivious to this as this is nowhere documented.--[[User:Saul11|Saul11]] 9:53, 17 November 2008 (UTC) &amp;lt;br&amp;gt; &amp;amp;gt; I just posted a list of editorInstance (API) properties and functions (for FCKeditor 2.6.1), see [http://www.fckeditor.net/forums/viewtopic.php?f=6&amp;amp;t=12098 http://www.fckeditor.net/forums/viewtopic.php?f=6&amp;amp;amp;t=12098]. I t would be great to see documentations on it!&lt;br /&gt;
*My '[http://www.fckeditor.net/forums/viewtopic.php?t=806 HOWTO - Work with the selection in the editor]' would be a nice addition instead of only mentioning the Selection Object.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== SetHTML/SetData  ===&lt;br /&gt;
&lt;br /&gt;
*SetHTML has been depreciated so use SetData (They do the same thing). Also, SetData has a second parameter, resetIsDirty, which when set to true will reset the dirty flag on the control. This is important as if you call the ResetIsDirty method after calling SetData it won't work as expected.&lt;/div&gt;</summary>
		<author><name>Saul11</name></author>	</entry>

	<entry>
		<id>https://docs-old.ckeditor.com/index.php?title=Talk:FCKeditor_2.x/Developers_Guide/JavaScript_API&amp;diff=2333</id>
		<title>Talk:FCKeditor 2.x/Developers Guide/JavaScript API</title>
		<link rel="alternate" type="text/html" href="https://docs-old.ckeditor.com/index.php?title=Talk:FCKeditor_2.x/Developers_Guide/JavaScript_API&amp;diff=2333"/>
				<updated>2008-11-17T08:54:43Z</updated>
		
		<summary type="html">&lt;p&gt;Saul11: agreement on &amp;quot;api really needs to be extended&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== api inclomplete  ==&lt;br /&gt;
&lt;br /&gt;
*This api really needs to be extended. I'm writing some plugins and I miss an overview about all FCK... objects (FCK, FCKLang, FCKConfig, FCKTools, ...) with all available functions.--[[User:Gka|Gka]] 13:08, 14 July 2008 (UTC) &amp;lt;br&amp;gt;&amp;amp;gt; I completely agree, the editor offers huge functionality to tap into, but most developers are oblivious to this as this is nowhere documented.--[[User:Saul11|Saul11]] 9:53, 17 November 2008 (UTC) &amp;lt;br&amp;gt; &lt;br /&gt;
*My '[http://www.fckeditor.net/forums/viewtopic.php?t=806 HOWTO - Work with the selection in the editor]' would be a nice addition instead of only mentioning the Selection Object.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== SetHTML/SetData  ===&lt;br /&gt;
&lt;br /&gt;
*SetHTML has been depreciated so use SetData (They do the same thing). Also, SetData has a second parameter, resetIsDirty, which when set to true will reset the dirty flag on the control. This is important as if you call the ResetIsDirty method after calling SetData it won't work as expected.&lt;/div&gt;</summary>
		<author><name>Saul11</name></author>	</entry>

	<entry>
		<id>https://docs-old.ckeditor.com/index.php?title=Talk:FCKeditor_2.x/Developers_Guide/Configuration/Toolbar&amp;diff=2332</id>
		<title>Talk:FCKeditor 2.x/Developers Guide/Configuration/Toolbar</title>
		<link rel="alternate" type="text/html" href="https://docs-old.ckeditor.com/index.php?title=Talk:FCKeditor_2.x/Developers_Guide/Configuration/Toolbar&amp;diff=2332"/>
				<updated>2008-11-17T08:49:56Z</updated>
		
		<summary type="html">&lt;p&gt;Saul11: ToolbarSet.Load()&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*I think mentioning the toolbarset object's load command (ToolbarSet.Load()) would be usefull for people to know they can switch the toolbarset at runtime&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Saul11</name></author>	</entry>

	<entry>
		<id>https://docs-old.ckeditor.com/index.php?title=Talk:FCKeditor_2.x/Developers_Guide/JavaScript_API&amp;diff=2292</id>
		<title>Talk:FCKeditor 2.x/Developers Guide/JavaScript API</title>
		<link rel="alternate" type="text/html" href="https://docs-old.ckeditor.com/index.php?title=Talk:FCKeditor_2.x/Developers_Guide/JavaScript_API&amp;diff=2292"/>
				<updated>2008-07-22T13:04:19Z</updated>
		
		<summary type="html">&lt;p&gt;Saul11: suggestion to add Selection Object info&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== api inclomplete  ==&lt;br /&gt;
&lt;br /&gt;
*This api really needs to be extended. I'm writing some plugins and I miss an overview about all FCK... objects (FCK, FCKLang, FCKConfig, FCKTools, ...) with all available functions.--[[User:Gka|Gka]] 13:08, 14 July 2008 (UTC) &lt;br /&gt;
*My '[http://www.fckeditor.net/forums/viewtopic.php?t=806 HOWTO - Work with the selection in the editor]' would be a nice addition instead of only mentioning the Selection Object.&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Saul11</name></author>	</entry>

	<entry>
		<id>https://docs-old.ckeditor.com/index.php?title=Talk:FCKeditor_2.x/Developers_Guide/Customization/Plug-ins&amp;diff=2284</id>
		<title>Talk:FCKeditor 2.x/Developers Guide/Customization/Plug-ins</title>
		<link rel="alternate" type="text/html" href="https://docs-old.ckeditor.com/index.php?title=Talk:FCKeditor_2.x/Developers_Guide/Customization/Plug-ins&amp;diff=2284"/>
				<updated>2008-07-10T10:30:49Z</updated>
		
		<summary type="html">&lt;p&gt;Saul11: suggestion to list parameters of especially the functions 'FCKDialogCommand' and 'FCKToolbarButton'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*This link does not work anymore:&amp;lt;br&amp;gt; [http://sourceforge.net/forum/forum.php?thread_id=1268047&amp;amp;forum_id=257180 http://sourceforge.net/forum/forum.php?thread_id=1268047&amp;amp;amp;forum_id=257180] &lt;br /&gt;
*// availableLanguages: a list of available language files for the plugin (separated by a comma).&amp;lt;br&amp;gt;-&amp;amp;gt; I would add 'and only a comma' to prevent people from having for example &amp;quot;en, nl&amp;quot;&amp;lt;br&amp;gt;-&amp;amp;gt; also I would say that the available languages can be found in the plugin's lang directory&amp;lt;br&amp;gt;so ending up with somethin like: // availableLanguages: a list of available language files (which can be found in the plugin's 'lang' directory) for the plugin (separated by a comma, and only a comma).&amp;lt;br&amp;gt;&lt;br /&gt;
*The parameters of especially the functions 'FCKDialogCommand' and 'FCKToolbarButton' should be listed:&amp;lt;br&amp;gt;FCKDialogCommand: string name, string title, string url, int width, int height, function getStateFunction, ? (can be anything, no?) getStateParam, string (correct me if Im wrong) customValue&amp;lt;br&amp;gt;FCKToolbarButton: string commandName, string label, string tooltip, constant style, boolean sourceView, boolean contextSensitive, int icon&amp;lt;br&amp;gt;- with style of 'FCKToolbarButton' any of FCK_TOOLBARITEM_ICONTEXT, FCK_TOOLBARITEM_ONLYICON, FCK_TOOLBARITEM_ONLYTEXT&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Saul11</name></author>	</entry>

	<entry>
		<id>https://docs-old.ckeditor.com/index.php?title=Talk:FCKeditor_2.x/Developers_Guide/Customization/Plug-ins&amp;diff=2250</id>
		<title>Talk:FCKeditor 2.x/Developers Guide/Customization/Plug-ins</title>
		<link rel="alternate" type="text/html" href="https://docs-old.ckeditor.com/index.php?title=Talk:FCKeditor_2.x/Developers_Guide/Customization/Plug-ins&amp;diff=2250"/>
				<updated>2008-06-16T13:45:29Z</updated>
		
		<summary type="html">&lt;p&gt;Saul11: added suggestions cencerning the 'availableLanguages' parameter&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*This link does not work anymore:&amp;lt;br&amp;gt; [http://sourceforge.net/forum/forum.php?thread_id=1268047&amp;amp;forum_id=257180 http://sourceforge.net/forum/forum.php?thread_id=1268047&amp;amp;amp;forum_id=257180] &lt;br /&gt;
*// availableLanguages: a list of available language files for the plugin (separated by a comma).&amp;lt;br&amp;gt;-&amp;amp;gt; I would add 'and only a comma' to prevent people from having for example &amp;quot;en, nl&amp;quot;&amp;lt;br&amp;gt;-&amp;amp;gt; also I would say that the available languages can be found in the plugin's lang directory&amp;lt;br&amp;gt;so ending up with somethin like: // availableLanguages: a list of available language files (which can be found in the plugin's 'lang' directory) for the plugin (separated by a comma, and only a comma).&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Saul11</name></author>	</entry>

	<entry>
		<id>https://docs-old.ckeditor.com/index.php?title=Talk:FCKeditor_2.x/Developers_Guide/Customization/Skins&amp;diff=2241</id>
		<title>Talk:FCKeditor 2.x/Developers Guide/Customization/Skins</title>
		<link rel="alternate" type="text/html" href="https://docs-old.ckeditor.com/index.php?title=Talk:FCKeditor_2.x/Developers_Guide/Customization/Skins&amp;diff=2241"/>
				<updated>2008-06-05T17:52:04Z</updated>
		
		<summary type="html">&lt;p&gt;Saul11: pointing out some mistakes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;typo: &amp;quot;Of course the best solution is to set the skin directory path in your '''cutom '''Configuration File&amp;quot;&lt;br /&gt;
&lt;br /&gt;
and is the last sentence correct? (&amp;quot;We are inviting our community to publish your skins there.&amp;quot;)&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Saul11</name></author>	</entry>

	<entry>
		<id>https://docs-old.ckeditor.com/index.php?title=Talk:FCKeditor_2.x/Developers_Guide/Integration/PHP&amp;diff=2102</id>
		<title>Talk:FCKeditor 2.x/Developers Guide/Integration/PHP</title>
		<link rel="alternate" type="text/html" href="https://docs-old.ckeditor.com/index.php?title=Talk:FCKeditor_2.x/Developers_Guide/Integration/PHP&amp;diff=2102"/>
				<updated>2008-02-26T15:30:25Z</updated>
		
		<summary type="html">&lt;p&gt;Saul11: How to set config settings when instantiating&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;How to set config settings when instantiating:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
$oFCKeditor-&amp;amp;gt;Config['varName'] = 'value';&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
These variables will be available as editorInstance.Config.varName&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Saul11</name></author>	</entry>

	<entry>
		<id>https://docs-old.ckeditor.com/index.php?title=Talk:FCKeditor_2.x/Users_Guide&amp;diff=2037</id>
		<title>Talk:FCKeditor 2.x/Users Guide</title>
		<link rel="alternate" type="text/html" href="https://docs-old.ckeditor.com/index.php?title=Talk:FCKeditor_2.x/Users_Guide&amp;diff=2037"/>
				<updated>2008-02-08T17:23:49Z</updated>
		
		<summary type="html">&lt;p&gt;Saul11: suggestion: page FAQ with example entry: Setting the page's background&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;- the filemanager is not documented&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
- I believe there should be a FAQ here too, with entries like&amp;amp;nbsp;:&lt;br /&gt;
&lt;br /&gt;
* '''Setting the page's background'''&amp;lt;br&amp;gt;In your fckconfig.js set 'FCKConfig.FullPage' to 'true'; and make sure the buttons 'DocProps' is set in your toolbarset.&amp;lt;br&amp;gt;(This button was greyed out when 'FCKConfig.FullPage' was 'false')&amp;lt;br&amp;gt;Now reload the FCKeditor (ctrl + F5 and perhaps disable your cache to make sure). You will now be able to click the button 'DocProps' and set the background of the document in tab 'Background'.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Saul11</name></author>	</entry>

	<entry>
		<id>https://docs-old.ckeditor.com/index.php?title=Talk:FCKeditor_2.x/Users_Guide&amp;diff=2028</id>
		<title>Talk:FCKeditor 2.x/Users Guide</title>
		<link rel="alternate" type="text/html" href="https://docs-old.ckeditor.com/index.php?title=Talk:FCKeditor_2.x/Users_Guide&amp;diff=2028"/>
				<updated>2008-02-07T15:11:02Z</updated>
		
		<summary type="html">&lt;p&gt;Saul11: filemanager not documented&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;- the filemanager is not documented&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Saul11</name></author>	</entry>

	<entry>
		<id>https://docs-old.ckeditor.com/index.php?title=Talk:FCKeditor_2.x/Developers_Guide/Configuration/Built_in_File_Browser&amp;diff=2021</id>
		<title>Talk:FCKeditor 2.x/Developers Guide/Configuration/Built in File Browser</title>
		<link rel="alternate" type="text/html" href="https://docs-old.ckeditor.com/index.php?title=Talk:FCKeditor_2.x/Developers_Guide/Configuration/Built_in_File_Browser&amp;diff=2021"/>
				<updated>2008-02-06T09:14:39Z</updated>
		
		<summary type="html">&lt;p&gt;Saul11: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I believe it's a good idea to give more information about the $Config['UserFilesPath']. I myself often had a problem configuring it, then I wrote a small howto: http://www.fckeditor.net/forums/viewtopic.php?f=6&amp;amp;amp;t=4583&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Saul11</name></author>	</entry>

	<entry>
		<id>https://docs-old.ckeditor.com/index.php?title=Talk:FCKeditor_2.x/Developers_Guide/Configuration/Built_in_File_Browser&amp;diff=2020</id>
		<title>Talk:FCKeditor 2.x/Developers Guide/Configuration/Built in File Browser</title>
		<link rel="alternate" type="text/html" href="https://docs-old.ckeditor.com/index.php?title=Talk:FCKeditor_2.x/Developers_Guide/Configuration/Built_in_File_Browser&amp;diff=2020"/>
				<updated>2008-02-06T09:14:15Z</updated>
		
		<summary type="html">&lt;p&gt;Saul11: suggestion: additional info for $Config['UserFilesPath']&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I believe it's a good idea to give more information about the $Config['UserFilesPath']. I myself often had a problem configuring it, then I zrite a small howto: http://www.fckeditor.net/forums/viewtopic.php?f=6&amp;amp;amp;t=4583&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Saul11</name></author>	</entry>

	<entry>
		<id>https://docs-old.ckeditor.com/index.php?title=Talk:FCKeditor_3.x/Design_and_Architecture/Development_Methodology&amp;diff=2009</id>
		<title>Talk:FCKeditor 3.x/Design and Architecture/Development Methodology</title>
		<link rel="alternate" type="text/html" href="https://docs-old.ckeditor.com/index.php?title=Talk:FCKeditor_3.x/Design_and_Architecture/Development_Methodology&amp;diff=2009"/>
				<updated>2008-02-05T10:34:35Z</updated>
		
		<summary type="html">&lt;p&gt;Saul11: typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Typo: &amp;quot;To clue everything together&amp;quot; should be &amp;quot;To glue everything together&amp;quot;&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Saul11</name></author>	</entry>

	</feed>