(New page: == 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 avail...) |
(link to list of editorInstance (API) properties and functions) |
||
(3 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>> 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> > 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&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> | ||
+ | |||
+ | === 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.