doc++.
authorBenoît Pin <pin@cri.ensmp.fr>
Thu, 18 Aug 2011 08:32:00 +0000 (10:32 +0200)
committerBenoît Pin <pin@cri.ensmp.fr>
Thu, 18 Aug 2011 08:32:00 +0000 (10:32 +0200)
skins/ckeditor/config.js
skins/ckeditor/plugins/plinn_image/plugin.js

index 057a4e0..fdcad7b 100644 (file)
@@ -8,6 +8,8 @@ CKEDITOR.editorConfig = function( config )
        // Define changes to default configuration here. For example:\r
        // config.language = 'fr';\r
        // config.uiColor = '#AADC6E';\r
+       \r
+       // toolbar\r
        config.toolbar = [\r
                { name: 'styles',               items : [ 'Styles', 'Format', 'Font', 'FontSize' ] },\r
                { name: 'colors',               items : [ 'TextColor', 'BGColor' ] },\r
@@ -21,6 +23,7 @@ CKEDITOR.editorConfig = function( config )
                { name: 'insert',               items : [ 'Image', 'Flash', 'Table', 'HorizontalRule', 'SpecialChar', 'PageBreak'] },\r
        ];\r
        \r
+       // context menu\r
        config.menu_groups = 'tablecell,tablecellproperties,tablerow,tablecolumn,table,anchor,link,image,flash'\r
        \r
        config.height = '500px';\r
index 7181a9e..7f8f3f2 100644 (file)
@@ -28,6 +28,9 @@ CKEDITOR.plugins.add( 'plinn_image',
 {
        init : function( editor )
        {
+               /* Add listener on getData event to compute images
+                  src attributes before saving data.
+               */
                editor.on('instanceReady', function(){
                        editor.on('getData',
                                function(evt) {