Sha256: 3910862f940b852e9c25ae9da3344e65d2ce04d9d52918ff7994aac2316edc3f

Contents?: true

Size: 1.71 KB

Versions: 4

Compression:

Stored size: 1.71 KB

Contents

{I"
class:ETI"BundledAsset;FI"logical_path;TI".ckeditor/plugins/delete_content/plugin.js;TI"
pathname;TI"„/usr/local/rvm/gems/ruby-2.1.2/bundler/gems/browsercms-a0b88590276e/app/assets/javascripts/ckeditor/plugins/delete_content/plugin.js;FI"content_type;TI"application/javascript;TI"
mtime;Tl+æTI"length;TiÂI"digest;TI"%f54866f72da24f602972da9c2a30fb07;FI"source;TI"ÂCKEDITOR.plugins.add('delete_content', {
    icons:'deletecontent',
    init:function (editor) {
        editor.ui.addButton('DeleteContent', {
            label:'Remove this content from the page (It will remain in Content Library)',
            command:'deleteContent',
            toolbar:'tools'
        });

        editor.addCommand('deleteContent', new CKEDITOR.dialogCommand('deleteContent'));

        CKEDITOR.dialog.add('deleteContent', function (editor) {
            return {
                title:'Remove Content',
                minWidth:300,
                minHeight:100,
                contents:[
                    {
                        id:'tab1',
                        label:'Confirm Delete',
                        elements:[
                            {
                                type:'html',
                                html:'<p>Do you want to remove this content from the page?</p><br /><p>(It will remain in the content library)</p>'
                            }
                        ]
                    }
                ],

                onOk:function () {
                    $.cms_editor.deleteContent();
                }
            };
        });
    }
});
;TI"required_assets_digest;TI"%f9f432db94c0632c5e0e13f74b319266;FI"
_version;TI"%5ef14a844324cba3e114bd0123f88a5e;F

Version data entries

4 entries across 2 versions & 1 rubygems

Version Path
bcms_spree-0.0.2 test/dummy/tmp/cache/assets/development/sprockets/10c70254a2e5549a194905694603b1a6
bcms_spree-0.0.2 test/dummy/tmp/cache/assets/development/sprockets/897f623c08b14c3772d7b522492accf0
bcms_spree-0.0.1 test/dummy/tmp/cache/assets/development/sprockets/10c70254a2e5549a194905694603b1a6
bcms_spree-0.0.1 test/dummy/tmp/cache/assets/development/sprockets/897f623c08b14c3772d7b522492accf0