Sha256: 28e96063fda50ac16fc83561d57e9b41a87f528d57b3d864b307ca151efd2eba

Contents?: true

Size: 949 Bytes

Versions: 32

Compression:

Stored size: 949 Bytes

Contents

/**************************************
    Webutler V2.1 - www.webutler.de
    Copyright (c) 2008 - 2011
    Autor: Sven Zinke
    Free for any use
    Lizenz: GPL
**************************************/


CKEDITOR.plugins.add( 'sourcepopup',
{
    lang : [CKEDITOR.lang.detect(CKEDITOR.config.language)],
    
	init : function( editor )
	{
        CKEDITOR.scriptLoader.load( codemirror_rootpath + 'codemirror/editor/js/codemirror.js' );
        CKEDITOR.scriptLoader.load( codemirror_rootpath + 'codemirror/lang/' + CKEDITOR.lang.detect(CKEDITOR.config.language) + '.js' );
        CKEDITOR.document.appendStyleSheet( codemirror_rootpath + 'codemirror/config/editor.css' );
        CKEDITOR.scriptLoader.load( codemirror_rootpath + 'codemirror/codemirror_config.js' );
        
		editor.addCommand( 'source', new CKEDITOR.dialogCommand( 'sourcepopup' ) );
		
		CKEDITOR.dialog.add( 'sourcepopup', this.path + 'dialogs/sourcepopup.js' );
	}
});

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
erp_app-3.1.16 public/javascripts/erp_app/ckeditor/plugins/sourcepopup/plugin.js
erp_app-3.1.15 public/javascripts/erp_app/ckeditor/plugins/sourcepopup/plugin.js
erp_app-3.1.14 public/javascripts/erp_app/ckeditor/plugins/sourcepopup/plugin.js
erp_app-3.1.13 public/javascripts/erp_app/ckeditor/plugins/sourcepopup/plugin.js
erp_app-3.1.12 public/javascripts/erp_app/ckeditor/plugins/sourcepopup/plugin.js
erp_app-3.1.11 public/javascripts/erp_app/ckeditor/plugins/sourcepopup/plugin.js
erp_app-3.1.10 public/javascripts/erp_app/ckeditor/plugins/sourcepopup/plugin.js
erp_app-3.1.9 public/javascripts/erp_app/ckeditor/plugins/sourcepopup/plugin.js
erp_app-3.1.8 public/javascripts/erp_app/ckeditor/plugins/sourcepopup/plugin.js
erp_app-3.1.7 public/javascripts/erp_app/ckeditor/plugins/sourcepopup/plugin.js
erp_app-3.1.6 public/javascripts/erp_app/ckeditor/plugins/sourcepopup/plugin.js
erp_app-3.1.5 public/javascripts/erp_app/ckeditor/plugins/sourcepopup/plugin.js
erp_app-3.1.4 public/javascripts/erp_app/ckeditor/plugins/sourcepopup/plugin.js
erp_app-3.1.3 public/javascripts/erp_app/ckeditor/plugins/sourcepopup/plugin.js
erp_app-3.1.2 public/javascripts/erp_app/ckeditor/plugins/sourcepopup/plugin.js
erp_app-3.0.16 public/javascripts/erp_app/ckeditor/plugins/sourcepopup/plugin.js
erp_app-3.0.15 public/javascripts/erp_app/ckeditor/plugins/sourcepopup/plugin.js
erp_app-3.1.1 public/javascripts/erp_app/ckeditor/plugins/sourcepopup/plugin.js
erp_app-3.1.0 public/javascripts/erp_app/ckeditor/plugins/sourcepopup/plugin.js
erp_app-3.0.14 public/javascripts/erp_app/ckeditor/plugins/sourcepopup/plugin.js