in sitefusion server dir “components”
add files :
sf_ckeditor.js
sf_ckeditor.php.inc
in sitefusion server dir “extensions”
add file :
sf_ckeditor@oracoltech.com.xpi
Add this two lines of code in your project file :
RequireExtension( “sf_ckeditor@oracoltech.com”);
LoadClass( ‘sf_ckeditor’, ‘components’ );
Theme default : v2
future steps :
- a really simple editor ( bold , list , underline, italic ).
- Runtime commands and config parameters from php
- a CKEditor FileManager plugin SiteFusion specific
Enjoy, Fully functional still in beta.
Download : sf_ckeditor_beta
