Plug-ins"

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.

(added suggestions cencerning the 'availableLanguages' parameter)
(suggestion to list parameters of especially the functions 'FCKDialogCommand' and 'FCKToolbarButton')
Line 1: Line 1:
 
*This link does not work anymore:<br> [http://sourceforge.net/forum/forum.php?thread_id=1268047&forum_id=257180 http://sourceforge.net/forum/forum.php?thread_id=1268047&amp;forum_id=257180]  
 
*This link does not work anymore:<br> [http://sourceforge.net/forum/forum.php?thread_id=1268047&forum_id=257180 http://sourceforge.net/forum/forum.php?thread_id=1268047&amp;forum_id=257180]  
*// availableLanguages: a list of available language files for the plugin (separated by a comma).<br>-&gt; I would add 'and only a comma' to prevent people from having for example "en, nl"<br>-&gt; also I would say that the available languages can be found in the plugin's lang directory<br>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).<br><br>
+
*// availableLanguages: a list of available language files for the plugin (separated by a comma).<br>-&gt; I would add 'and only a comma' to prevent people from having for example "en, nl"<br>-&gt; also I would say that the available languages can be found in the plugin's lang directory<br>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).<br>
 +
*The parameters of especially the functions 'FCKDialogCommand' and 'FCKToolbarButton' should be listed:<br>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<br>FCKToolbarButton: string commandName, string label, string tooltip, constant style, boolean sourceView, boolean contextSensitive, int icon<br>- with style of 'FCKToolbarButton' any of FCK_TOOLBARITEM_ICONTEXT, FCK_TOOLBARITEM_ONLYICON, FCK_TOOLBARITEM_ONLYTEXT<br><br>
  
 
<br>
 
<br>

Revision as of 12:30, 10 July 2008

  • This link does not work anymore:
    http://sourceforge.net/forum/forum.php?thread_id=1268047&forum_id=257180
  • // availableLanguages: a list of available language files for the plugin (separated by a comma).
    -> I would add 'and only a comma' to prevent people from having for example "en, nl"
    -> also I would say that the available languages can be found in the plugin's lang directory
    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).
  • The parameters of especially the functions 'FCKDialogCommand' and 'FCKToolbarButton' should be listed:
    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
    FCKToolbarButton: string commandName, string label, string tooltip, constant style, boolean sourceView, boolean contextSensitive, int icon
    - with style of 'FCKToolbarButton' any of FCK_TOOLBARITEM_ICONTEXT, FCK_TOOLBARITEM_ONLYICON, FCK_TOOLBARITEM_ONLYTEXT