History of CKEditor

Differences from version 1 to 5



@@ -1,12 +1,14 @@

+! CKeditor
 ++yellow:Still needs a little work tidying things up to the current version of ckeditor++
 
-! CKeditor
-__CKeditor is a rich text editor__. This means, input areas for content will look like an Office program. Users mark some text, then click on a __button B__ or hit __Ctrl+B__ on their keyboard, and instantly see the marked text bold. It is browser independent, written in Javascript, and released as Open Source by [http://www.fckeditor.net|fckeditor.net]. Alternatively, you can use ((TinymcePackage|TinyMCE)), another rich text editor that can easily be integrated with Bitweaver.
+__CKeditor is a rich text editor__. This means, input areas for content will look like an Office program. Users mark some text, then click on a __button B__ or hit __Ctrl+B__ on their keyboard, and instantly see the marked text bold. It is browser independent, written in Javascript, and released as Open Source by [http://ckeditor.com/|ckeditor.com]. Alternatively, you can use ((TinymcePackage|TinyMCE)), another rich text editor that can easily be integrated with Bitweaver.
 
 ! How to enable CKeditor in Bitweaver
 # Enable Bitweaver's CKeditor package: your Bitweaver > -+Admin > Kernel > Packages+-.
 # Enable HTML in -+Admin > Liberty > Plugins > Format+-. Consider setting HTML as ''default'' format.
 # Enable the ability to input HTML for the user group of your choice in -+Admin > Users > Groups & Permissions+-.
+# If using html editor as the default it then both quicktags and smileys
+packages should be disabled as these facilities are provided within ckeditor.
 
 ! Features
 * __Multiple Browser Support__, including Internet Explorer 5.5+, Firefox, Mozilla, Netscape, Opera, Safari

@@ -33,6 +35,9 @@

 
 ! Skins
 Bitweaver includes the ability to skin the interface with one of the three default skins. It is also possible to create your own skin. You will have to add it to the ckeditor/admin/))admin_ckeditor_inc((.php file to add it to the administration interface.
+
+! Other Configuration Settings
+[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html|CKEditor configure file elements] This document can be used to identify elements that you may want to reconfigure. ((CKEditor Configuring))
 
 ! Issues
 * __CKeditor is currently NOT compatible with the feature ''Ajax Comments'' in -+Admin > Liberty > Comments+-.__

@@ -42,15 +47,15 @@

 * [http://www.voofie.com/content/2/ckeditor-plugin-development/|CKEditor Plugin Development
 * [http://syrinx.ph/articles/CkEditorPluginGuide.aspx|Building Custom CK Editor Plug-ins
 
-! Bitweaver's plugins for FCKeditor
+! Bitweaver's plugins for CKeditor
 
 !! Split
-++yellow:TODO ...++
-The Split plugin gives you a button that will insert a split tag: ...split... into your content. This is good for blog posts and articles where you want to easily define a read more section. Now your users don't need to know how to use ...split... they can just click the "Insert Split" button, which includes a hover tool tip letting you know it is for adding a Read More section.
+++yellow:TODO - Check out plugin++
+The Split plugin gives you a button that will insert a split tag:...split... into your content. This is good for blog posts and articles where you want to easily define a read more section. Now your users don't need to know how to use ...split... they can just click the "Insert Split" button, which includes a hover tool tip letting you know it is for adding a Read More section.
 
 !! Attachment
-++yellow:TODO ...++
-The Attachment plugin integrates bitweaver's native LibertyAttachments features into the CKeditor. __Note that the current state of the Attachment plugin only supports previewing of images, and does not yet create attachment associations between content and uploaded files.__ Like the attachment tab in most liberty content packages this CKeditor plugin will let you upload files via Ajax to associate with your user account. You can also get a list of all attachments your user has ever uploaded. From the resulting list it is a single click to insert attachment code into your text.
+++yellow:TODO - check out plugin++
+The Attachment plug inintegrates bitweaver's native LibertyAttachments features
 
 {code title="/ckeditor/config.js"}
 // add or uncomment:

@@ -59,8 +64,8 @@

 
 Now you need to add Attachment to your toolbar list, for example like:
 
-CKEDITOR.editorConfig = function( config ) {
 {code title="/ckeditor/ckconfig.bitweaver.js"}
+CKEDITOR.editorConfig = function( config ) {
 config.toolbar_Beginner = [
  ['Bold','Italic','Underline'],
  ['NumberedList','BulletedList'],
Page History
Date/CommentUserIPVersion
23 May 2011 (21:32 UTC)
fixed link to ckeditor
Alan Iroff198.22.122.45
Current • Source
Lester Caine81.138.11.1364
View • Compare • Difference • Source
Lester Caine81.138.11.1363
View • Compare • Difference • Source
Lester Caine81.138.11.1362
View • Compare • Difference • Source
Lester Caine81.138.11.1361
View • Compare • Difference • Source