JavaScript API"

This website contains links to software which is either no longer maintained or will be supported only until the end of 2019 (CKFinder 2). For the latest documentation about current CKSource projects, including software like CKEditor 4/CKEditor 5, CKFinder 3, Cloud Services, Letters, Accessibility Checker, please visit the new documentation website.

If you look for an information about very old versions of CKEditor, FCKeditor and CKFinder check also the CKEditor forum, which was closed in 2015. If not, please head to StackOverflow for support.

(suggestion to add Selection Object info)
(link to list of editorInstance (API) properties and functions)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
== api inclomplete  ==
 
== api inclomplete  ==
  
*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)  
+
*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) <br>&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) <br> &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&t=12098 http://www.fckeditor.net/forums/viewtopic.php?f=6&amp;t=12098]. I t would be great to see documentations on it!
 
*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.<br>
 
*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.<br>
 +
 +
=== SetHTML/SetData  ===
 +
 +
*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.

Latest revision as of 09:26, 19 November 2008

api inclomplete

  • 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.--Gka 13:08, 14 July 2008 (UTC)
    > I completely agree, the editor offers huge functionality to tap into, but most developers are oblivious to this as this is nowhere documented.--Saul11 9:53, 17 November 2008 (UTC)
    > 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&t=12098. I t would be great to see documentations on it!
  • My 'HOWTO - Work with the selection in the editor' would be a nice addition instead of only mentioning the Selection Object.

SetHTML/SetData

  • 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.
This page was last edited on 19 November 2008, at 09:26.