Sha256: d47872c70edadc1e62b42ccd8105edd857688396cdd145990561bf841d7621a0

Contents?: true

Size: 1.39 KB

Versions: 6

Compression:

Stored size: 1.39 KB

Contents

o: ActiveSupport::Cache::Entry	:@created_atf1321037620.6403892ü#:@value{	I"length:EFi¡I"digest;F"%39f20f3239686474351d561a65583239I"source;FI"¡/*
Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/

/**
 * @fileOverview Plugin definition for the a11yhelp, which provides a dialog
 * with accessibility related help.
 */


(function()
{
	var pluginName = 'a11yhelp',
		commandName = 'a11yHelp';

	CKEDITOR.plugins.add( pluginName,
	{
		// List of available localizations.
		availableLangs : { en:1, he:1 },

		init : function( editor )
		{
			var plugin = this;
			editor.addCommand( commandName,
				{
					exec : function()
					{
						var langCode = editor.langCode;
						langCode = plugin.availableLangs[ langCode ] ? langCode : 'en';

						CKEDITOR.scriptLoader.load(
								CKEDITOR.getUrl( plugin.path + 'lang/' + langCode + '.js' ),
								function()
								{
									CKEDITOR.tools.extend( editor.lang, plugin.langEntries[ langCode ] );
									editor.openDialog( commandName );
								});
					},
					modes : { wysiwyg:1, source:1 },
					readOnly : 1,
					canUndo : false
				});

			CKEDITOR.dialog.add( commandName, this.path + 'dialogs/a11yhelp.js' );
		}
	});
})();
;FI"
_version;F"%a66d66683d4ff389e342c5941d26e2a9:@expires_in0:@compressedF

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
quic_cms-0.1.4 test/dummy/tmp/cache/assets/C63/110/sprockets%2F73c968745f3699c9981b070a92a37b02
quic_cms-0.1.3 test/dummy/tmp/cache/assets/C63/110/sprockets%2F73c968745f3699c9981b070a92a37b02
quic_cms-0.1.2 test/dummy/tmp/cache/assets/C63/110/sprockets%2F73c968745f3699c9981b070a92a37b02
quic_cms-0.1.1 test/dummy/tmp/cache/assets/C63/110/sprockets%2F73c968745f3699c9981b070a92a37b02
quic_cms-0.1.0 test/dummy/tmp/cache/assets/C63/110/sprockets%2F73c968745f3699c9981b070a92a37b02
quic_cms-0.0.9 test/dummy/tmp/cache/assets/C63/110/sprockets%2F73c968745f3699c9981b070a92a37b02