(suggestion to add Selection Object info) |
(→api inclomplete) |
||
Line 3: | Line 3: | ||
*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) | ||
*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. |
Revision as of 14:10, 12 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)
- 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.