Navigation
|
The source code of FCK is in modules/SmartyTemplate/pnincludes/js/fckeditorThe code has not been modified; all specific configuration options are outside its source tree. If a new version of FCK will be available, it should be enough to put the new version in this directory Specific configuration options are in the file modules/SmartyTemplate/pnincludes/js/fck_pn_config.jsFor now, we only changed the buttons available (in order to simplify the interface). The PN user has the possibility to change the editor used online. This option is set by the administrator of the site, in the "Base configuration" screen (module NewSettings, URL: index.php?module=NewSettings&type=admin). The relevant options are:
The relevant code for this integration is in the file modules/SmartyTemplate/pnuserapi.php, function SmartyTemplate_function_wysiwygThe confirmation message displayed when the user changes the editor is in the template modules/SmartyTemplate/templates/templates/eng/wysiwygEditorConfirmation.html |